Add UNITY_2019_3_OR_NEWER define constraits to MackySoft.SerializeReferenceExtensions.Example.GetStarted.asmdef

This commit is contained in:
mackysoft
2022-04-10 13:20:21 +09:00
parent 782fe29719
commit 060d3bd797
2 changed files with 3 additions and 28 deletions
@@ -10,7 +10,9 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"defineConstraints": [
"UNITY_2019_3_OR_NEWER"
],
"versionDefines": [],
"noEngineReferences": false
}