移除测试代码
parent
d081c6bb56
commit
20b755fb55
|
|
@ -38,8 +38,7 @@
|
|||
"GUID:d0bf1e9f644394e1de13e6ae02458b07",
|
||||
"GUID:fe25561d224ed4743af4c60938a59d0b",
|
||||
"GUID:70ea675efa2644cef98c7ece24158333",
|
||||
"GUID:ac145e6b8c6034cdbadc8c6e26aedbcf",
|
||||
"GUID:8aba831061bc9ea408c7ea154b2fdd61"
|
||||
"GUID:ac145e6b8c6034cdbadc8c6e26aedbcf"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
|
|
|||
|
|
@ -1240,8 +1240,6 @@ public class UI_MainPanelController : UIWindow
|
|||
}
|
||||
#endregion
|
||||
|
||||
TestAOTDll.TestAOTDll.TestLog();
|
||||
|
||||
InputManager.Instance.OnFingerUp += OnClick;
|
||||
InputManager.Instance.OnFingerUpUI += OnClick;
|
||||
InputManager.Instance.OnClick += OnClick;
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5a7a7de724f1e2d4eb2276cc301b79c5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"name": "TestAOTDll"
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8aba831061bc9ea408c7ea154b2fdd61
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TestAOTDll
|
||||
{
|
||||
public static class TestAOTDll
|
||||
{
|
||||
public static void TestLog()
|
||||
{
|
||||
Debug.Log("测试AOTDll");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6fccdb4c79039fc4fa1dd17626d6ed15
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Reference in New Issue