CyanTrigger V0.3.2 Download
Added 2021-08-05 01:28:53 +0000 UTCYou can download CyanTrigger V0.3.2 from this post. Make sure to read the license as well. Do not redistribute the files.*
You can find the documentation on Github.
Have Questions? Ask in my Discord.
Found a bug? Let me know on Discord and add the issue on Github.
Please make sure your VRChat SDK is up to date before importing CyanTriggers.
If you are updating from CyanTrigger V0.3.0 or earlier, Please Delete the CyanTrigger/Examples folder first before importing version 0.3.2. While nothing will break if you don't do this, it will be confusing with new examples being added into the project as they were moved to a new folder called CyanTriggerExamples.
* To be more specific about the redistribution clause, please do not redistribute anything included in the attached package. With that, you are allowed to create prefabs that use CyanTriggers and distribute those. Just don't include anything under Assets/CyanTrigger when exporting.
Main changes in this version:
- Fixed error when duplicating events.
- Fixed drag and drop issue when moving multiple nested objects.
- Fixed bug when duplicating actions through right click menu clears inputs on duplicated actions.
- Fixed bug where renaming a variable would not update all actions that used that variable.
- Fixed bug where serialized CyanTriggers with same hash would crash compiling. (Collab should work better now)
- Added button in settings to clear all Serialized CyanTriggers.
- Added error when using a for loop with a step value of 0.
- Added Custom Actions for OnCollision events to match OnTrigger Custom Actions.