{"id":18292977,"url":"https://github.com/extendrealityltd/tilia.interactions.spatialbuttons.unity","last_synced_at":"2025-04-05T11:30:40.867Z","repository":{"id":37014248,"uuid":"326409862","full_name":"ExtendRealityLtd/Tilia.Interactions.SpatialButtons.Unity","owner":"ExtendRealityLtd","description":"User interface button types that can be used within a spatial environment for the Unity software","archived":false,"fork":false,"pushed_at":"2024-09-28T16:57:42.000Z","size":1004,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T21:59:05.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2021-01-03T13:09:55.000Z","updated_at":"2024-09-28T16:57:43.000Z","dependencies_parsed_at":"2024-04-17T16:59:40.061Z","dependency_job_id":"5ea6fa69-27da-426e-a255-f9233fd98d64","html_url":"https://github.com/ExtendRealityLtd/Tilia.Interactions.SpatialButtons.Unity","commit_stats":{"total_commits":268,"total_committers":6,"mean_commits":"44.666666666666664","dds":0.5149253731343284,"last_synced_commit":"051665236f42740767a33348164d35a2401a64aa"},"previous_names":[],"tags_count":130,"template":false,"template_full_name":"ExtendRealityLtd/Template.Tilia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.Interactions.SpatialButtons.Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.Interactions.SpatialButtons.Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.Interactions.SpatialButtons.Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FTilia.Interactions.SpatialButtons.Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtendRealityLtd","download_url":"https://codeload.github.com/ExtendRealityLtd/Tilia.Interactions.SpatialButtons.Unity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223184023,"owners_count":17101983,"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:46.086Z","updated_at":"2024-11-05T14:20:46.674Z","avatar_url":"https://github.com/ExtendRealityLtd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tilia logo][Tilia-Image]](#)\n\n\u003e ### Interactions -\u003e Spatial Buttons for the Unity Software\n\u003e User interface button types that can be used within a spatial environment 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 Spatial Button prefabs provide the ability to add spatial user interface button elements to a scene that can be interacted with via an [Object Pointer].\n\nThe included Spatial Button prefabs are:\n\n* `Interactions.SpatialButton.ClickButton` - A simple button that is clicked and automatically unclicks.\n* `Interactions.SpatialButton.ToggleButton` - A button that is toggled on and off whenever it is clicked.\n* `Interactions.SpatialButton.OptionButton` - A button that is used as a group of other options buttons where only one can be selected.\n* `Interactions.SpatialButton.Group` - A container for Spatial Buttons to group them under a single, distinct dispatcher (required for `Interactions.SpatialButton.OptionButton`).\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.Interactions.SpatialButtons.Unity.svg\n[Version-Release]: https://img.shields.io/github/release/ExtendRealityLtd/Tilia.Interactions.SpatialButtons.Unity.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[Object Pointer]: https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Ftilia.interactions.spatialbuttons.unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextendrealityltd%2Ftilia.interactions.spatialbuttons.unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Ftilia.interactions.spatialbuttons.unity/lists"}