New Version 1.42

Moving cam replay.
Fixed the bugs.

New Version 1.42

Moving cam replay.
Fixed the bugs.

New Version 1.42

Moving cam replay,
Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-01-29 09:54:37 +07:00
parent dcb7df5fd1
commit 1c033119df
7079 changed files with 186851 additions and 48991 deletions

View file

@ -0,0 +1,24 @@
using System;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.Analytics;
public class JsonSerialization
{
// This test was create to verifiy JsonUtility could properly deserialize the nested
// structs used for opt-out status. That process is now handled with remote config so
// now we just verify that the expected response from the token API can be deserialized.
const string kTokenJson = "{" +
"\"url\": \"https://analytics.cloud.unity3d.com/optout?token=24a96770b5c4420a4f930dbb4b72fbb83erfg3edf3ert4r1/\"," +
"\"token\": \"24a96770b5c4420a4f930dbb4b72fbb83erfg3edf3ert4r1\"" +
"}";
[Test]
public void TestTokenStruct_JsonUtility()
{
var tokenData = JsonUtility.FromJson<DataPrivacy.TokenData>(kTokenJson);
Assert.AreEqual("https://analytics.cloud.unity3d.com/optout?token=24a96770b5c4420a4f930dbb4b72fbb83erfg3edf3ert4r1/", tokenData.url);
Assert.AreEqual("24a96770b5c4420a4f930dbb4b72fbb83erfg3edf3ert4r1", tokenData.token);
}
}

View file

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 0fe4c527c3aa3eb42912a1caafbbc6a0
timeCreated: 1526476500
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,12 @@
{
"name": "Unity.Analytics.DataPrivacy.Tests",
"references": [
"Unity.Analytics.DataPrivacy"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false
}

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 015812e983113a84b95773e55f3cec13
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: