Commit 9eb5d1a3 authored by fengchao's avatar fengchao
Browse files

fix(code):upcodeios

parent 7e95bf1e
...@@ -19,6 +19,10 @@ public class GameManager : MonoBehaviour ...@@ -19,6 +19,10 @@ public class GameManager : MonoBehaviour
} }
public void OnEnterServerBtnClicked() public void OnEnterServerBtnClicked()
{ {
NativeLogger.I("fastsdk_btn_unity", "clicked EnterServer"); NativeLogger.I("fastsdk_btn_unity", "clicked EnterServer");
...@@ -40,9 +44,9 @@ public class GameManager : MonoBehaviour ...@@ -40,9 +44,9 @@ public class GameManager : MonoBehaviour
playerInfo.Phylum = "100"; playerInfo.Phylum = "100";
playerInfo.ClassField = "滴滴滴答"; playerInfo.ClassField = "滴滴滴答";
playerInfo.AddExtra("关卡 1", 1); playerInfo.AddExtra("intKey", 55);
playerInfo.AddExtra("血槽", 1000000.0); playerInfo.AddExtra("longLongKey", 66786658787676);
playerInfo.AddExtra("技能释放", "冰火九重天"); playerInfo.AddExtra("stringKey", "Hello111");
HoolaiSdkManager.SendEvent(EventType.EnterServer, playerInfo); HoolaiSdkManager.SendEvent(EventType.EnterServer, playerInfo);
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -41,3 +41,21 @@ The following packages were updated: ...@@ -41,3 +41,21 @@ The following packages were updated:
com.unity.textmeshpro from version 3.0.6 to 3.0.7 com.unity.textmeshpro from version 3.0.6 to 3.0.7
com.unity.timeline from version 1.6.2 to 1.7.7 com.unity.timeline from version 1.6.2 to 1.7.7
com.unity.visualscripting from version 1.7.6 to 1.9.4 com.unity.visualscripting from version 1.7.6 to 1.9.4
=== Sat Oct 11 16:57:37 2025
Packages were changed.
Update Mode: updateDependencies
The following packages were 已添加:
com.unity.2d.sprite@1.0.0
com.unity.2d.tilemap@1.0.0
com.unity.ads@4.4.2
com.unity.analytics@3.8.1
com.unity.ide.rider@3.0.36
com.unity.ide.visualstudio@2.0.22
com.unity.ide.vscode@1.2.5
com.unity.purchasing@4.11.0
com.unity.test-framework@1.1.33
com.unity.xr.legacyinputhelpers@2.1.12
com.unity.ai.navigation@1.1.6
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{ {
"dependencies": { "dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "4.4.2",
"com.unity.ai.navigation": "1.1.6",
"com.unity.analytics": "3.8.1",
"com.unity.collab-proxy": "2.10.0", "com.unity.collab-proxy": "2.10.0",
"com.unity.feature.development": "1.0.1", "com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.36",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.nuget.newtonsoft-json": "3.2.1", "com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.purchasing": "4.11.0",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.7", "com.unity.textmeshpro": "3.0.7",
"com.unity.timeline": "1.7.7", "com.unity.timeline": "1.7.7",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.4", "com.unity.visualscripting": "1.9.4",
"com.unity.xr.legacyinputhelpers": "2.1.12",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
......
{ {
"dependencies": { "dependencies": {
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.2d.tilemap": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.ads": {
"version": "4.4.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.ai.navigation": {
"version": "1.1.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.analytics": {
"version": "3.8.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.services.analytics": "1.0.4",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "2.10.0", "version": "2.10.0",
"depth": 0, "depth": 0,
...@@ -16,7 +59,7 @@ ...@@ -16,7 +59,7 @@
}, },
"com.unity.ext.nunit": { "com.unity.ext.nunit": {
"version": "1.0.6", "version": "1.0.6",
"depth": 2, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
...@@ -37,7 +80,7 @@ ...@@ -37,7 +80,7 @@
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {
"version": "3.0.36", "version": "3.0.36",
"depth": 1, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.ext.nunit": "1.0.6" "com.unity.ext.nunit": "1.0.6"
...@@ -46,7 +89,7 @@ ...@@ -46,7 +89,7 @@
}, },
"com.unity.ide.visualstudio": { "com.unity.ide.visualstudio": {
"version": "2.0.22", "version": "2.0.22",
"depth": 1, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.test-framework": "1.1.9" "com.unity.test-framework": "1.1.9"
...@@ -55,7 +98,7 @@ ...@@ -55,7 +98,7 @@
}, },
"com.unity.ide.vscode": { "com.unity.ide.vscode": {
"version": "1.2.5", "version": "1.2.5",
"depth": 1, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
...@@ -74,6 +117,41 @@ ...@@ -74,6 +117,41 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.purchasing": {
"version": "4.11.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.services.core": "1.8.2"
},
"url": "https://packages.unity.cn"
},
"com.unity.services.analytics": {
"version": "6.0.3",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.services.core": "1.12.4",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.services.core": {
"version": "1.14.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.settings-manager": { "com.unity.settings-manager": {
"version": "2.1.0", "version": "2.1.0",
"depth": 2, "depth": 2,
...@@ -83,7 +161,7 @@ ...@@ -83,7 +161,7 @@
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.33", "version": "1.1.33",
"depth": 1, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.ext.nunit": "1.0.6", "com.unity.ext.nunit": "1.0.6",
...@@ -142,6 +220,16 @@ ...@@ -142,6 +220,16 @@
}, },
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.xr.legacyinputhelpers": {
"version": "2.1.12",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.modules.ai": { "com.unity.modules.ai": {
"version": "1.0.0", "version": "1.0.0",
"depth": 0, "depth": 0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment