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
I'm adding scopes API to the Godot Engine SDK (hybrid sdk) and our tests caught an issue with the clear method not removing contexts from a scope object. It clears the other fields fine, just not the contexts. I'm now using a workaround.
I'm adding scopes API to the Godot Engine SDK (hybrid sdk) and our tests caught an issue with the
clearmethod not removing contexts from a scope object. It clears the other fields fine, just not the contexts. I'm now using a workaround.