Exercise 4. Unity collaboration
Create a new Unity project for your group.
Every group member creates their own scene and works on that (i.e., is the Scene Owner of the scne).
The scene can contain anything you like; the only mandatory feature is that pressing the A button (Fire1) should make the game continue on to the next scene.
From Scene 4, the game should loop back to Scene 1.
- Extra: Create a prefab that is included in every scene.