| New file |
| | |
| | | public class AotSdkUtility : Singleton<AotSdkUtility>
|
| | | {
|
| | | #if UNITY_IOS && !UNITY_EDITOR
|
| | | [System.Runtime.InteropServices.DllImport("__Internal")]
|
| | | public static extern void IOSUniyMessageHandle(string json);
|
| | | #endif
|
| | | public void Init()
|
| | | {
|
| | | |
| | | }
|
| | | } |
| New file |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e7080752cff761b42b8562efc2666eea |
| | | MonoImporter: |
| | | externalObjects: {} |
| | | serializedVersion: 2 |
| | | defaultReferences: [] |
| | | executionOrder: 0 |
| | | icon: {instanceID: 0} |
| | | userData: |
| | | assetBundleName: |
| | | assetBundleVariant: |
| | |
| | |
|
| | | private void SDKInit()
|
| | | {
|
| | |
|
| | | AotSdkUtility.Instance.Init();
|
| | | }
|
| | |
|
| | | /// <summary>
|