Haxe - How to Restart Level

Use the Api to keep only one scene, Armory does not support additive scenes.

  1. Remove(“gameLevel”) to remove the actual scene and it’s states
  2. Create(“gameLevel”) to re start the same scene
1 Like