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

Feature not present in Unity 5.5

The video asks me to click 'deferred rendering' in my Inspector "Other Settings" in setting up my Unity project. There is no such button in my version of Unity which is 5.5.0f3. Is this present under another name, deprecated...does it matter if I dont set this up in getting the project done?

1 Answer

Henrique Vignon
PLUS
Henrique Vignon
Courses Plus Student 6,415 Points

It has been moved to Edit > Project Settings > Graphics, there are 3 "tiers" that you can set the rendering path to deffered.

though to be completely honest I have no idea what defines these tiers, so I guess to be safe you could change in all of em heh.

BUT it will have little to no effect on your project, it's just to make rendering on scene and game views a bit snappier I think, specially if your PC is not very good.

edit: eh nvm, the teacher says it's actually to make the game look a lil better when you build it, still, no effect on your project while you're making it.