https://vimeo.com/538905061/7d8e1b9911 Add lights to the ground plane as a child in the hierarchyAdd more lights to the scene by duplicating the Directional LightMove Rotate them around the model in the
unity
Add Toggle to User Interface
https://vimeo.com/538894846/5d89d98a67 Add a Toggle to the CanvasRight Click Canvas – UI – ToggleDelete the Label Text GameObjectSwitch the Toggle Checkmark to a nob and change its colorCenter the background image
Add Interactivity to Augmented Reality with Code and Sliders
https://vimeo.com/538895320/4bc7d677e6 Create an Empty GameObject containerRight click on Ground Plane Stage and select create empty.Name itPlace model in the empty containerDrag the Slider Scripts on the Empty containerAdd the Scale
Create C# Script to Rotate AR Content
https://vimeo.com/538894169/708fb968dd Create a C# Script and Call it RotateScript for the Rotate SliderAdd Code to the namespace: using UnityEngine.UI; Add three spaces under public class {Add: public Slider rotateSlider; Delete:
Create C# Script to Scale AR Content
https://vimeo.com/538894386/88ef673ec7 Create a new folder called ScriptsCreate a C# Script and Call it ScaleScript for the Scale SliderAdd Code to the namespace: using UnityEngine.UI; Add three spaces under public class
Add User Interface to AR App
https://vimeo.com/538906716/9cb12be32e Add a Canvas and PanelRight click in the hierarchy, select UI, then select CanvasRight click in the hierarchy, select UI, then select PanelSet Canvas Scaler to Scale with ScreenSet
User Interface and Coding
https://vimeo.com/538906183/65be1b669c Continue with Next Section: Enhance with Code and UI.
Build the Augmented Reality App
https://vimeo.com/538906219/8fa72f7b07 Open Build SettingsFile -> Build SettingsSelect Build and create a new folder for app test filesAdd the AR Scene to Scenes in BuildSelect Player SettingsSet minimum API to 26
Scale and Duplicate 3D Models in Augmented Reality
https://vimeo.com/538905852/146d90004c Scale the Model down to a reasonable sizeClick the model in the hierarchy and modify the x, y, and z scale valuesEnable Duplicate StageClick Plane Finder in HierarchyEnable Duplicate
Orient 3D Models in AR Scenes
https://vimeo.com/538905530/baca128cd9 Rotate the modelClick the model in the hierarchyIn the Inspector, rotate the y–axis 180 degreesTest the App with the ground plane and webcamMove to different areas of the ground