[SOLVED] Game with two scenes - can't acquire focus on the second one

Hello,

I have two scenes, “introScreen” and “level1_proxy”, stored in my main collection.
the introScreen has a gui, and a gui_script to wait a key, load level1_proxy and disable the main gui.
It acquire input focus without any problem, and release it when it before it loads the level1_proxy.
level1 collection has a game.script, and tries to acquire focus, but without any success.
Otherwise, other parts of game script works.

Any idea ?

Did you acquire input focus on the game object with the collection proxy as well?

1 Like

No… Thank you. I’ve acquired input focus directly on the level1.collection, not in level1_proxy.

1 Like