playMaker

Author Topic: Load level num loads level but fsm's dont start [SOLVED]  (Read 940 times)

RAVEN001

  • Junior Playmaker
  • **
  • Posts: 66
  • BANNED
Load level num loads level but fsm's dont start [SOLVED]
« on: March 01, 2018, 08:38:00 PM »
I'm having a problem where levels load but dont start. so i have level 0 (menu) i hit the start button and level 1 (game_area) loads and works fine, in this scene i have an exit button which returns to the menu. when menu loads nothing starts but buttons still work, so i hit start again and now the game_area scene is stuck in the start state. all fsm's are set to reset on disable and no load levels have any "dont destroy's" any suggestions?
Unity 2017.3.1f1
playmaker 1.8.9f1

edit: so 'scale time' doesn't reset between levels. as the game is in a paused state to enable the exit button, it was just a matter of resetting the time scale before level load.
« Last Edit: March 04, 2018, 08:42:08 PM by RAVEN001 »
BANNED