Releases: vrchat-community/VRChat-Joke-Jam
Releases · vrchat-community/VRChat-Joke-Jam
Example Project 1.0.2
You can get all the details about this VRChat World Jam at https://vrch.at/jokejam
We include two zip files below:
VRChat-Joke-Jam-1.0.2.zip
If you have git installed or can install it first, this version will let you easily update the SDK packages in the project. Unity uses git to do this under the hood.
If there's an update to the packages, you can simply delete the file at Packages/packages-lock.json to pull the newest ones.
VRChat-Joke-Jam-Packages-Included-1.0.2.zip
If you can't install git, this version includes all the packages you need to get up and running.
Changes:
1.0.2
- Removes VRC Spatial Audio component from VRCHammer prefabs. These were producing a popping sound sometimes.
- Adds info about opening up project in Unity to Readme
1.0.1
- BopSender was triggering once for each person in the instance, fixed that by only running the ReceiveBop logic on the owner of the BopSender (fixed in Udon Graph and UdonSharp).
- Adds a note about Git LFS being required if you fork / clone the repo.
- Adds Respawn timers to the LaserCat and LaserPen prefabs. When the Pen is dropped, it will return to its original position within 60 seconds if it is not picked back up. This way it doesn't get lost in long-running instances. The LaserCat will respawn if it doesn't jump within 90 seconds of doing a jump. You can change the timing by adjusting respawnTimeInSeconds on either object
Example Project 1.0.1
Deprecated - use 1.0.2 instead.
Example Project 1.0.0
Deprecated - use 1.0.2 instead.