Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game The Unity Editor and Scene Setup Navigating the Scene View

Water and the circle surrounding the environment turns pink

Hi when I drag the environment in, the water, and the circle around the environment is all bright pink. Using Mac here.

1 Answer

Alan Mattanรณ
PLUS
Alan Mattanรณ
Courses Plus Student 12,188 Points

The pink colour is rendered when the shader material who is in charge to draw the 3d object in the game is wrong for some reason. It can be that is using some technology that your GPU can't handle or that the material is missing in the game object. Also can be that the shader script is giving an error. Try to assign a different new material to that particular game object.