From e5fdb4d2bed16119b96c79607ac09a91c3287903 Mon Sep 17 00:00:00 2001 From: johnche Date: Wed, 18 Dec 2024 14:33:30 +0800 Subject: [PATCH] =?UTF-8?q?[unity]stripping=20level=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=88=90low=E6=97=B6=EF=BC=8Cil2cpp=E4=BC=98=E5=8C=96ESModuleE?= =?UTF-8?q?xecuteCJS=E5=92=8CESModuleExecuteCJSRelative=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=88IsESM=E4=B8=BAundefined=E4=BA=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/test/Src/UnitTestLoader.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/unity/test/Src/UnitTestLoader.cs b/unity/test/Src/UnitTestLoader.cs index bc51dd96b4..8d73d1db40 100644 --- a/unity/test/Src/UnitTestLoader.cs +++ b/unity/test/Src/UnitTestLoader.cs @@ -13,6 +13,7 @@ public UnitTestLoader2() } + [UnityEngine.Scripting.Preserve] public bool IsESM(string filepath) { return !filepath.EndsWith(".cjs");