Compare commits

..

No commits in common. "ab80e92b366144ffe5a93cc2fda81da8e2884724" and "03212094d9a0039a63347b6e23d62f532fd46c36" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"displayName": "DragonECS-Unity",
"description": "Integration with Unity for DragonECS",
"unity": "2021.2",
"version": "0.5.12",
"version": "0.5.11",
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"

View File

@ -346,7 +346,6 @@ namespace DCFApixels.DragonECS.Unity.Editors
void ISerializationCallbackReceiver.OnAfterDeserialize()
{
if (_serializableMetaIDScriptPathPairs == null) { return; }
_metaIDScriptPathPairs.Clear();
foreach (var item in _serializableMetaIDScriptPathPairs)
{
if (string.IsNullOrEmpty(item.scriptPath) == false)