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
This would help in writing the plugin serialization code: in most states we don't expect to be serialized/deserialized, and many variables are only useful (or even set) in those states, so need not be serialized.
We could use something more refined than the boolean initializing, and this would clarify the sequence of expected calls at every frame.
The text was updated successfully, but these errors were encountered: