mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
Compare commits
No commits in common. "ab80e92b366144ffe5a93cc2fda81da8e2884724" and "03212094d9a0039a63347b6e23d62f532fd46c36" have entirely different histories.
ab80e92b36
...
03212094d9
@ -8,7 +8,7 @@
|
|||||||
"displayName": "DragonECS-Unity",
|
"displayName": "DragonECS-Unity",
|
||||||
"description": "Integration with Unity for DragonECS",
|
"description": "Integration with Unity for DragonECS",
|
||||||
"unity": "2021.2",
|
"unity": "2021.2",
|
||||||
"version": "0.5.12",
|
"version": "0.5.11",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"
|
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"
|
||||||
|
@ -346,7 +346,6 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
void ISerializationCallbackReceiver.OnAfterDeserialize()
|
void ISerializationCallbackReceiver.OnAfterDeserialize()
|
||||||
{
|
{
|
||||||
if (_serializableMetaIDScriptPathPairs == null) { return; }
|
if (_serializableMetaIDScriptPathPairs == null) { return; }
|
||||||
_metaIDScriptPathPairs.Clear();
|
|
||||||
foreach (var item in _serializableMetaIDScriptPathPairs)
|
foreach (var item in _serializableMetaIDScriptPathPairs)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(item.scriptPath) == false)
|
if (string.IsNullOrEmpty(item.scriptPath) == false)
|
||||||
|
Loading…
Reference in New Issue
Block a user