{"id":18292976,"url":"https://github.com/extendrealityltd/tilia.camerarigs.unityxr","last_synced_at":"2025-07-18T00:09:17.662Z","repository":{"id":35537978,"uuid":"218141216","full_name":"ExtendRealityLtd/Tilia.CameraRigs.UnityXR","owner":"ExtendRealityLtd","description":"A camera rig prefab utilizing the legacy XR management system for the Unity software","archived":false,"fork":false,"pushed_at":"2024-09-28T14:29:03.000Z","size":458,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T09:11:35.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExtendRealityLtd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T20:40:43.000Z","updated_at":"2024-09-28T14:29:04.000Z","dependencies_parsed_at":"2024-11-09T08:42:10.378Z","dependency_job_id":null,"html_url":"https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR","commit_stats":{"total_commits":182,"total_committers":6,"mean_commits":"30.333333333333332","dds":0.5164835164835164,"last_synced_commit":"e5b9979ab0f10978a9c4699c0035f0213a95a967"},"previous_names":[],"tags_count":88,"template":false,"template_full_name":"ExtendRealityLtd/Template.Tilia","purl":"pkg:github/ExtendRealityLtd/Tilia.CameraRigs.UnityXR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.CameraRigs.UnityXR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.CameraRigs.UnityXR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.CameraRigs.UnityXR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.CameraRigs.UnityXR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtendRealityLtd","download_url":"https://codeload.github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.CameraRigs.UnityXR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265683532,"owners_count":23810866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T14:20:45.266Z","updated_at":"2025-07-18T00:09:17.634Z","avatar_url":"https://github.com/ExtendRealityLtd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tilia logo][Tilia-Image]](#)\n\n\u003e ### CameraRigs -\u003e UnityXR\n\u003e A camera rig prefab utilizing the legacy XR management system for the Unity software.\n\n[![Release][Version-Release]][Releases]\n[![License][License-Badge]][License]\n[![Backlog][Backlog-Badge]][Backlog]\n\n## Introduction\n\nThe UnityXR camera rig provides a basis for a spatial camera rig that tracks a HMD and up to two controllers (left/right) utilizing the built in SDK support by the [Unity] software.\n\nThis is built upon the [legacy XR management system] within previous versions of the Unity software that was deprecated in Unity `2019.3.0f1` and replaced with the newer Unity [XR Plugin Framework].\n\nSee the [Tilia.CameraRigs.XRPluginFramework.Unity] repository for a camera rig that utilizes this newer Unity XR Plugin Framework.\n\n\u003e **Requires** the Unity software version `2018.3.10f1` (or above).\n\n## Getting Started\n\nPlease refer to the [installation] guide to install this package.\n\n## Documentation\n\nPlease refer to the [How To Guides] for usage of this package.\n\nFurther documentation can be found within the [Documentation] directory and at https://academy.vrtk.io\n\n## Contributing\n\nPlease refer to the Extend Reality [Contributing guidelines] and the [project coding conventions].\n\n## Code of Conduct\n\nPlease refer to the Extend Reality [Code of Conduct].\n\n## License\n\nCode released under the [MIT License][License].\n\n[License-Badge]: https://img.shields.io/github/license/ExtendRealityLtd/Tilia.CameraRigs.UnityXR.svg\n[Version-Release]: https://img.shields.io/github/release/ExtendRealityLtd/Tilia.CameraRigs.UnityXR.svg\n[project coding conventions]: https://github.com/ExtendRealityLtd/.github/blob/master/CONVENTIONS/UNITY3D.md\n\n[Tilia-Image]: https://raw.githubusercontent.com/ExtendRealityLtd/related-media/main/github/readme/tilia.png\n[License]: LICENSE.md\n[Documentation]: Documentation/\n[How To Guides]: Documentation/HowToGuides/\n[Installation]: Documentation/HowToGuides/Installation/README.md\n[Backlog]: http://tracker.vrtk.io\n[Backlog-Badge]: https://img.shields.io/badge/project-backlog-78bdf2.svg\n[Releases]: ../../releases\n[Contributing guidelines]: https://github.com/ExtendRealityLtd/.github/blob/master/CONTRIBUTING.md\n[Code of Conduct]: https://github.com/ExtendRealityLtd/.github/blob/master/CODE_OF_CONDUCT.md\n\n[Unity]: https://unity3d.com/\n[legacy XR management system]: https://docs.unity3d.com/2018.3/Documentation/Manual/VROverview.html\n[XR Plugin Framework]: https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html\n[Tilia.CameraRigs.XRPluginFramework.Unity]: https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Ftilia.camerarigs.unityxr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextendrealityltd%2Ftilia.camerarigs.unityxr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Ftilia.camerarigs.unityxr/lists"}