cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
2 stars 6 forks source link

Fix namespaces, assemblies and assembly references #157

Closed jackjansen closed 4 months ago

jackjansen commented 5 months ago

The current structure of these is a mess (or a historic artefact).

The whole Pilots.Common should probably go, and be replaced by something more functionality-oriented (or at the very least a lot of the stuff in here should go elsewhere).

For example, #156 is unfixable at the moment, because of circular dependencies.

Probably we need a new VRT.UserRepresentation that has all the abstract stuff that has to do with user representation (like BasePipeline).

And a similar thing will probably be true for the transport protocols.

jackjansen commented 4 months ago

Addressed in 8dd7f54