
localphysicsscene.simulate is not simulating physics correctly
i wanted my UI to run when the game is paused (timescale = mathf.epsilon) so i put it in a new scene and manually simulate it from the update function, this to my knowledge should work, but the ui remains paused despite being in that new scene, what am i doing wrong?
any help appreciated :)