Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xytabich/Katsudon
IL to VRChat Udon compiler
https://github.com/Xytabich/Katsudon
compiler udon vrchat
Last synced: 3 months ago
JSON representation
IL to VRChat Udon compiler
- Host: GitHub
- URL: https://github.com/Xytabich/Katsudon
- Owner: Xytabich
- License: apache-2.0
- Created: 2021-07-26T08:32:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T02:07:20.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:07:33.893Z (5 months ago)
- Topics: compiler, udon, vrchat
- Language: C#
- Homepage: https://discord.gg/vp5K7TTBDF
- Size: 7.65 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Katsudon is a compiler of IL assemblies (including plugins) directly into the UDON VRChat program.
The utility was created for more convenient work with the unity, as close as possible to the usual one. Whenever possible, many standard methods of working with objects and other things will be implemented here.
This compiler is mainly intended for those who are already familiar with scripting in Unity, but due to some limitations of Udon some things may be different. You can read more about this on the [wiki](https://github.com/Xytabich/Katsudon/wiki/Difference-from-regular-use-of-C%23).
### Setup
First of all, download and import these packages:
- [VRChat SDK3 for Worlds](https://vrchat.com/home/download)
- The latest Katsudon [release](https://github.com/Xytabich/Katsudon/releases/latest)Next comes the [environment setup](https://github.com/Xytabich/Katsudon/wiki/How-to-work).
Then you can transfer your scripts to this environment (do not forget to take into account the limitations of Katsudon) or create new ones.All the highlights are on the [wiki](https://github.com/Xytabich/Katsudon/wiki).
### Remarks
- Katsudon was designed to automatically support Udon's functionality, so there are such things as a dynamically updated list of udon functionality (also known as Udon cache).
Therefore, you can often use Katsudon for the latest versions of the VRChat SDK. But if new functionality appears, updates will be carried out.
- At the moment this utility is in the alpha stage, so many things may not be implemented and some parts may not be optimized.[![Discord](https://img.shields.io/badge/Discord-Xytabich%20Server-blueviolet?style=social&logo=discord)](https://discord.gg/vp5k7ttbdf) - For questions, suggestions and bug reports
[![Trello](https://img.shields.io/badge/Trello-Katsudon%20Board-yellow?style=social&logo=trello)](https://trello.com/b/jyjguAFA) - What has been done and what is planned