NokiMo
CyanLaser
CyanLaser

patreon


CyanTrigger V0.3.1

Version 0.3.1 is mainly a bug fix update with no major features added. With that though, this version is compatible with the new Unity 2019 open beta that VRChat just announced.

As mentioned in my last post, CyanTrigger V0.3.1 is now available for $5 and above supporters. CyanTriggers will be available to everyone for free in mid August. Supporters will still get first access to new features.

Unity 2019

With 2019, everyone now has access to the dark theme.

OnVariableChanged Event

CyanTriggers has always had an OnVariableChanged event that you can use to handle when a variable's value is updated. VRChat has update the Udon runtime to work with proper OnVariableChange events. This means that if using SetProgramVariable on a CyanTrigger, the change event will now be properly executed! This always worked with synced variables changed over the network, but the cross Udon support is nice. Another update to OnVariableChanged events is that you now have access to the previous value in case you wanted to update logic based on it. This really helps in creating synced toggles where you display different objects for On and Off.

Changes and Bug Fixes

What's Next?

I mentioned in my last update post that I would be working on learning resources. This is the plan for the next month as well. First example downloadable world is progressing nicely. It is an Escape Room focusing on simple puzzles. Assets are done and most logic is ready. Mainly working on testing and commenting to help in understanding the logic and reasoning behind it.


Related Creators