NEW: Room support
You can now define Rooms by setting up a controller game-object in your main collection.
The controller should have the room.script and proxy components named room0, room1 etc pointing at the collections representing your rooms. Remember to update the name inside the collections to avoid conflicts
New Actions
- next_room
- previous_room
- go_to_room
- restart_room