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 Unity Basics The 3D Views Overview of the Unity Interface

Why are the downloaded project files not importing properly in version 5.4.2?

Hi, thanks so much in advance for your help.

I just tried following the proper steps (Download project .zip -> Unzip -> Go to "Open Project" -> select "Frogs and Logs" folder) but I received some messages regarding updating APIs automatically and that some of the assets are outdated. When I click OK to everything, it imports all the assets but the only things in the Hierarchy are the Main Camera and Directional Light.

How do I import everything properly so all the scripts/prefabs/etc. are in their proper place? Is it because this class was built for 5.2 and this is v 5.4? Thanks again!

Nick Pettit
Nick Pettit
Treehouse Teacher

Hi Matt,

The Project window and the Hierarchy window are two separate windows. If you look in the Project window, you should find what you're looking for.

Thanks so much Nick! This is a really engaging and valuable course by the way, thanks so much for teaching it. I'm still a bit confused -- I do see the assets in the Project window, which I understand is distinct from the Hierarchy window. Does this mean if I'm starting from scratch with the assets I need to drag them into the Hierarchy and manually arrange the parenting relationships and settings just like they were in the Frogs and Logs game we built in the last course?

1 Answer

Nick Pettit
STAFF
Nick Pettit
Treehouse Teacher

Hi Matt,

In the Project window you should see a Scenes folder. Inside there's a Unity scene that you can open up instead of using the default scene.

Thanks a million! Exactly what I was looking for. You rule, can't wait to finish these courses!