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.


IMPORTANT!

In order for this demo to work, you need to download Zara from Releases page and put Zara folder from the archive to the \Source\Game\ folder of this demo.


Clone this wiki locally