#WebGL gameloop pausing
1 messages · Page 1 of 1 (latest)
You can't modify the game from the outside. What you can do for example is have the pause button set a global Javascript variable and in the Unity game read the variable every Update and pause if it's set