Overridden Variables Buggy

Schreppy

New member
As you can see, I am trying to override the variables in my subtree ‘TEST’. Value 1 should be set to ActivityIndex (int), Value 2 to WorkIndex(int), and Value 3 to 3 (int). However, only Value 3 is being overridden correctly, while the other values remain at 0.

1777464624878.png1777464678435.png
 
This is likely related to the view. If within the Test subtree you log the value of Value 1 then it will output the correct value. Longer term I plan on improving the UX of this - if for example you have multiple Test subtrees and override each variable it is correct locally but the display doesn't show the value for each of the subtrees.
 
Unfortunately, there is another bug. As soon as I open my subtree reference in Play Mode, it appears like this, which makes debugging impossible:

1777466931640.png

Should look like this:
1777466989829.png
 
Back
Top