Skip to content

Flax Demo Notes

Vadim Gromov edited this page Jan 7, 2021 · 2 revisions

This demo shows an example how you can use Zara in your Flax project.

Zara Engine Flax Demo

This example uses the PlayerActor script that implements the IGameController interface directly (just like in Unity demo). Here we initialize our weather, setting up our game time and updating it. And of course we're initializing Zara randomizer.

In our Overlay script we find our player object and using it to update stats on the screen.

Clone this wiki locally