Starting with the ARFramework scene template
To begin, we'll create a new scene named FrameworkDemo
using the ARFramework
scene template, using the following steps:
- Select File | New Scene.
- In the New Scene dialog box, select the ARFramework template.
- Press Create.
- Select File | Save As. Navigate to the
Scenes/
folder in your project'sAssets
folder, give it the nameFrameworkDemo
, and press Save.Note: Unintended clone dependencies
When creating a new scene from a scene template, if you're prompted right away for a name to save the file under, this indicates your scene template has some clone dependencies defined. If this is not your intention, cancel the creation, select the template asset in your Project window, and ensure all the Clone checkboxes are cleared in the Dependencies list. Then try creating your new scene again.
The new AR scene already has the following game objects included from the template:
- The AR Session game object...