Get Program Variable stops working if you change the variable name
closed
Takayama
VRC: VRCSDK3-2019.12.18.15.52
UDON: UDONSDK-2019.12.18.17.03_Public
When creating a Get Program Variable node, only the first name entered works. In the example image, it works when first created with var1, but if you change the variable to var2 it stops working entirely, even when switching back to var1. The only way to fix it right now is to delete and create a new Get Program Variable node.
I included an example image of a modified spinning cube where it only worked when using the first program variable.
Log In
Momo the Monster
closed
No longer an issue in latest SDK.
Momo the Monster
Takayama - things may have changed since you filed this. Get/Set Program Variable nodes are useful for changing public variables on other UdonBehaviours. They'll work on local variables too, but you have to declare them first using Variable nodes.
Tupper - VRChat Head of Community
Can you confirm this still occurs with the latest Udon?