• Stars
    star
    3,686
  • Rank 11,914 (Top 0.3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example of how to use the Tilia packages to create great content with VRTK v4.

VRTK logo

VRTK Farm Yard Example - Virtual Reality Toolkit

A Farm Yard example scene of how to use VRTK v4 for rapidly building spatial computing solutions in the Unity software.

Requires the Unity software version 2020.3.24f1.

License Backlog Discord Videos Twitter

Beta Disclaimer

This 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.

This project uses the newer Unity software XR management system and the newer Unity Input system.

This 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.

The current missing features are:

  • Locomotion
    • Drag World
  • Pointers
    • PlayArea Boundary Cursor

These features will be added in due course.

If you want to get started with the Tilia repos then check out the Bowling Tutorial.

Introduction

VRTK aims to make building spatial computing solutions in the Unity software fast and easy for beginners as well as experienced developers.

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.

Getting Started

Downloading the project

  • Download this project repository to your local machine using one of the following methods:
    • Git clone the repository with git clone https://github.com/ExtendRealityLtd/VRTK.git
    • Download the zip file at https://github.com/ExtendRealityLtd/VRTK/archive/master.zip and extract it.

Opening the downloaded project in the Unity software

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.

Using the Unity Hub

  • Open the Unity Hub panel.
  • Click the Add Button:

image

  • Browse to the local directory where the repository was downloaded to and click Select Folder:

image

  • 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:

image

  • The VRTK project will now open within the Unity software.

Opening from within the Unity software

  • Select Main Menu -> File -> Open Project within the Unity software.
  • Browse to the local directory where the repository was downloaded to and click Select Folder.
  • The VRTK project will now open within the Unity software.

Running the example scene

  • Open the Assets/Samples/Farm/Scenes/ExampleScene scene.
  • Enable Maximize On Play in the Unity Game view control bar to ensure no performance issues are caused by the Unity Editor overhead.
  • Play the scene in the Unity Editor (CTRL + P).
  • The scene should automatically play within any Unity supported XR hardware.
  • Explore the farm yard and enjoy!

Made With VRTK

image image image image image image image image image image image image

Many games and experiences have already been made with VRTK.

Check out the Made With VRTK website to see the full list.

Contributing

If 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.

Please refer to the Extend Reality Contributing guidelines and the project coding conventions.

Third Party Pacakges

The VRTK v4 Farm Yard example project uses the following 3rd party package:

License

Code released under the MIT License.

Disclaimer

These 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.

More Repositories

1

Zinnia.Unity

A collection of design patterns for solving common problems.
C#
321
star
2

VRTK.Tutorials.VRBowling

A simple virtual reality bowling game made in the Unity software with VRTK v4
ShaderLab
70
star
3

VRTK.Prefabs

*Deprecated* - A collection of productive prefabs for rapidly building spatial computing solutions in the Unity software.
C#
60
star
4

Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
C#
51
star
5

Academy

Educational guides and tutorials to accelerate learning.
SCSS
45
star
6

VRTK.Tutorials.OculusIntegration

Prefabs and code for use with the Oculus Integration Unity Package
C#
26
star
7

Tilia.CameraRigs.SpatialSimulator.Unity

A camera rig prefab that simulates spatial hardware for the Unity software
C#
17
star
8

VRTK.Tutorials.YouTube

A collection of scenes built for YouTube tutorial videos.
C#
13
star
9

Tilia.Interactions.PointerInteractors.Unity

Utilize ObjectPointers to initiate an Interactor grab on an Interactable for the Unity software
C#
11
star
10

Tilia.Locomotors.Climbing.Unity

A mechanism that simulates climbing in a spatial environment for the Unity software
C#
10
star
11

Tilia.Interactions.Interactables.Unity

A variety of mechanisms for interacting between interactors and interactables in a spatial scene for the Unity software
C#
9
star
12

Tilia.Interactions.Controllables.Unity

Mechanisms that provide physics based and non-physics based linear and angular interactable controls for the Unity software
C#
9
star
13

Tilia.Interactions.SpatialButtons.Unity

User interface button types that can be used within a spatial environment for the Unity software
C#
7
star
14

Tilia.Indicators.ObjectPointers.Unity

Indicate points in world space with a collection of object based pointers for the Unity software
C#
7
star
15

Tilia.Input.UnityInputManager

Input wrappers for the Unity Input Manager and a collection of common input prefabs
C#
6
star
16

Tilia.Locomotors.TeleportTargets.Unity

A collection of prefabs that provide a specific point or area location to specify a valid teleport location for the Unity software
C#
6
star
17

Tilia.Interactions.SnapZone.Unity

A spatial zone in which an interactable object can be snapped into the designated area for the Unity software
C#
5
star
18

Tilia.CameraRigs.TrackedAlias.Unity

A Tracked Alias prefab providing generic aliases to the active camera rig prefab for the Unity software
C#
5
star
19

Tilia.Output.InteractorHaptics.Unity

Provides the ability to initiate haptic feedback on the controllers connected to an interactor for the Unity software
C#
5
star
20

Tilia.SDK.OculusIntegration.Unity

SDK Wrappers for the Oculus Integration Unity asset
C#
5
star
21

VRTK.Tilia.Package.Importer

A helper utility window for the Unity software to allow easy importing of Tilia packages
C#
5
star
22

Tilia.Trackers.ObscuranceTracker.Unity

Tracks the line of sight between two GameObjects in the scene for the Unity software
C#
5
star
23

Tilia.Visuals.Tooltip.Unity

A visual tooltip label that can be placed in a spatial environment for the Unity software
C#
4
star
24

Tilia.CameraRigs.UnityXR

A camera rig prefab utilizing the legacy XR management system for the Unity software
C#
4
star
25

Tilia.Locomotors.Teleporter.Unity

A collection of prefabs that can move a given GameObject to a specific point in space for the Unity software
C#
4
star
26

Tilia.Visuals.CollisionFader.Unity

Control fading of scene cameras due to collisions of spatial objects for the Unity software
C#
4
star
27

Tilia.DeveloperTools.Unity

A collection of useful developer tools for the Unity software
C#
4
star
28

Tilia.Input.CombinedActions.Unity

A collection of custom actions that combine sub actions into more complex action types for the Unity software
C#
4
star
29

Tilia.CameraRigs.XRPluginFramework.Unity

A camera rig prefab utilizing the XR Plugin Framework for the Unity software
C#
4
star
30

Tilia.Trackers.ColliderFollower.Unity

A collider that follows a source GameObject around the scene via rigidbody velocity within the Unity physics system
C#
4
star
31

Tilia.Visuals.InteractableHighlighter.Unity

Provides the ability to control a highlight state for an interactable object for the Unity software
C#
4
star
32

Tilia.Utilities.ObjectStateSwitcher.Unity

Manages the activation state of a Unity GameObject collection and ensures only one Unity GameObject is active at any time
C#
4
star
33

Tilia.Trackers.PseudoBody.Unity

A representation of a collidable body volume that tracks a GameObject in a spatial scene for the Unity software
C#
4
star
34

.github

A collection of documents to provide consistent information across repositories.
4
star
35

Tilia.Locomotors.AxisMove.Unity

A collection of prefabs that can move a given GameObject based on axis input data for the Unity software
C#
3
star
36

DevOps

A collection of templates to simplify the continuous integration and deployment of projects by @ExtendRealityLtd.
3
star
37

Tilia.SpatialSimulator.Controls.UnityInputManager

A Spatial Simulator control schema for the Unity Input Manager
3
star
38

Tilia.Locomotors.MovementAmplifier.Unity

Amplify real world movement steps in a virtual spatial environment for the Unity software
C#
3
star
39

Tilia.Mutators.CollisionIgnorer.Unity

Manages the collision states between a collection of GameObjects in the scene for the Unity software
C#
3
star
40

Tilia.SDK.SteamVR.Unity

SDK Wrappers for the SteamVR Unity asset
C#
3
star
41

Tilia.Input.UnityInputSystem

Input wrappers for the Unity Input system
C#
3
star
42

Tilia.Visuals.BasicHand.Unity

Basic avatar hand to represent spatial controllers for the Unity software
C#
3
star
43

Tilia.Mutators.ObjectFollower.Unity

A mechanism to make a target GameObject follow a source GameObject in the scene for the Unity software
C#
2
star
44

Tilia.Utilities.Shaders.Unity

A collection of custom shaders for the Unity Software
ShaderLab
2
star
45

Tilia.Visuals.Vignette.Unity

Creates a vignette tunnel in front of a camera view to improve comfort for fast movements in VR for the Unity software
C#
2
star
46

Tilia.Indicators.SpatialTargets.Unity

Indicate points in world space based on the location of a spatial target for the Unity software
C#
2
star
47

VRTK.Website

Public facing website providing useful information and resource links.
HTML
2
star
48

Template.Tilia

Default files for all Tilia repositories
2
star
49

Tilia.SDK.PicoIntegration.Unity

SDK Wrappers for the Pico Integration Unity asset
C#
1
star