Sort your Way
Concept
Match the Objects on the shelf to clear the space for the cat to jump and save itself from the water rising above
Gameplay Mechanics
- Matching Objects
- Cat Controller
- Spline
- Water Controller
- Buoyancy Controller
Gameplay Implementation Brief
Matching Objects
Spawn the Objects on the shelf, Check if all three are of similar objects using the string, select and deselection, moving from one container to another.
Input System
Input System is used to send key events to the subscribers.
Cat Controller
Cat Controller controlling animations, Jumping on shelves etc
Spline
Used to make the cat roam around smoothly when the water starts rising.
Water Controller
Water Rising in constant interval. Used Toon Water shader to get the appealing visual.
Buoyancy Controller
When the water rises to certain level over the objects. the objects drop into the water start floating to make it look realistic.