How to Setup Unity Project
Last updated
Last updated
Start with setting up a project. We will show you how to set up the Unity project step-by-step. Hope you have already installed Unity Engine to your pc. Let’s continue from there.
1. Open Unity Hub. Click new project in Right top corner. (Fig 1)
2. Select your Unity editor version in the top. We highly recommend using Unity 2022 or higher versions. But you can be started from Unity 2021 as well. (Fig 2)
3. Select Universal 3D project template.
4. Give project name as “AR Reality Placer Pro”
5. Select your location to save the project and click Create project button.
6. Once the project open, Go to Windows -> Package Manager. (Fig. 3)
7. In Package Manger Window, Select Unity Registry from top left corner dropdown. Then Select AR and Install all AR package. (Fig. 4)
8. Once you install the AR package close the package manger window.
9. If you have already bought this asset in Unity Asset Store, you can see Open in Unity Button with asset. Click it. (Fig. 5)
10. This will automatically redirect you to the Unity project we have already opened in.
11. It will open the Project manager window again, Select My assets in left top corner. Select AR Reality placer from the list. Then download the package and click the import button to import the Unity package. (Fig. 6)
12. Once you import the package, Go to Assets->AReality Placer->Scenes folder. Double click Menu scene to load the scene. (Fig. 7)
Now you have already set up the package. Let’s fix the project settings before the build in next chapter.