diff --git a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Editor/TextureSchema.cs b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Editor/TextureSchema.cs index 54158f5b..3e2cf247 100644 --- a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Editor/TextureSchema.cs +++ b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Editor/TextureSchema.cs @@ -177,8 +177,7 @@ public class TextureSchema : ScannerSchema }); container.Add(maxHeightField); - SchemaInspector inspector = new SchemaInspector(); - inspector.Containner = container; + SchemaInspector inspector = new SchemaInspector(container); return inspector; } }