mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:44:33 +08:00
fixes
This commit is contained in:
parent
44006dd00e
commit
a5326f3ffb
@ -111,8 +111,6 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
{
|
||||
_integrationAssembly = typeof(UnityEditorUtility).Assembly;
|
||||
|
||||
colorBoxeStyles = new SparseArray<GUIStyle>();
|
||||
|
||||
List<Type> serializableTypes = new List<Type>();
|
||||
List<EntityEditorBlockDrawer> entityEditorBlockDrawers = new List<EntityEditorBlockDrawer>();
|
||||
foreach (var assembly in AppDomain.CurrentDomain.GetAssemblies())
|
||||
|
@ -22,7 +22,7 @@ namespace DCFApixels.DragonECS
|
||||
private string[] _layers = DefaultLayers.ToArray();
|
||||
|
||||
[SerializeField]
|
||||
private AddParams _parameters;
|
||||
private AddParams _parameters = default;
|
||||
|
||||
[SerializeField]
|
||||
[ArrayElement]
|
||||
|
@ -21,7 +21,7 @@ namespace DCFApixels.DragonECS
|
||||
private string[] _layers = DefaultLayers.ToArray();
|
||||
|
||||
[SerializeField]
|
||||
private AddParams _parameters;
|
||||
private AddParams _parameters = default;
|
||||
|
||||
[SerializeField]
|
||||
[ArrayElement]
|
||||
|
Loading…
Reference in New Issue
Block a user