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 ?