Skip to content

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.

1 participant