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

1.2.0 #160

Merged
merged 34 commits into from
Jul 26, 2021
Merged

1.2.0 #160

merged 34 commits into from
Jul 26, 2021

Conversation

quabug
Copy link
Owner

@quabug quabug commented Jul 26, 2021

Changes

Upgrade Tips

Fix variant code

  1. Reader: replace \[SerializeReference, SerializeReferenceDrawer\](\n\s*| )(\s*)(\w*) (\w*)VariantReader by $2$3 SerializedVariantRO<$4>
    image

  2. Writer: replace \[SerializeReference, SerializeReferenceDrawer\](\n\s*| )(\s*)(\w*) (\w*)VariantWriter by $2$3 SerializedVariantWO<$4>
    image

  3. ReaderAndWriter: replace (\w*)SerializedReaderAndWriterVariant by SerializedVariantRW<$1>
    image

Fix variant assets

  1. replace (\w*)Variant(Reader|Writer|ReaderAndWriter), ns.* by <IVariant$2>/$1Variant, ns: EntitiesBT.Variant.CodeGen, asm: Assembly-CSharp}
    image

@quabug quabug merged commit 1e7fb90 into master Jul 26, 2021
@quabug quabug deleted the dev branch July 27, 2021 03: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.

None yet

1 participant