Skip to content
Snippets Groups Projects
Commit ff348ff9 authored by baletiballo's avatar baletiballo
Browse files

Update to Unity 22.3.55

The ControlMapping has been changed, and now complains about not disabling the Actionmaps. If this persists through the next update, it should be investigated (likely a small fix, once it is clear *where* to call disable() )
parent 91f5d213
Branches
No related tags found
No related merge requests found
Pipeline #6552 passed
No preview for this file type
fileFormatVersion: 2 fileFormatVersion: 2
guid: d16d099b804bc914982bbbd303b30755 guid: d16d099b804bc914982bbbd303b30755
labels:
- NuGetForUnity
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2
...@@ -25,7 +27,7 @@ PluginImporter: ...@@ -25,7 +27,7 @@ PluginImporter:
- first: - first:
Windows Store Apps: WindowsStoreApps Windows Store Apps: WindowsStoreApps
second: second:
enabled: 1 enabled: 0
settings: {} settings: {}
userData: userData:
assetBundleName: assetBundleName:
......
...@@ -9,6 +9,8 @@ Material: ...@@ -9,6 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_Name: LiberationSans SDF Material m_Name: LiberationSans SDF Material
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: [] m_ValidKeywords: []
m_InvalidKeywords: [] m_InvalidKeywords: []
m_LightmapFlags: 1 m_LightmapFlags: 1
...@@ -17,6 +19,7 @@ Material: ...@@ -17,6 +19,7 @@ Material:
m_CustomRenderQueue: -1 m_CustomRenderQueue: -1
stringTagMap: {} stringTagMap: {}
disabledShaderPasses: [] disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties: m_SavedProperties:
serializedVersion: 3 serializedVersion: 3
m_TexEnvs: m_TexEnvs:
...@@ -2264,7 +2267,8 @@ Texture2D: ...@@ -2264,7 +2267,8 @@ Texture2D:
m_MipCount: 1 m_MipCount: 1
m_IsReadable: 1 m_IsReadable: 1
m_IsPreProcessed: 0 m_IsPreProcessed: 0
m_IgnoreMasterTextureLimit: 0 m_IgnoreMipmapLimit: 0
m_MipmapLimitGroupName:
m_StreamingMipmaps: 0 m_StreamingMipmaps: 0
m_StreamingMipmapsPriority: 0 m_StreamingMipmapsPriority: 0
m_VTOnly: 0 m_VTOnly: 0
......
This diff is collapsed.
...@@ -4,19 +4,20 @@ ...@@ -4,19 +4,20 @@
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "4.12.0", "com.unity.ads": "4.12.0",
"com.unity.analytics": "3.6.12", "com.unity.ai.navigation": "1.1.5",
"com.unity.analytics": "3.8.1",
"com.unity.cinemachine": "2.10.3", "com.unity.cinemachine": "2.10.3",
"com.unity.collab-proxy": "2.5.2", "com.unity.collab-proxy": "2.6.0",
"com.unity.ide.rider": "3.0.34", "com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.7.0", "com.unity.inputsystem": "1.11.2",
"com.unity.jobs": "0.70.0-preview.7", "com.unity.jobs": "0.70.0-preview.7",
"com.unity.nuget.newtonsoft-json": "3.2.1", "com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.probuilder": "5.2.3", "com.unity.probuilder": "5.2.3",
"com.unity.purchasing": "4.12.2", "com.unity.purchasing": "4.12.2",
"com.unity.test-framework": "1.1.33", "com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.9", "com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.6.5", "com.unity.timeline": "1.7.6",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10", "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.11", "com.unity.xr.legacyinputhelpers": "2.1.11",
......
...@@ -23,7 +23,10 @@ ...@@ -23,7 +23,10 @@
"version": "1.0.0", "version": "1.0.0",
"depth": 0, "depth": 0,
"source": "builtin", "source": "builtin",
"dependencies": {} "dependencies": {
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
}
}, },
"com.unity.ads": { "com.unity.ads": {
"version": "4.12.0", "version": "4.12.0",
...@@ -34,12 +37,22 @@ ...@@ -34,12 +37,22 @@
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ai.navigation": {
"version": "1.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.analytics": { "com.unity.analytics": {
"version": "3.6.12", "version": "3.8.1",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.ugui": "1.0.0" "com.unity.ugui": "1.0.0",
"com.unity.services.analytics": "1.0.4"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
...@@ -63,7 +76,7 @@ ...@@ -63,7 +76,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "2.5.2", "version": "2.6.0",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
...@@ -106,7 +119,7 @@ ...@@ -106,7 +119,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.inputsystem": { "com.unity.inputsystem": {
"version": "1.7.0", "version": "1.11.2",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
...@@ -168,8 +181,19 @@ ...@@ -168,8 +181,19 @@
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.services.analytics": {
"version": "6.0.2",
"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.com"
},
"com.unity.services.core": { "com.unity.services.core": {
"version": "1.12.5", "version": "1.14.0",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
...@@ -180,7 +204,7 @@ ...@@ -180,7 +204,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.settings-manager": { "com.unity.settings-manager": {
"version": "1.0.3", "version": "2.0.1",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
...@@ -223,7 +247,7 @@ ...@@ -223,7 +247,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.timeline": { "com.unity.timeline": {
"version": "1.6.5", "version": "1.7.6",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
...@@ -395,17 +419,6 @@ ...@@ -395,17 +419,6 @@
"version": "1.0.0", "version": "1.0.0",
"depth": 0, "depth": 0,
"source": "builtin", "source": "builtin",
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.uielementsnative": "1.0.0"
}
},
"com.unity.modules.uielementsnative": {
"version": "1.0.0",
"depth": 1,
"source": "builtin",
"dependencies": { "dependencies": {
"com.unity.modules.ui": "1.0.0", "com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0", "com.unity.modules.imgui": "1.0.0",
......
{ {
"m_Name": "Settings",
"m_Path": "ProjectSettings/Packages/com.unity.probuilder/Settings.json",
"m_Dictionary": { "m_Dictionary": {
"m_DictionaryValues": [ "m_DictionaryValues": [
{ {
......
m_EditorVersion: 2021.3.45f1 m_EditorVersion: 2022.3.55f1
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79) m_EditorVersionWithRevision: 2022.3.55f1 (9f374180d209)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment