devwiki:vuforia

This is an old revision of the document!


Vuforia Base Startup Resource

  • get unity LTS version
  • get vuforia latest unitypackage: https://developer.vuforia.com/downloads/sdk
  • create free vuforia account to create image target database:
    1. register
    2. go License Manager, Get Basic button to create a project license,
    3. then click the license name, it will show the long string license key, copy that and save to a text
    4. go to target manager tab on the webpage (next to license manager)
    5. Add Database, to store the image track references
    6. click the database to add the target, (normally image designed to print on A4 paper)
    7. once done, click Download Database as another unitypackage.
  • get vuforia base and database package into unity project
  • configure project setting: (Build setting > Player setting > Player tab > other setting)
    • for Graphics APIs, drag OpenGLE3 above Vulkan
    • andorid api: at least api 26 (v8.0) (api 30 for google store)
    • scripting backend : IL2CPP
    • target architecture: check ARM64, uncheck ARMv7
  • get phone to developer mode, and enable usb debug mode, connect usb to your PC;
  • in build setting: Run Device > click refresh to get your phone to show up
  • set allow in phone, and click Build and Run to get it build and load into your phone and run directly.
  • devwiki/vuforia.1649945079.txt.gz
  • Last modified: 2022/04/14 14:04
  • by ying