Skip to content

Commit 34f8358

Browse files
committed
set scene num mannually
1 parent c8ac1e3 commit 34f8358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Others/Script/SupportPhoneStat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ IEnumerator ReportEnterScene()
4040
string phoneId = SystemInfo.deviceUniqueIdentifier;
4141
string phoneType = SystemInfo.deviceModel;
4242
string androidVersion = SystemInfo.operatingSystem;
43-
int sceneNumber = SceneManager.GetActiveScene().buildIndex;
43+
int sceneNumber = 0;
4444
int appVersion = 1;
4545
int random = UnityEngine.Random.Range(int.MinValue, int.MaxValue);
4646

0 commit comments

Comments
 (0)