Assign Material to Model at the Runtime Using C#

Опубликовано: 07 Июль 2026
на канале: DA LAB
733
14

In the previous tutorial, we learned how to load a model at runtime in Unity. However, this model was displayed in magenta colour because it lacks material.

In this tutorial, we will learn how to assign material to a model loaded on the runtime using C# script. Let’s get started.