Junior programmer - Scene Appears Different After Importing Custom Package – Need Help

Hi all, I am completely new to Unity and have recently started the Junior Programmer learning pathway. I am currently working through the first project, but have encountered an error. After I have downloaded and imported the custom package, I then go to open the correct scene but it appear significantly different to what it shows in the tutorials. I have included screenshots for reference. Please let me know where I am going wrong. Thanks in advance.

1 Like

This is how it is meant to look.

its good
main camera also good

Unity 6 use Universal Render Pipeline to render object in your scene. But materials in your tutorial use base render pipeline. Try convert material in your project. Window → Rendering → Render Pipeline Convertor

2 Likes

Thank you so much! I really hope this gets added to the tutorial, wasnt very easy to find this solution.

You will run into this a lot. Its always a good idea to check which render pipelines a package supports. Some packages that have custom shaders include conversion packages, but most that just use default shaders expect you to upgrade the materials to your pipeline.