From 17fe247cb8e42aa59d38fd2e3d83a051644f5ff8 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 31 Mar 2023 17:48:42 +0800 Subject: [PATCH] Update TEngine.Editor.asmdef --- Assets/TEngine/Editor/TEngine.Editor.asmdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/TEngine/Editor/TEngine.Editor.asmdef b/Assets/TEngine/Editor/TEngine.Editor.asmdef index e8c93355..1d755b1d 100644 --- a/Assets/TEngine/Editor/TEngine.Editor.asmdef +++ b/Assets/TEngine/Editor/TEngine.Editor.asmdef @@ -1,6 +1,6 @@ { "name": "TEngine.Editor", - "rootNamespace": "TEngine.Editor", + "rootNamespace": "", "references": [ "TEngine.Runtime" ], @@ -8,7 +8,7 @@ "Editor" ], "excludePlatforms": [], - "allowUnsafeCode": false, + "allowUnsafeCode": true, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true,