Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.liv.tv/llms.txt

Use this file to discover all available pages before exploring further.

  1. Backup your project.
  2. Import the LIV SDK into your project. (Assets > Import > Custom Package)
  3. If Unity prompts you to upgrade deprecated APIs, then say “Yes”. Docimg9
  4. Add the LIV component anywhere in your project. Either spawn it every scene or use DontDestroyOnLoad.
  5. Assign HMD Camera and Stage properties in the LIV script. 1
  6. If using Universal Render Pipeline, set upgrade package to support URP. Click here for the URP Walkthrough
  7. Test your integration works.
Read on for more details and information on customising your integration.