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 Setup the Project

Ian Rowse
Ian Rowse
1,815 Points

I can't change from gamma to linear.

At the point where Nick instructs you to switch from Forward to Deferred and from Gamma to Linear, I was able to switch to Deferred, but not to Linear. Can anyone tell me why this is.

2 Answers

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

What video-card do you have? Is it an old pc or Windows10? Are you in DX11, DX9? What Rendering Path are you using?(player settings -> Other settings ->Rendering-> Rendering Path ) Are you trying to switch it in the correct Settings for PC, Mac & Linux Standalone or you are trying in open gl , android, tizen, web player, etc? Is there a post process effect script attach to the camera that can block you from switching?

Ian Rowse
Ian Rowse
1,815 Points

I went to check the settings on Unity and it appears that the problem has been resolved, I can now change to Linear color space. When I went onto my project it appeared to be unsaved, the environment object was missing, but the bird was there (I had been looking at prefabs earlier), I must've changed something yesterday while on Unity which made the color space unable to change. Then I forgot to save and ended up back before the problem originated. Sorry for bothering you, I probably should have quit and re-started Unity as soon as I detected the problem.

Nick Pettit
STAFF
Nick Pettit
Treehouse Teacher

I believe this is a bug, because I've seen this same behavior reported several times in the Unity 5.x release cycle. I've never had it happen to me, but a lot of times closing Unity and reopening it will fix issues like this.

Mark Bradshaw
Mark Bradshaw
Courses Plus Student 7,658 Points

Nick have you found a solution for this problem yet?