https://github.com/forno/XmahoUdonUtility
x.maho utility for Udon of VRChat SDK3
https://github.com/forno/XmahoUdonUtility
udon vrchat
Last synced: about 2 months ago
JSON representation
x.maho utility for Udon of VRChat SDK3
- Host: GitHub
- URL: https://github.com/forno/XmahoUdonUtility
- Owner: forno
- License: mit
- Created: 2020-05-07T06:51:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T12:46:55.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T06:29:47.125Z (6 months ago)
- Topics: udon, vrchat
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# x.maho Udon Utility
x.maho utility for Udon of VRChat SDK3## Installation
### Dependencies
[VRChat SDK3](https://vrchat.com/home/download)### Unity 2019 or later
- Open Package Manager window from Window menu
- Select "Add package from git URL..." from "+" icon on top left
- Input "https://github.com/forno/XmahoUdonUtility.git"### Unity 2018 or later
- Edit "Packages/manifest.json" on your project directory
- Add below that in dependencies.```json
"link.xmaho.vrc.sdk3.udon": "https://github.com/forno/XmahoUdonUtility.git"
```## LICENSE
This software is released under the MIT License, see LICENSE.md.