Search code examples
unity-game-enginemodelinggame-development

Unity3D Models are pink


I have been following along a tutorial and I don't know why these prefabs appear to be pink while it should be renderedenter image description here. While opening the project I got an alert that my Unity version was lesser than the project's, is that the problem ? Any Suggestions would be great. Thank you!!


Solution

  • this problem is because the objects materials are not defined (maybe not exist, damaged... many reasons) or they are not compatible (especially their types) after you changed the unity version or the rendering pipeline.

    to solve this just assign again the materials to your objects. also in the tutorial they are giving you a link to download the materials, download them if you still didn't and assign them.

    in case it was because you changed the rendering pipeline, you can update the materials under Edit --> your rendering pipeline settings (it is not your case but for other people who may fall in this after they had changed the rendering pipeline)