Unity Package Setup

Install the Unity package via Package Manager and verify transport initialization.

Install the Unity package

  1. Unzip WorldEngen_Unity_Plugin.zip
  2. Open Unity
  3. Go to Window → Package Manager
    • If a previous version exists, remove it
  4. Click +Add package from disk…
  5. Select package.json inside the unzipped plugin folder
    (this initializes setup and downloads dependencies)

Verify it’s running

  1. Check the Unity Console for transport initialization messages
  2. Once connected, Unity indicator turns 🟢 in WorldEngen Settings (⚙️)

Rendering pipeline support

WorldEngen assets are supported in Unity projects using:

  • URP
  • HDRP (except Path Tracing)