{"id":18293007,"url":"https://github.com/extendrealityltd/vrtk.tutorials.vrbowling","last_synced_at":"2025-06-29T23:33:59.156Z","repository":{"id":41814864,"uuid":"241074026","full_name":"ExtendRealityLtd/VRTK.Tutorials.VRBowling","owner":"ExtendRealityLtd","description":"A simple virtual reality bowling game made in the Unity software with VRTK v4","archived":false,"fork":false,"pushed_at":"2022-04-28T11:26:17.000Z","size":2620,"stargazers_count":72,"open_issues_count":0,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-15T02:20:19.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ShaderLab","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":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T09:59:35.000Z","updated_at":"2025-01-21T01:05:12.000Z","dependencies_parsed_at":"2022-08-11T18:20:10.854Z","dependency_job_id":null,"html_url":"https://github.com/ExtendRealityLtd/VRTK.Tutorials.VRBowling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK.Tutorials.VRBowling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK.Tutorials.VRBowling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK.Tutorials.VRBowling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtendRealityLtd%2FVRTK.Tutorials.VRBowling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtendRealityLtd","download_url":"https://codeload.github.com/ExtendRealityLtd/VRTK.Tutorials.VRBowling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999864,"owners_count":21031046,"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:51.809Z","updated_at":"2025-04-09T08:13:49.436Z","avatar_url":"https://github.com/ExtendRealityLtd.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![VRTK logo][VRTK-Image]](#)\n\n# VR Bowling Game Tutorial\n\n\u003e _This has been tested on version 2019.4.28f1 of the Unity software_\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## Introduction\n\nA tutorial on how to make a VR Bowling game using the components from the VRTK suite within the [Unity] software.\n\nThis tutorial covers the basics of getting a VR camera working within Unity and being able to interact with objects within the scene.\n\n\u003e If you're using Unity 2020.1 or above then please refer to the [Converting To Unity 2020] tutorial.\n\n![VR Bowling Scene](https://user-images.githubusercontent.com/36199993/74746663-af050780-525d-11ea-8eb0-6ba279fed0f7.gif)\n\n## Getting Started\n\nFollow the [Making A VR Bowling Game] tutorial to build this project yourself in an empty Unity project or follow the instructions below to download the completed project.\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.Tutortials.VRBowling.git`\n  * Download the zip file at `https://github.com/ExtendRealityLtd/VRTK.Tutortials.VRBowling/archive/master.zip` and extract it.\n\n### Opening the downloaded project in the Unity software\n\n\u003e **Do not** drag and drop this downloaded tutorial project into an existing Unity project. The downloaded tutorial project **is a Unity project** already and you should not nest a Unity project inside another Unity project. Follow the instructions below for opening this tutorial project within the Unity software.\n\n#### Using the Unity Hub\n\n* Open the [Unity Hub] panel.\n* Click the `Add` Button.\n* Browse to the local directory where the repository was cloned/downloaded to and click `Select Folder`.\n* The tutorial project will now show up in the Unity Hub project window, so select `VRTK.Tutortials.VRBowling` to open the project in the Unity software.\n* The `VRTK.Tutortials.VRBowling` 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 cloned/downloaded to and click `Select Folder`.\n* The `VRTK.Tutortials.VRBowling` project will now open within the Unity software.\n\n### Running the game scene\n\n* Open the `Assets/Scenes/BowlingAlley` 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\n## Contributing\n\nWe're not currently in a place where accepting contributions would be helpful. But as soon as we're ready we'll let you know!\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[Converting To Unity 2020]: Documentation/Tutorials/03.ConvertingToUnity2020/README.md\n[Making A VR Bowling Game]: Documentation/Tutorials/01.MakingAVRBowlingGame/README.md\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\n[Unity Hub]: https://docs.unity3d.com/Manual/GettingStartedUnityHub.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Fvrtk.tutorials.vrbowling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextendrealityltd%2Fvrtk.tutorials.vrbowling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextendrealityltd%2Fvrtk.tutorials.vrbowling/lists"}