From 1c08bb70119e1e3763c96633f9e049eca739421f Mon Sep 17 00:00:00 2001 From: tanghai Date: Thu, 14 Sep 2017 19:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=89=88=E6=9C=AC=E6=A3=80?= =?UTF-8?q?=E6=9F=A5return=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unity/Assets/Scripts/Init.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Unity/Assets/Scripts/Init.cs b/Unity/Assets/Scripts/Init.cs index f6183e23..7fee2948 100644 --- a/Unity/Assets/Scripts/Init.cs +++ b/Unity/Assets/Scripts/Init.cs @@ -29,7 +29,6 @@ namespace Model if (Application.unityVersion != "2017.1.0p5") { Log.Error("请使用Unity2017.1.0p5版本"); - return; } DontDestroyOnLoad(gameObject); -- GitLab