Assets/Editor/PocoSDK/3rdLib/Newtonsoft.Json.dll.meta
File was deleted Assets/Editor/Tool/ClientPackage.cs
@@ -438,17 +438,6 @@ var apkName = StringUtility.Contact(_output, "/", versionName, "_", versionConfig.clientPackageFlag, "_v", versionConfig.m_Version, "_", _buildIndex, ".apk"); BuildPipeline.BuildPlayer(baseLevels, apkName, BuildTarget.Android, BuildOptions.None); } FileUtil.MoveFileOrDirectory(Application.dataPath + "/Scripts/PocoSDK", Application.dataPath + "/Editor/PocoSDK"); var _content = File.ReadAllText(Application.dataPath + "/Scripts/Core/GameEngine/Login/Launch.cs"); int _start = _content.IndexOf("// ## PocoManager Start") + "// ## PocoManager Start".Length; int _end = _content.IndexOf("// ## PocoManager End"); var _front = _content.Substring(0, _start); var _back = _content.Substring(_end); _content = _front + "\r\n// ## PocoManager\r\n" + _back; File.WriteAllText(Application.dataPath + "/Scripts/Core/GameEngine/Login/Launch.cs", _content); } public static void BuildIpa(string _sdkPath, string _publisher, int _buildIndex, bool _replace) @@ -532,36 +521,6 @@ PlayerSettings.allowedAutorotateToPortrait = false; PlayerSettings.allowedAutorotateToPortraitUpsideDown = false; PlayerSettings.bundleVersion = VersionConfig.GetVersionNumber(newVersionConfig.version).ToString(); if (VersionConfig.Get().appId.Equals("test")) { if (Directory.Exists(Application.dataPath + "/Editor/PocoSDK") && !Directory.Exists(Application.dataPath + "/Scripts/PocoSDK")) { FileUtil.MoveFileOrDirectory(Application.dataPath + "/Editor/PocoSDK", Application.dataPath + "/Scripts/PocoSDK"); } var _launchScript = File.ReadAllText(Application.dataPath + "/Scripts/Core/GameEngine/Login/Launch.cs"); if (_launchScript != null) { if (_launchScript.IndexOf("// ## PocoManager") == -1) { Debug.LogError("找不到替代字符串"); } else { _launchScript.Replace("// ## PocoManager", "if (VersionConfig.Get().appId.Equals(\"test\"))" + "{" + "SnxxzGame.Instance.gameObject.AddComponent<PocoManager>();" + "}"); File.WriteAllText(Application.dataPath + "/Scripts/Core/GameEngine/Login/Launch.cs", _launchScript); } } } CSObjectWrapEditor.Generator.ClearAll(); CSObjectWrapEditor.Generator.GenAll(); Assets/Plugins/PocoSDK.meta
File was renamed from Assets/Editor/PocoSDK.meta @@ -1,7 +1,7 @@ fileFormatVersion: 2 guid: eac2a04956ca3a14ebe2b627c7a48009 guid: f8bf963a136265d4d9673c22e1379176 folderAsset: yes timeCreated: 1554811207 timeCreated: 1554817714 licenseType: Pro DefaultImporter: userData: Assets/Plugins/PocoSDK/3rdLib.meta
Assets/Plugins/PocoSDK/3rdLib/Newtonsoft.Json.dllBinary files differ
Assets/Plugins/PocoSDK/3rdLib/Newtonsoft.Json.dll.meta
New file @@ -0,0 +1,121 @@ fileFormatVersion: 2 guid: 85bedaf57f122f34e9a40ccfe7983c81 timeCreated: 1554808822 licenseType: Pro PluginImporter: serializedVersion: 2 iconMap: {} executionOrder: {} isPreloaded: 0 isOverridable: 0 platformData: data: first: '': Any second: enabled: 0 settings: Exclude Android: 1 Exclude Editor: 0 Exclude Linux: 1 Exclude Linux64: 1 Exclude LinuxUniversal: 1 Exclude OSXIntel: 1 Exclude OSXIntel64: 1 Exclude OSXUniversal: 1 Exclude Win: 1 Exclude Win64: 1 data: first: '': Editor second: enabled: 0 settings: CPU: AnyCPU OS: AnyOS data: first: Android: Android second: enabled: 0 settings: CPU: ARMv7 data: first: Any: second: enabled: 1 settings: {} data: first: Editor: Editor second: enabled: 1 settings: DefaultValueInitialized: true data: first: Facebook: Win second: enabled: 0 settings: CPU: AnyCPU data: first: Facebook: Win64 second: enabled: 0 settings: CPU: AnyCPU data: first: Standalone: Linux second: enabled: 0 settings: CPU: x86 data: first: Standalone: Linux64 second: enabled: 0 settings: CPU: x86_64 data: first: Standalone: OSXIntel second: enabled: 0 settings: CPU: AnyCPU data: first: Standalone: OSXIntel64 second: enabled: 0 settings: CPU: AnyCPU data: first: Standalone: Win second: enabled: 0 settings: CPU: AnyCPU data: first: Standalone: Win64 second: enabled: 0 settings: CPU: AnyCPU data: first: Windows Store Apps: WindowsStoreApps second: enabled: 0 settings: CPU: AnyCPU userData: assetBundleName: assetBundleVariant: Assets/Plugins/PocoSDK/3rdLib/link.xml
Assets/Plugins/PocoSDK/3rdLib/link.xml.meta
Assets/Plugins/PocoSDK/ConcurrentDictionary.cs
Assets/Plugins/PocoSDK/ConcurrentDictionary.cs.meta
Assets/Plugins/PocoSDK/PocoManager.cs
Assets/Plugins/PocoSDK/PocoManager.cs.meta
Assets/Plugins/PocoSDK/TcpClientConnectedEventArgs.cs
Assets/Plugins/PocoSDK/TcpClientConnectedEventArgs.cs.meta
Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs
Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs.meta
Assets/Plugins/PocoSDK/TcpClientState.cs
Assets/Plugins/PocoSDK/TcpClientState.cs.meta
Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs
Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs.meta
Assets/Plugins/PocoSDK/TcpServer.cs
Assets/Plugins/PocoSDK/TcpServer.cs.meta
Assets/Plugins/PocoSDK/UnityDumper.cs
Assets/Plugins/PocoSDK/UnityDumper.cs.meta
Assets/Plugins/PocoSDK/VRSupport.cs
Assets/Plugins/PocoSDK/VRSupport.cs.meta
Assets/Plugins/PocoSDK/sdk.meta
Assets/Plugins/PocoSDK/sdk/AbstractDumper.cs
Assets/Plugins/PocoSDK/sdk/AbstractDumper.cs.meta
Assets/Plugins/PocoSDK/sdk/AbstractNode.cs
Assets/Plugins/PocoSDK/sdk/AbstractNode.cs.meta
Assets/Plugins/PocoSDK/ugui.meta
Assets/Plugins/PocoSDK/ugui/UnityNode.cs
Assets/Plugins/PocoSDK/ugui/UnityNode.cs.meta