A simple game where you have to alternate black and white in order to complete the levels. Check it out on itch.io.
Made with Unity 2022.3.45f1, here the "Assets" folder for sharing the logic and components.
- A level scene prefab in order to create a template for every level.
- A scriptable object for collecting all the levels.
- All the UI events are decleared via code.
- Most of code interactions are made with singleton pattern and events.
- Basic materials and volumes with URP.
