Skip to content

Commit

Permalink
Updating Project Version and Package Versions
Browse files Browse the repository at this point in the history
Updated Authentication/RemoteConfig Packages and Unity 2021.3.2f1 LTS
  • Loading branch information
Russell-Sng-Unity3D committed May 10, 2022
1 parent 86882f1 commit a03213b
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ MonoBehaviour:
m_Name: Level 01_BundledAssetGroupSchema
m_EditorClassIdentifier:
m_Group: {fileID: 11400000, guid: 19ba1b756f6b5934c8630d510169c7ed, type: 2}
m_InternalBundleIdMode: 1
m_Compression: 1
m_IncludeAddressInCatalog: 1
m_IncludeGUIDInCatalog: 1
m_IncludeLabelsInCatalog: 1
m_InternalIdNamingMode: 0
m_CacheClearBehavior: 0
m_IncludeInBuild: 1
m_BundledAssetProviderType:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Expand All @@ -26,6 +28,7 @@ MonoBehaviour:
m_UseAssetBundleCache: 1
m_UseAssetBundleCrc: 1
m_UseAssetBundleCrcForCachedBundles: 1
m_UseUWRForLocalBundles: 0
m_Timeout: 0
m_ChunkedTransfer: 0
m_RedirectLimit: -1
Expand All @@ -39,3 +42,4 @@ MonoBehaviour:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider
m_BundleNaming: 0
m_AssetLoadMode: 0
2 changes: 1 addition & 1 deletion Assets/Scripts/ApplyRemoteConfigSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;

using Unity.RemoteConfig;
using Unity.Services.RemoteConfig;
using Unity.Services.Core;
using Unity.Services.Authentication;

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/RemoteConfigManagerScript.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using UnityEngine;
using UnityEngine.Events;
using Unity.RemoteConfig;
using Unity.Services.RemoteConfig;

public static class RemoteConfigManagerScript
{
Expand Down
10 changes: 5 additions & 5 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.addressables": "1.19.15",
"com.unity.addressables": "1.19.19",
"com.unity.ide.visualstudio": "2.0.12",
"com.unity.ide.vscode": "1.2.4",
"com.unity.remote-config": "3.0.0-pre.8",
"com.unity.render-pipelines.universal": "12.1.3",
"com.unity.remote-config": "3.0.0-pre.15",
"com.unity.render-pipelines.universal": "12.1.6",
"com.unity.scriptablebuildpipeline": "1.19.5",
"com.unity.services.authentication": "1.0.0-pre.4",
"com.unity.services.ccd.management": "1.0.0-pre.2",
"com.unity.services.authentication": "2.0.0",
"com.unity.services.ccd.management": "2.0.4",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
62 changes: 32 additions & 30 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {}
},
"com.unity.addressables": {
"version": "1.19.15",
"version": "1.19.19",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.19.5",
"com.unity.scriptablebuildpipeline": "1.19.6",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
Expand All @@ -21,7 +21,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.6.0",
"version": "1.6.5",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -53,44 +53,44 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.5",
"version": "1.2.6",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.2",
"version": "3.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.remote-config": {
"version": "3.0.0-pre.8",
"version": "3.0.0-pre.15",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.remote-config-runtime": "3.0.0-pre.17"
"com.unity.remote-config-runtime": "3.0.0-pre.29"
},
"url": "https://packages.unity.com"
},
"com.unity.remote-config-runtime": {
"version": "3.0.0-pre.17",
"version": "3.0.0-pre.29",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.services.core": "1.1.0-pre.11",
"com.unity.services.authentication": "1.0.0-pre.6"
"com.unity.services.core": "1.3.1",
"com.unity.services.authentication": "1.0.0-pre.37"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "12.1.3",
"version": "12.1.6",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -100,19 +100,19 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "12.1.3",
"version": "12.1.6",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.5.0",
"com.unity.render-pipelines.core": "12.1.3",
"com.unity.shadergraph": "12.1.3"
"com.unity.render-pipelines.core": "12.1.6",
"com.unity.shadergraph": "12.1.6"
}
},
"com.unity.scriptablebuildpipeline": {
"version": "1.19.5",
"depth": 0,
"version": "1.19.6",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand All @@ -125,51 +125,53 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "1.0.0-pre.6",
"depth": 2,
"version": "2.0.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.services.core": "1.1.0-pre.9",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.core": "1.3.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.ccd.management": {
"version": "1.0.0-pre.2",
"version": "2.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.3.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.1.0-pre.11",
"depth": 2,
"version": "1.3.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.androidjni": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "12.1.3",
"version": "12.1.6",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.3",
"com.unity.render-pipelines.core": "12.1.6",
"com.unity.searcher": "4.9.1"
}
},
"com.unity.test-framework": {
"version": "1.1.29",
"version": "1.1.31",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.2.8f1
m_EditorVersionWithRevision: 2021.2.8f1 (d0e5f0a7b06a)
m_EditorVersion: 2021.3.2f1
m_EditorVersionWithRevision: 2021.3.2f1 (d6360bedb9a0)
2 changes: 2 additions & 0 deletions ProjectSettings/ProjectVersion.txt.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
m_EditorVersion: 2021.2.8f1
m_EditorVersionWithRevision: 2021.2.8f1 (d0e5f0a7b06a)
7 changes: 7 additions & 0 deletions UserSettings/EditorUserSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ EditorUserSettings:
m_ObjectHideFlags: 0
serializedVersion: 4
m_ConfigSettings:
RecentlyUsedSceneGuid-0:
value: 53020d52010d5e5f0f5d082449700a44104f1a797b2e25677b7b4f60b1e5643c
flags: 0
RecentlyUsedScenePath-0:
value: 22424703114646680e0b0227036c6c0419051d6439262f2434
flags: 0
Expand Down Expand Up @@ -46,9 +49,13 @@ EditorUserSettings:
m_VCDebugCmd: 0
m_VCDebugOut: 0
m_SemanticMergeMode: 2
m_DesiredImportWorkerCount: 2
m_StandbyImportWorkerCount: 2
m_IdleImportWorkerShutdownDelay: 60000
m_VCShowFailedCheckout: 1
m_VCOverwriteFailedCheckoutAssets: 1
m_VCProjectOverlayIcons: 1
m_VCHierarchyOverlayIcons: 1
m_VCOtherOverlayIcons: 1
m_VCAllowAsyncUpdate: 0
m_ArtifactGarbageCollection: 1

0 comments on commit a03213b

Please sign in to comment.