├── Assets └── Tether │ ├── Effects │ ├── ExampleAnimator.asset │ ├── ExampleAnimator.cs │ ├── ExampleLineRenderer.asset │ └── ExampleLineRenderer.cs │ ├── Player │ ├── KeyToggle.asset │ ├── KeyToggle.cs │ ├── TrackedObject.asset │ └── TrackedObject.cs │ └── Tether │ ├── TetherAxisInput.asset │ ├── TetherAxisInput.cs │ ├── TetherButtonInput.asset │ ├── TetherButtonInput.cs │ ├── TetherController.asset │ ├── TetherController.cs │ ├── TetherPickupInput.asset │ ├── TetherPickupInput.cs │ ├── TetherProperties.asset │ └── TetherProperties.cs ├── LICENSE └── README.md /Assets/Tether/Effects/ExampleAnimator.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Effects/ExampleAnimator.asset -------------------------------------------------------------------------------- /Assets/Tether/Effects/ExampleAnimator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Effects/ExampleAnimator.cs -------------------------------------------------------------------------------- /Assets/Tether/Effects/ExampleLineRenderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Effects/ExampleLineRenderer.asset -------------------------------------------------------------------------------- /Assets/Tether/Effects/ExampleLineRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Effects/ExampleLineRenderer.cs -------------------------------------------------------------------------------- /Assets/Tether/Player/KeyToggle.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Player/KeyToggle.asset -------------------------------------------------------------------------------- /Assets/Tether/Player/KeyToggle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Player/KeyToggle.cs -------------------------------------------------------------------------------- /Assets/Tether/Player/TrackedObject.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Player/TrackedObject.asset -------------------------------------------------------------------------------- /Assets/Tether/Player/TrackedObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Player/TrackedObject.cs -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherAxisInput.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherAxisInput.asset -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherAxisInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherAxisInput.cs -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherButtonInput.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherButtonInput.asset -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherButtonInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherButtonInput.cs -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherController.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherController.asset -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherController.cs -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherPickupInput.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherPickupInput.asset -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherPickupInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherPickupInput.cs -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherProperties.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherProperties.asset -------------------------------------------------------------------------------- /Assets/Tether/Tether/TetherProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/Assets/Tether/Tether/TetherProperties.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squiddingme/UdonTether/HEAD/README.md --------------------------------------------------------------------------------