diff --git a/README.md b/README.md new file mode 100644 index 0000000..37e0670 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# VRC2CVR + +Avatar convertor : VRChat(VRCSDK2) avatar to ChilloutVR avatar + +![VRC2CVR](VRC2CVR.png) + +## Usage + +1. Copy your vrchat avatar project +2. Open the copied project by Unity 2019 +3. Import CCK(ChilloutVR SDK) +4. Import VRC2CVR +5. Open avatar scene and do below! + +![usage](usage.png) + +## License + +[Zlib](LICENSE) diff --git a/VRC2CVR.png b/VRC2CVR.png new file mode 100644 index 0000000..724e684 Binary files /dev/null and b/VRC2CVR.png differ diff --git a/VRC2CVR.psp b/VRC2CVR.psp new file mode 100644 index 0000000..b4251db Binary files /dev/null and b/VRC2CVR.psp differ diff --git a/usage.png b/usage.png new file mode 100644 index 0000000..0425add Binary files /dev/null and b/usage.png differ