Skip to content

A Custom ARFoundation Template with must-have packages pre-installed.

Notifications You must be signed in to change notification settings

AgrMayank/ARFoundation-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARFoundation Template

A Custom ARFoundation Template with "must-have" Scripts & Packages pre-installed.

GitHub issues GitHub pull requests GitHub last commit GitHub commit activity GitHub All Releases GitHub repo size

Preinstalled Packages

  • Device Simulator (Package Manager)
  • GitHub for Unity (Asset Store)
  • ScreenShooter (Asset Store)

Scenes

  • Tap To Place (Tap on the plane detected to place object)
  • Place On Plane (Object gets placed on the first detected plane)

Scripts

  • LevelManager.cs (Smoothly load Scenes asyncronously along with Crossfade animations)
  • CameraFacing.cs (Objects always face the camera)
  • SwipeRotate.cs (Swipe to rotate objects on local axis)
  • OpenURL.cs (Open URL in browser)
  • DestroyAfterSec.cs (Destroy gameObject this script is attached to after given time)
  • MoveTowards.cs (Move towards a gameObject)
  • RotateAround.cs (Rotate around a gameObject)
  • RotateContinuously.cs (Rotate Continuously on the y-axis)

How to Use?

  • Fork the repository to use it as a Template.
  • Clone / Download ZIP to use it freely as you want.
  • Get the Source Code from the Releases page.

Note

  • Compatible with Unity 2019.3 and above.
  • For older Unity versions, clone the repo and move the Assets folder into your current/new Unity project.

Made with ❤ by AgrMayank