This playlist is for new users of the Flax engine and/or beginning coders. I used Unity before instead of Unreal so in the videos I compare code and aspects of Flax to Unity. I’ll update the list as I add more videos. These videos just cover the basics.
1> Quick review of the Flax editor user interface and how to scale models. When I’ve imported 3D models into Flax it always sets them as 1 meter across even though Flax uses centimeters as world units.
2>How to setup an Actor’s rigid body, collider, and 3D model. Coding physics and non physics based movement heading in the Actor’s forward facing direction. Coding turning an Actor right or left.