EveUnity is the Unity lowering client for Eve interactive surfaces.
It owns Unity projection, scene lifecycle, input capture, camera behavior, asset resolution hooks, UPM packaging, runtime tests, and frame evidence. It does not own provider state, simulation, commands, receipts, assets, or plugin semantics.
The first package is org.gamecult.eve.unity-scene. A generic Unity host can
discover a Verse from one CultMesh rendezvous endpoint, select an advertised
interactive-world surface, and connect through the EveUnity provider ports.
Aetheria's daemon-published 3D ARPG surface is the product witness; no Aetheria
assembly is part of the client.
EveUnityCultMeshPlayableWorldProvider is the shipped composition root. Its
provider, surface, and Verse filters default to empty, so a client can select by
the generic interactive-world contract alone.
powershell -ExecutionPolicy Bypass -File .\scripts\run-package-tests.ps1
powershell -ExecutionPolicy Bypass -File .\scripts\pack.ps1
powershell -ExecutionPolicy Bypass -File .\scripts\run-playmode-capture.ps1
powershell -ExecutionPolicy Bypass -File .\scripts\run-aetheria-daemon-world-witness.ps1See docs/authority-map.md for the live boundary.
TestProject is the owner-controlled minimal Unity consumer. It depends on the
generated CultLib UPM package and Eve contracts directly, contains no Aetheria
assemblies, and produces the generic eve.world-smoke PlayMode PNG control.