My ‘nameplate’ widget is bugged after upgrading to Preview. What I was able to find is that in the Progress Bar ‘bind’ is different.
This is what I used to do;
But now it doesnt work anymore. I cant reference that variable the same way. Is this intended or a Preview build bug?
In fact, none of my custom varibles show up;
Yeah, I’m curious about this as well. I thought I had forgot a step to make it available.
The issue appears to be that it’s not recognizing the Real type as matching the type that the Percent property uses. Probably a bug due to the change of the name from Float to Real. If you create a Boolean variable on the reference object, then try to bind to a true/false property, it still displays that variable.