Hi, everyone. As I was developing my game, I ran into some trouble. I was using External Layouts in my game (well thinking to before I ran into this bug). So the problem is, see here:
The action I pointed out should create objects from an external layout but it doesn’t. To further more clarify it, see here:
And this is my External Layout:
Here, I am counting the number of WinOverlays in my scene and displaying them as text but see the gameplay:

We can clearly see that it shows “0”. Shouldn’t it be 1 if we create objects from the External Layout at the beginning of the scene. And this is all I have to declare this a bug.