Fullscreen Problem (9.0.3) #400
-
Hey, I want to upgrade from 8.8.0 to the latest version (9.0.3) but "Fullscreen" is not working for me anymore. If I try the example from the API Doc it works, but I want to switch to fullscreen from a trigger in Unity. My OLD working code is like this:
My NEW code is like this:
I got the "CALLBACK: SetFullscreen" message, so the function is executed, but I get the following output: Unable to Set Fullscreen while Unity is not Instantiated. (use-unity-context.js:51) Any Idea how to handle this? Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved it myself :)
I just forgot to add the dependency. |
Beta Was this translation helpful? Give feedback.
Solved it myself :)
I just forgot to add the dependency.