In order for us to save some time, we will load the HelloAR scene and modify it to meet our needs. Follow along the given steps:
- Open the HelloAR scene in the Assets/GoogleARCore/HelloARExample/Scenes folder by double-clicking on it.
- From the menu, select File | Save Scene as, save the scene in the new Assets/ARCore_Design/Scenes folder, and name it as Main.
Apart from the samples we worked with earlier, from now on, if we need to modify a file, we will copy it to a new appropriate folder, and rename it. This is a good practice to follow when modifying external assets. That way, when you update the asset with a new version, your changes will not be overwritten.
- From the menu, select Edit | Project Settings | Player