/ar-template

An AR starter project with Vuforia imported and some performance optimizations

Primary LanguageC#

AR Template

An AR starter project with Vuforia imported and some performance optimizations.

Project includes:

  • Standard .gitignore
  • Unity project with ARCamera (Vuforia)
  • AR performance optimizations (see below)

AR Performance Optimizations

The AR performance optimizations included in this project were based on the talk Mobile AR: Simple Optimizations to Improve Thermal Conditions and Conserve Battery Life by Adam Smith (from Unity at GDC 2018).

The following optiomization were recommended in the talk (and applied to this project):

  • Limit application framerate to 30fps [390608b]
  • Limit physics timestep to 0.0334 [6f7b5ae]
  • Cut screen resolition in half [948d0b8]

Raw notes from the talk:

notes