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.