Sample project showcasing usage of Arizona Framework for Flax Engine.
-
Ensure to have proper system setup for C++ Scripting - see Flax Docs
-
Clone repo
ArizonaFrameworkSample
(with submodules:git submodule update --init --recursive
) -
Run
ArizonaFrameworkSample.flaxproj
Both this sample and Arizona Framework are released under MIT License.
Menu Level contains the game's main menu which is the first scene to be loaded on the game start. It allows specifying the server IP address and port to use for connecting or game hosting. UI handles focus navigation thus it is usable via gamepad only.
Game Level is a sample scene with basic lighting (sun, sky light, env probe) with enabled volumetric fog and global illumination. It uses prototype assets from Arizona Framework for level blockout.
Game Levels can be easily playtested with local game hosting (implemented in MyGameEditor
) - simply hit Play button.