Social Impact

Unity Game Engine Introduction and Walkthrough

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

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

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

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