Hello,
When my game ends, I want to freeze the layout and all objects in it for X seconds.
I tried to use the following:
-Set time scale to 0
-wait X seconds
-Set time scale to 1
The layout does freeze, but for some reason, re-setting the time scale to 1 doesn't un-freeze the layout.
What am I doing wrong?
Thanks,
Assaf