I created a zoo-tycoon like simulation in Unity for IMAC school programming classes. We had to reverse-engineer a video and improve upon it. The idea is to generate crowds and agents that circulates in the NavMesh. Agents want to visit the small houses. When someone is already inside, a queue is created so that the agents can enter one after the other.

Here is the few things that we did: