Merge branch 'hyyngame' of http://192.168.1.20:10010/r/snxxz_client into hyyngame
| | |
| | | }
|
| | | exportMaps?.Clear();
|
| | | exportMaps = null;
|
| | | DebugEx.Log("Level资源包名更新完成!");
|
| | | DebugEx.Log("map资源包名更新完成!");
|
| | | // AssetDatabase.SaveAssets();
|
| | | // AssetDatabase.Refresh();
|
| | | }
|
| | |
| | | //初始化YnmbxxjSDK |
| | | newCode = "\n" + |
| | | " _ynmbxxjSDK = [[YnmbxxjSDK alloc] init];\n [_ynmbxxjSDK YngameSDKInit:application didFinishLaunchingWithOptions:launchOptions];"; |
| | | _xclass.WriteBelow("[KeyboardDelegate Initialize];", newCode); |
| | | _xclass.WriteBelow("::printf(\"-> applicationDidFinishLaunching()\\n\");", newCode); |
| | | |
| | | |
| | | //quick sdk 生命周期 |