top of page

C# Scripting

Scripts are an integral part of any Unity game or demo. They are used to control everything from scenes to interactions to animations. By using Valve.VR, the headset, controllers, and trackers' positions and inputs are all usable in Unity. Several scripts are used to control the Full Body IK and calibrate the model to the pilot. They are also used to move the player based on inputs on the touchpads. Since scripts can directly interact with the objects they are attached to, they can also be used to control interaction with other objects such as grabbing, throwing, and even just touching.

CalibrationScript.PNG
bottom of page