mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Compare commits
No commits in common. "ab80e92b366144ffe5a93cc2fda81da8e2884724" and "03212094d9a0039a63347b6e23d62f532fd46c36" have entirely different histories.
ab80e92b36
...
03212094d9
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user