PLAY : Mac Windows Android iPhone Source

Serbian Games Association (SGA) joined forces with Unity, in order to promote their new tech stack ECS - Entity/Component/System, by organizing the 24h game jam. There was no specific theme, just the goal was Using ECS to make games on a different scale.

Some colleagues and me got together and applied for the game jam, while not one of us ever worked with ECS before (we heard about it but never tried it), so we had low expectations for the game.
By doing that, I broke one of my rules I have around game jams/hackathons which is “Never use tech that you are not familiar with”.
Nevertheless, we managed to make something both playable and on mass scale, so at the end, we came home with 2nd place on game jam.

Check out what we made in 24h, drinking water and eating kiflice :)

Since Unity ECS isn’t supporting Mecanim animations out-of-the-box, we had to do our simple animations by hand. We tried animating from shaders, but we had better results animating by translation/rotation/scale from code (job systems).

We wanted to show progression of scale, starting from only one stadium level, and increasing levels and number of entities while you are playing around.
We added also demo scene, where you could just be amazed with 100k entities making Mexican waves on stadium, animating their arms and having bloom and focus effects (it works on mobile in constant 30fps also).


Using ECS was straightforward, we started a week before game jam, exploring their work-in-progress docs and running samples in Unity, wrapping our heads around data oriented programming.

We decided to keep the scope down, and wait for theme announcement when game jam start in order to plan up the game. But at the end, there was no specific theme at the game jam, so we went with bunch of ideas, wanting to show both small scale and big scale.


Football was one of the things that came to our mind, so we mocked up fast idea of fans making mexican waves on stadium, and as you progress, stadium and your influence increases, or something like that. Proper gameplay we left for later, until we have the system working with animating characters and generating waves.

Made by: Nikola Damjanov, Aleksandar Paunović, Miloš Kruškonja and me

It was very fun and interesting experience, expecially trying out Unity ECS, which could prove great tool for specific problems, or just showing off some tech demoes.

If you want to try it for Android, you can download APK from this link.
If you want to try it for iOS (iPhone/iPad), you can sign up for TestFlight build here and test it on device.

Here you can see how it runs on iPhone8: