This package is currently being extracted from the SIMPLE Unity Template VR project.
Before opening a pull request:
- Install the package in a clean Unity project with Add package from disk....
- Verify that the Unity console has no package compilation errors.
- Keep runtime code in
Runtime/, editor-only code inEditor/, and importable examples inSamples~/. - Keep Unity
.metafiles for package assets, scripts, assemblies, scenes, prefabs, materials, and sample content. - Do not commit generated Unity folders such as
Library/,Temp/,Obj/,Logs/, orUserSettings/.
Known extraction work should be handled before publishing:
- Resolve the WebSocket dependency strategy.
- Move required runtime resources into package-owned paths.
- Replace generated documentation with package-specific documentation.