- Home /
All objects are pink!!!
please help me. I installed unity 3d but when i opened it everything is pink. I added cube, cylinder, terrain everything turned pink. I tried reinstalling unity but nothing happend still pink. On console it said many error such as ; Could not find video decode shader pass Flip_RGBASplit_To_RGBA in shader Hidden/VideoDecode
SceneView Selected shader is expected to have 7 passes UnityEditor.DockArea:OnGUI()
please help me whatever i add to unity it turns pink. It shows pink even if create a new project. I tried reinstalling it 4 times but still pink
I added new material as you have said but the material is also pink
Answer by NightmaresDev · Apr 19, 2017 at 01:16 PM
Possibly because there is no material added to the Object! This usually results in making it Pink!
Please provide me steps to solve this as i am new to unity
create a new material by right clicking on the project window create than choose material then add it to the pink gameobjects by dragging it onto them in the scene view
Answer by awaismazhar999 · Apr 19, 2017 at 01:16 PM
@username kindly check that default material is properly passed in Mesh Renderer.
Your answer