Textures loads in editor but not in standalone (appears pink)

坚强是说给别人听的谎言 提交于 2019-12-06 15:45:22

Pink appearance means your build have missing material assignment on the mesh renderer component or missing shader in the build.

If you are assigning materials or shaders at runtime make sure you include the shader in the build.

You can force unity to include any shader by adding it to the list in Edit/Project Settings/Graphics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!