Blender 2.8 to Unity: Moving plaforms Game Asset

jayanam writes:

In this tutorial I explain how to create a low poly platform with Blender 2.8, export it as fbx and use it in Unity as a moving platform game asset in the Unity Low Poly Game Kit.

The model is textured with one texture only and one material to avoid draw calls in the game engine. In Unity I add colliders and a C# script to attach the third person player to the platform.

Advertisement