You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Promote to Variable on a pin, the OScriptVariable does not permit setting a default value when the pin's type is one that permits default values, such as Integer, Float, String, etc.
Expected behavior
Promoted variables should allow setting default values for default-value enabled types.
Actual behavior
Cannot set a default value
How to Reproduce?
No response
Godot full version
No response
Orchestrator version
2.2.dev1
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
Promote to Variable
on a pin, theOScriptVariable
does not permit setting a default value when the pin's type is one that permits default values, such asInteger
,Float
,String
, etc.Expected behavior
Promoted variables should allow setting default values for default-value enabled types.
Actual behavior
Cannot set a default value
How to Reproduce?
No response
Godot full version
No response
Orchestrator version
2.2.dev1
Additional information
No response
The text was updated successfully, but these errors were encountered: