



Assemble your mighty dinosaur army and engage in thrilling battles to conquer the three lanes of battle and destroy your opponent’s castles. Your mission: Defend your castles while strategically annihilating your adversary’s army.
Technical Breakdown
The Problem
Ambient directional lighting and shadows that are directed by player. 360 degree rotation.
The Solution

Experimental 2D Lights
Implement Unity's experimental 2D lighting solution for volumetric cast lighting and shadows.

Direction
Direct using player directional input. Smooth between look directions for visual continuinity when using keyboard inputs over joystick inputs.
The Problem
Monsters need dynamic event-driven behaviour.
The Solution

Behaviour Designer
Implement Behaviour Designer plugin and drive behavioural tree using inputs, such as Player Detection.
The Problem
Monsters need to navigate a 2D space with collision, patrol routes, and player pursuit.
The Solution

NavMeshPlus
Implement NavMeshPlus plugin and configure for 2D NavMesh generation
NavMesh Agent
Control destination of NavMesh Agent using Behavioural tree.