Link Search Menu Expand Document

arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.

Library Usage:

  1. Open a new or existing Unity project. Unity 2019.4+ supported.
  2. Edit > Project Settings > Player > PC, Mac & Linux Standalone > Other Settings > Script Compilation:
    • Scripted Define Symbols to include:
      • SSL
  3. You may need to install git if it doesn’t come preinstalled on your OS (Windows 10).
  4. Open Window > Package Manager and + > Add package from git URL..., use this link for the latest:
     https://github.com/arenaxr/arena-unity.git
    

    or this for a specific version:

     https://github.com/arenaxr/arena-unity.git#v0.10.1
    
  5. Create an empty GameObject to use as ARENA client root, rename it to something meaningful, like: ARENA.
  6. Select the ARENA GameObject and press Add Component to add the ArenaClientScene script.
  7. Modify the the inspector variables for the ArenaClientScene script to change host, scene, namespace as you wish.
  8. Press Play.
  9. The auth flow will open a web browser page for you to login, if you haven’t yet.

Runtime (Play)

See operational documentation.


Table of contents