https://vimeo.com/538901061/23bc89427c Visit Unity.comSelect New or Returning UserDownload Unity HubInstall the application on your computerOpen Unity HubAdd the latest version in the installs sectionDownload Visual StudioInstall iOS Build support and Android
Social Impact
Create App Icon for AR App
https://vimeo.com/538896802/eb4a73725f In the player settings, change the Product NameLook on the internet to find some inspiration for the iconYou can screenshot references if neededOpen Photoshop (or any graphics editor)Make the
Build the AR App for Android
https://vimeo.com/538896187/466c1d06ee Open Build SettingsFile -> Build SettingsAdd the AR Scene to Scenes in BuildClick Add Open ScenesSelect Player SettingsChange the Company NameAdd an App Icon if you wishAdd Logo in
Debugging AR Experiences
https://vimeo.com/538895765/1999087b4b
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.