Hey All,
I have this creature which is on "SLEEP" state, and once the TIME of the game = X seconds the creature will change state to "AWAKE" and then "FLY" and do it's state machine actions...
Usually I test the game on normal Run / Preview and when I ran into issues I use the Debug Mode.
When I test the game (without debug mode) I made "F5" key to Restart the Layout. it won't RESET the time of the game, so my creature will SLEEP forever now...
But when testing in Debug Mode, using the RESTART button, it will actual reset the time of the game and EVERYTHING WORKS GREAT!
MY QUESTION:
How can I reset the layout AND THE TIME of the game using the same "F5" key? (without debug mode)
I tried to look for Reset Game or Restart App or something, but didn't find... am I missing something?
I have a feeling that I'm missing a very basic option, please guide me. :)
Thanks ahead!