Skip to content

Commit 0aab3e3

Browse files
committed
[修改]1. 修改数据异常
1 parent bd26a87 commit 0aab3e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/GameAnalytics/GameAnalyticsByTalkingDataManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public override void Event(string eventName, float eventValue, Dictionary<string
140140
[UnityEngine.Scripting.Preserve]
141141
public override void SetPlayerId(string playerId)
142142
{
143-
var profile = new TalkingDataProfile();
143+
var profile = TalkingDataProfile.CreateProfile();
144144
profile.SetName(playerId);
145145
TalkingDataSDK.OnProfileUpdate(profile);
146146
}

0 commit comments

Comments
 (0)