I do not have any transition script on it. I create a Global Bool Var and set it to false. Then when Loading Menu TurnOn add an action list on it and set Global Bool Var to true and for the Menu TurnOff either to set Global Bool var to False. Then C…
I found a solution.
*You can Add an OnLoad Action List to every scene.
*In the OnLoad Action list if you add Engine>End Game>Reset Scene Node the scene is restart from scratch.
Everythink seems fine I am going to make some tests.
AC 1.71.2 / Unity 2020.1.2f1
For the reset and load scene, Before load specific scene I want to reset it. In the "Engine: End Game" the "Reset Scene" command does not allow me reset specific scene. On the other hand, I need to e…
I got the same problem
I am not sure but you can use this function I will try;
KickStarter.playerInteraction.DeselectHotspot (true);
and create a custom actionlist