From 0c36e458f710655e1f2f2e805508a4afd1ad95c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 12 Feb 2025 17:43:15 +0800 Subject: [PATCH] update space shooter --- .../Samples~/Space Shooter/GameScript/Editor/TextureSchema.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } }