{"id":14960332,"url":"https://github.com/extendrealityltd/vrtk","last_synced_at":"2025-05-14T13:04:41.203Z","repository":{"id":39229150,"uuid":"56940351","full_name":"ExtendRealityLtd/VRTK","owner":"ExtendRealityLtd","description":"An example of how to use the Tilia packages to create great content with VRTK v4.","archived":false,"fork":false,"pushed_at":"2024-04-24T05:03:30.000Z","size":102675,"stargazers_count":3692,"open_issues_count":22,"forks_count":995,"subscribers_count":269,"default_branch":"master","last_synced_at":"2024-10-29T14:50:45.371Z","etag":null,"topics":["beta","oculus-rift","steamvr","steamvr-plugin","unity","unity3d","virtual-reality","vr","vr-solutions","vrtk","work-in-progress"],"latest_commit_sha":null,"homepage":"https://www.vrtk.io/","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":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"vrtk"}},"created_at":"2016-04-23T20:55:19.000Z","updated_at":"2024-10-27T09:51:10.000Z","dependencies_parsed_at":"2024-08-01T00:53:37.937Z","dependency_job_id":null,"html_url":"https://github.com/ExtendRealityLtd/VRTK","commit_stats":null,"previous_names":["thestonefox/vrtk"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtendRealityLtd","download_url":"https://codeload.github.com/ExtendRealityLtd/VRTK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247078861,"owners_count":20879952,"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":["beta","oculus-rift","steamvr","steamvr-plugin","unity","unity3d","virtual-reality","vr","vr-solutions","vrtk","work-in-progress"],"created_at":"2024-09-24T13:22:03.832Z","updated_at":"2025-04-03T21:09:10.808Z","avatar_url":"https://github.com/ExtendRealityLtd.png","language":"C#","readme":"[![VRTK logo][VRTK-Image]](#)\n\n\u003e ### VRTK Farm Yard Example - Virtual Reality Toolkit\n\u003e A Farm Yard example scene of how to use VRTK v4 for rapidly building spatial computing solutions in the Unity software.\n\u003e #### Requires the Unity software version 2020.3.24f1.\n\n[![License][License-Badge]][License]\n[![Backlog][Backlog-Badge]][Backlog]\n[![Discord][Discord-Badge]][Discord]\n[![Videos][Videos-Badge]][Videos]\n[![Twitter][Twitter-Badge]][Twitter]\n\n## Beta Disclaimer\n\nThis project was built using 2020.3.24f1 and should work as expected on that version. It is feasible to downgrade this project to a previous version of the Unity software but it may cause issues in doing so.\n\nThis project uses the newer Unity software XR management system and the newer Unity Input system.\n\nThis VRTK v4 Farm Yard example project has been updated to use the latest [Tilia] packages but is still in development and is missing a number of features from the previous release that used the deprecated [VRTK.Prefabs] package.\n\nThe current missing features are:\n\n* Locomotion\n  * Drag World\n* Pointers\n  * PlayArea Boundary Cursor\n\nThese features will be added in due course.\n\nIf you want to get started with the Tilia repos then check out the [Bowling Tutorial].\n\n## Introduction\n\nVRTK aims to make building spatial computing solutions in the [Unity] software fast and easy for beginners as well as experienced developers.\n\n\u003e You do not need to download anything else to get this Unity project running, simply open the downloaded Unity project in the Unity software as outlined by the Getting Started guide below.\n\n## Getting Started\n\n### Downloading the project\n\n* Download this project repository to your local machine using *one* of the following methods:\n  * Git clone the repository with `git clone https://github.com/ExtendRealityLtd/VRTK.git`\n  * Download the zip file at `https://github.com/ExtendRealityLtd/VRTK/archive/master.zip` and extract it.\n\n### Opening the downloaded project in the Unity software\n\n\u003e *Do not* drag and drop the VRTK project download into an existing Unity project. The VRTK repository download *is a Unity project* already and you should not nest a Unity project inside another Unity project. Follow the instructions below for opening the VRTK project within the Unity software.\n\n#### Using the Unity Hub\n\n* Open the [Unity Hub] panel.\n* Click the `Add` Button:\n\n![image](https://user-images.githubusercontent.com/1029673/68544837-112cb180-03bf-11ea-8118-acd2640cfe30.png)\n\n* Browse to the local directory where the repository was downloaded to and click `Select Folder`:\n\n![image](https://user-images.githubusercontent.com/1029673/68544843-1a1d8300-03bf-11ea-9b88-60f55eddf617.png)\n\n* The VRTK project will now show up in the Unity Hub project window, so select it to open the VRTK project in the Unity software:\n\n![image](https://user-images.githubusercontent.com/1029673/68544856-243f8180-03bf-11ea-8890-1be86159e7f6.png)\n\n* The VRTK project will now open within the Unity software.\n\n#### Opening from within the Unity software\n\n* Select `Main Menu -\u003e File -\u003e Open Project` within the Unity software.\n* Browse to the local directory where the repository was downloaded to and click `Select Folder`.\n* The VRTK project will now open within the Unity software.\n\n### Running the example scene\n\n* Open the `Assets/Samples/Farm/Scenes/ExampleScene` scene.\n* Enable `Maximize On Play` in the Unity Game view control bar to ensure no performance issues are caused by the Unity Editor overhead.\n* Play the scene in the Unity Editor (`CTRL` + `P`).\n* The scene should automatically play within any Unity supported XR hardware.\n* Explore the farm yard and enjoy!\n\n## Made With VRTK\n\n[![image](https://cloud.githubusercontent.com/assets/1029673/21553226/210e291a-cdff-11e6-8639-91a3dddb1555.png)](http://store.steampowered.com/app/489380) [![image](https://cloud.githubusercontent.com/assets/1029673/21553234/2d105e4a-cdff-11e6-95a2-7dfdf7519e17.png)](http://store.steampowered.com/app/488760) [![image](https://cloud.githubusercontent.com/assets/1029673/21553257/5c17bf30-cdff-11e6-98ab-a017bc5cd00d.png)](http://store.steampowered.com/app/494830) [![image](https://cloud.githubusercontent.com/assets/1029673/21553262/6d82afd2-cdff-11e6-8400-882989a6252c.png)](http://store.steampowered.com/app/391640) [![image](https://cloud.githubusercontent.com/assets/1029673/21553270/7b8808f2-cdff-11e6-9adb-1e20fe557ae0.png)](http://store.steampowered.com/app/525680) [![image](https://cloud.githubusercontent.com/assets/1029673/21553293/9eef3e32-cdff-11e6-8dc7-f4a3866ac386.png)](http://store.steampowered.com/app/550360) [![image](https://user-images.githubusercontent.com/1029673/27344044-dc29bb78-55dc-11e7-80b6-a1524cb3ca14.png)](http://store.steampowered.com/app/584850) [![image](https://cloud.githubusercontent.com/assets/1029673/21553649/53ded8d8-ce01-11e6-8314-d33a873db745.png)](http://store.steampowered.com/app/510410) [![image](https://cloud.githubusercontent.com/assets/1029673/21553655/63e21e0c-ce01-11e6-90b0-477b14af993f.png)](http://store.steampowered.com/app/499760) [![image](https://cloud.githubusercontent.com/assets/1029673/21553665/713938ce-ce01-11e6-84f3-40db254292f1.png)](http://store.steampowered.com/app/548560) [![image](https://cloud.githubusercontent.com/assets/1029673/21553680/908ae95c-ce01-11e6-989f-68c38160d528.png)](http://store.steampowered.com/app/511370) [![image](https://cloud.githubusercontent.com/assets/1029673/21553683/a0afb84e-ce01-11e6-9450-aaca567f7fc8.png)](http://store.steampowered.com/app/472720)\n\nMany games and experiences have already been made with VRTK.\n\nCheck out the [Made With VRTK] website to see the full list.\n\n## Contributing\n\nIf you have a cool feature you'd like to show off within the Farm Yard that can be implemented with the base Tilia packages then feel free to raise a pull request with your contribution.\n\nPlease refer to the Extend Reality [Contributing guidelines] and the [project coding conventions].\n\n## Third Party Pacakges\n\nThe VRTK v4 Farm Yard example project uses the following 3rd party package:\n\n* [Quick Outline] by Chris Nolet.\n\n## License\n\nCode released under the [MIT License][License].\n\n## Disclaimer\n\nThese materials are not sponsored by or affiliated with Unity Technologies or its affiliates. \"Unity\" is a trademark or registered trademark of Unity Technologies or its affiliates in the U.S. and elsewhere.\n\n[VRTK-Image]: https://raw.githubusercontent.com/ExtendRealityLtd/related-media/main/github/readme/vrtk.png\n[Unity]: https://unity3d.com/\n[Made With VRTK]: https://www.vrtk.io/madewith.html\n[License]: LICENSE.md\n[Tilia]: https://www.vrtk.io/tilia.html\n[VRTK.Prefabs]: https://github.com/ExtendRealityLtd/VRTK.Prefabs\n[Unity Hub]: https://docs.unity3d.com/Manual/GettingStartedUnityHub.html\n\n[License-Badge]: https://img.shields.io/github/license/ExtendRealityLtd/VRTK.svg\n[Backlog-Badge]: https://img.shields.io/badge/project-backlog-78bdf2.svg\n\n[Discord-Badge]: https://img.shields.io/badge/discord--7289DA.svg?style=social\u0026logo=discord\n[Videos-Badge]: https://img.shields.io/badge/youtube--e52d27.svg?style=social\u0026logo=youtube\n[Twitter-Badge]: https://img.shields.io/badge/twitter--219eeb.svg?style=social\u0026logo=twitter\n\n[License]: LICENSE.md\n[Backlog]: http://tracker.vrtk.io\n\n[Discord]: https://discord.com/invite/bRNS6hr\n[Videos]: http://videos.vrtk.io\n[Twitter]: https://twitter.com/VR_Toolkit\n[Bowling Tutorial]: https://github.com/ExtendRealityLtd/VRTK.Tutorials.VRBowling\n\n[Quick Outline]: https://github.com/chrisnolet/QuickOutline\n\n[Contributing guidelines]: https://github.com/ExtendRealityLtd/.github/blob/master/CONTRIBUTING.md\n[project coding conventions]: https://github.com/ExtendRealityLtd/.github/blob/master/CONVENTIONS/UNITY3D.md\n","funding_links":["https://patreon.com/vrtk"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Fvrtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextendrealityltd%2Fvrtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Fvrtk/lists"}