diff --git a/Scripts/Editor/UIParticleEditor.cs b/Scripts/Editor/UIParticleEditor.cs index e227145..7f0a4d0 100644 --- a/Scripts/Editor/UIParticleEditor.cs +++ b/Scripts/Editor/UIParticleEditor.cs @@ -22,8 +22,6 @@ namespace Coffee.UIExtensions private static readonly GUIContent s_ContentTrailMaterial = new GUIContent("Trail Material"); private static readonly GUIContent s_Content3D = new GUIContent("3D"); private static readonly GUIContent s_ContentScale = new GUIContent("Scale"); - private static readonly List s_TempParents = new List(); - private static readonly List s_TempChildren = new List(); private SerializedProperty _spMaskable; private SerializedProperty _spScale;