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 Player Input and Cameras Gather Player Input

Kenan Allan
Kenan Allan
4,016 Points

Question

Why does my unity show some pink parts?

Can you send us a screenshot of your game engine?

1 Answer

Alan Mattan贸
PLUS
Alan Mattan贸
Courses Plus Student 12,188 Points

Pick painted Game Object in the scene can be trigger by an unassigned or wrong material. The GPU has a wrong material, the shader is not working or includes errors. Select the pink game object an look if there is a material attached to it. Control that the particular shader script of the material is working properly. Solution: Try to make a new material and assign it to the object.

https://answers.unity.com/questions/168624/everything-became-pink.html