CyanLaser / CyanTrigger

CyanTrigger is an Udon compiler with focus on in-scene editing. The interface resembles the old SDK2 VRC Trigger interface, but has more functionality. CyanTrigger has full access to all of Udon and can work with UdonGraph and UdonSharp.
https://cyanlaser.github.io/CyanTrigger/
Other
47 stars 2 forks source link

Local variables can have the same names #16

Closed CyanLaser closed 2 years ago

CyanLaser commented 3 years ago

There is no way to distinguish between variables in the editor when variables have the same name.

CyanLaser commented 2 years ago

Fixed in V0.4.1 Variables with the same name will have a number at the end in the selection window

image