Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Varneon/VUdon-VehicleControls
A collection of experimental physically interactable controls for vehicles
https://github.com/Varneon/VUdon-VehicleControls
udonsharp vrchat vrchat-sdk3 vrchat-udon vrchat-worlds
Last synced: 2 months ago
JSON representation
A collection of experimental physically interactable controls for vehicles
- Host: GitHub
- URL: https://github.com/Varneon/VUdon-VehicleControls
- Owner: Varneon
- License: mit
- Created: 2022-09-16T05:30:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T06:14:29.000Z (over 2 years ago)
- Last Synced: 2024-10-10T21:13:33.000Z (2 months ago)
- Topics: udonsharp, vrchat, vrchat-sdk3, vrchat-udon, vrchat-worlds
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> # This is an experimental repository for internal development!
> ### Feel free to use this is as a reference for your own development, but drastic changes to this repository may take place without a notice or documentation, so direct use of the scripts provided in this repository is not adviced# VUdon - Vehicle Controls [![GitHub](https://img.shields.io/github/license/Varneon/VUdon-VehicleControls?color=blue&label=License&style=flat)](https://github.com/Varneon/VUdon-VehicleControls/blob/main/LICENSE) [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/VUdon-VehicleControls?style=flat&label=Stars)](https://github.com/Varneon/VUdon-VehicleControls/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/VUdon-VehicleControls/total?color=blue&label=Downloads&style=flat)](https://github.com/Varneon/VUdon-VehicleControls/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/VUdon-VehicleControls?color=blue&label=Release&sort=semver&style=flat)](https://github.com/Varneon/VUdon-VehicleControls/releases/latest)
A collection of experimental physically interactable controls for vehicles
# Installation
### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):
> 1. Download `com.varneon.vudon.vehicle-controls.zip` from [here](https://github.com/Varneon/VUdon-VehicleControls/archive/refs/heads/main.zip)
> 2. Unpack the .zip somewhere
> 3. In VRChat Creator Companion, navigate to `Settings` > `User Packages` > `Add`
> 4. Navigate to the unpacked folder, `com.varneon.vudon.vehicle-controls` and click `Select Folder`
> 5. `VUdon - Vehicle Controls` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion
> 6. Click `Add`### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):
> 1. In the Unity toolbar, select `Window` > `Package Manager` > `[+]` > `Add package from git URL...`
> 2. Paste the following link: `https://github.com/Varneon/VUdon-VehicleControls.git?path=/Packages/com.varneon.vudon.vehicle-controls`### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):
> 1. Download latest `VUdon - Vehicle Controls` from [here](https://github.com/Varneon/VUdon-VehicleControls/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project