mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Compare commits
2 Commits
03212094d9
...
ab80e92b36
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ab80e92b36 | ||
![]() |
dfc1ade888 |
@ -8,7 +8,7 @@
|
||||
"displayName": "DragonECS-Unity",
|
||||
"description": "Integration with Unity for DragonECS",
|
||||
"unity": "2021.2",
|
||||
"version": "0.5.11",
|
||||
"version": "0.5.12",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"
|
||||
|
@ -346,6 +346,7 @@ 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