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 I inherit from an abstract class using [AlchemySerializeField, NonSerialized], I need to add the [AlchemySerialize] attribute and make it partial to make it work
When I inherit from an abstract class using
[AlchemySerializeField, NonSerialized], I need to add the[AlchemySerialize]attribute and make it partial to make it work