Replies: 2 comments 2 replies
-
What syntax are you using? The names are |
Beta Was this translation helpful? Give feedback.
-
How do you set that up, when you have to make the exported variable a property, so you can call "UpdateConfigurationWarnings" in the Setter when you made a change to it in the inspector (and lose the warning)? Because for me, on every built the value is being forgotten, because I have to write a private field to store the value of the property, to avoid an endless loop. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've started switching over from GDScript to C# and a big thing I've already noticed is that there does not seem to be a method for
get_configuration_warnings()
orupdate_configuration_warnings()
version for C#.Within my GDScript I use this extensively to prevent any mistakes in my Inspector.
If someone is able to point me in the general direction, I'd happily have a look at this.
Beta Was this translation helpful? Give feedback.
All reactions