Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ScriptableObject & SerializeFieldAttribute #39

Merged
merged 14 commits into from
Jul 15, 2020

Conversation

applejag
Copy link
Owner

Makes use of having a custom ContractResolver based on the DefaultContractResolver, and registering it in the options delivered by UnityConverterInitialization

  • Adds support for reading UnityEngine.ScriptableObject types by creating them via ScriptableObject.Create
  • Adds support for the SerializeField attribute

Fixes #33, fixes #38

@applejag applejag added this to the 1.1 milestone Jul 15, 2020
@applejag applejag self-assigned this Jul 15, 2020
@applejag applejag merged commit a55220f into master Jul 15, 2020
@applejag applejag deleted the feature/scriptable-object branch July 15, 2020 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScriptableObjects List support ScriptableObject support
1 participant