Unity Package Setup
Install the Unity package via Package Manager and verify transport initialization.
Install the Unity package
- Unzip
WorldEngen_Unity_Plugin.zip - Open Unity
- Go to Window → Package Manager
- If a previous version exists, remove it
- Click + → Add package from disk…
- Select
package.jsoninside the unzipped plugin folder
(this initializes setup and downloads dependencies)
Verify it’s running
- Check the Unity Console for transport initialization messages
- Once connected, Unity indicator turns 🟢 in WorldEngen Settings (⚙️)
Rendering pipeline support
WorldEngen assets are supported in Unity projects using:
- URP
- HDRP (except Path Tracing)
Updated about 1 month ago