Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: Unity.Unity.2022 version 2022.3.36f1 #161345

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Unity.Unity.2022
PackageVersion: 2022.3.36f1
InstallerType: nullsoft
Scope: machine
UpgradeBehavior: install
FileExtensions:
- unity
- unitypackage
ReleaseDate: 2024-07-02
Installers:
- Architecture: x64
InstallerUrl: https://download.unity3d.com/download_unity/95a4219250e5/Windows64EditorInstaller/UnitySetup64-2022.3.36f1.exe
InstallerSha256: 60663B22AB37370D9CB73773B2236769D2DD9A784C2FEC15F1D55A251B1EB9DF
ProductCode: Unity 2022.3.36f1
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Unity.Unity.2022
PackageVersion: 2022.3.36f1
PackageLocale: en-US
Publisher: Unity Technologies ApS
PublisherUrl: https://unity.com
PublisherSupportUrl: https://support.unity.com
PrivacyUrl: https://unity.com/legal/privacy-policy
Author: Unity Technologies ApS
PackageName: Unity 2022
PackageUrl: https://unity.com/download
License: Proprietary
LicenseUrl: https://unity.com/legal/terms-of-service
Copyright: © 2024 Unity Technologies ApS. All rights reserved.
CopyrightUrl: https://unity.com/legal/trademarks
ShortDescription: The world’s leading platform for real-time content creation
Description: |-
Unity is the ultimate game development platform.
Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
# Moniker:
Tags:
- develop
- development
- game
- unity
- unity3d
ReleaseNotes: |-
Known Issues in 2022.3.36f1
- 3D Physics: Crash on ujob_execute_job while using OverlapBoxCommand when collisions are more than maxHits (UUM-71476)
- Asset - Database: Crash in CollectManagedImportDependencyGetters inside OpenScene in batch mode (UUM-57742)
- Asset - Database: Crash on "LMDB_Transaction::AbortAndRestart()" when creating 3D Mobile Template Project (UUM-73995)
- Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
- Asset - Database: OnAfterDeserialize is not called when Prefabs are instantiated using InstantiateAsync (UUM-71810)
- Asset Bundles: The resource is not properly referenced when there is a dependency on another asset bundle (UUM-74871)
- Asset Importers: Crash on StackAllocator<0>::GetOverheadSize when importing the “POLYGON City - Low Poly 3D Art by Synty“ asset pack (UUM-55981)
- Asset Importers: Unity crashes on strtol_l when importing a specific .obj file (UUM-42697)
- DirectX12: Editor crashes when starting a new game session using Direct3D12 Graphics API (UUM-74726)
- DOTS: Job allocator contention causes slow job execution (UUM-73194)
- DOTS: [Android] [Entities] Build fails with the error “Asset has disappeared while building player to 'globalgamemanagers.assets' - path '', instancedID '-xxxxxx'“ when building (UUM-41830)
- Kernel: Profiler does not profile after building the Project with Autoconnect Profiler Option enabled (UUM-71750)
- Kernel: VirtualFileSystem crash because of data races. (UUM-72557)
- Menu Management: Custom and built-in menu items stop working when a project has lots of menu items (UUM-73047)
- Mono: [TypeCache] Crash on RaiseException when opening a specific project (UUM-66498)
- PhysX Integration: A 1000 times heavier GameObject will stutter when colliding with a lighter GameObject (UUM-65366)
- Scene Management: Crash on Transform::SetParent when duplicating a Prefab in the Hierarchy (UUM-73287)
- Serialization: Crash on TypeTreeQueries::GetFullTypeNameFromReferencedType when an xoJunction GameObject is selected in the Hierarchy Window (UUM-74373)
- Texture: [AsyncLoadInEditor] Crash on memcpy when opening a project that loads TSS files (UUM-71323)
- UI Toolkit Controls: MultiColumnListView causes a memory leak when repeatedly shown and hidden (UUM-72241)
- UI Toolkit Framework: The "StackOverflowException" error is thrown in the console and the Editor freezes when Spacebar is pressed after selecting the last element of a list (UUM-69616)
- Vulkan: [Linux][Vulkan] Crash when using Nvidia drivers >545 and graphics API set to Vulkan (UUM-73447)
2022.3.36f1 Release Notes
Changes
- Entities Graphics: Added support for BRG LOD cross fade in the URP shaders.
- Version Control: Added "Undo unchanged" and "Undo checkouts keeping changes" options to pending changes view.
- Version Control: Changed the default ignore.conf to not ignore itself anymore.
- Version Control: Removed focus redirection after Check-in.
Fixes
- Build System: Fixed a potential crash when building. (UUM-72309)
- Editor: Fixed a crash when interacting with a shader variant collection containing shaders with dynamic branch keywords after de-/serializing the collection. (UUM-73491)
- Editor: Fixed a log error when falling back to CPU Lightmapping in Editor NoGraphics mode. (UUM-68496)
- Editor: Fixed an issue where Texture.SetTextureSetting would take invalid values. (UUM-63703)
- Editor: Fixed crash in LMDB_Transaction::AbortAndRestart(). (UUM-70115)
- Editor: Fixed LinuxEditor crash calling WarpCursorPosition outside of PlayMode. (UUM-71828)
- Editor: Fixed the issue where deleting a symlink removes the target file. (UUM-35170)
- Editor: Fixed the serialized property becoming invalid whilst changing prefab fields via dropdown. (UUM-72761)
- Editor: Fixed unexpected error while switching between branches.
- Editor: Improved setlocale LC_NUMERIC guards. (UUM-58980)
- Editor: Revert job system allocator optimization which could cause freezes. (UUM-74556)
- Graphics: Fixed a bug where material property block allocations were reported as "Unknown". (UUM-71008)
- Graphics: Fixed crash when opening a project that loads TSS files, if texture data is loaded on demand. (UUM-71323)
- Graphics: Fixed Vulkan native rendering plugin returning an invalid texture when sampler configuration is updated. (UUM-73757)
- Prefabs: Disabled Show Overrides reference patching. (UUM-71887)
- Scripting: Fixed an issue where code generated by MonoScriptInfoImporter was not considered generated by Roslyn analyzers. (UUM-72953)
- Serialization: Fixed Inspector window with scrollbar is unworkable when modifying and saving the material's property. (UUM-58151)
- Shadergraph: Added support for perceptual color mode for gradients in shader graph. (UUM-72278)
- Shaders: Fixed a runtime crash that could occur when loading shader sub-program parameters. (UUM-70213)
- SRP Core: Fixed _FOVEATED_RENDERING_NON_UNIFORM_RASTER shader compilation errors. (UUM-67560)
- UI Toolkit: Slider element was not controlled correctly in players when navigating in the same direction as the element. (UUM-74257)
- Version Control: Fixed "Collection was modified" error when doing multiple renames in a row.
- Version Control: Fixed "item with the same key has already been added" error.
- Version Control: Fixed check in error if nothing is selected in the pending changes tree.
- Version Control: Fixed column sorting in pending changes view.
- Version Control: Fixed error after renaming a parent branch of the working branch.
- Version Control: Fixed failure to delete a .meta file when deleting a private folder from the pending changes.
- Version Control: Fixed hang on domain reload.
- Version Control: Fixed missing incoming changes after removing a branch.
- Version Control: Fixed text cut-off in filter rules dialog.
- Version Control: Fixed undo & check-in operations not working when the current scene was never saved.
- Version Control: Fixed variables's value becoming clear after resolving conflict in inspector.
- Version Control: Moving folders in the Editor now correctly use the UVCS "Move" operation.
- Version Control: Removed misleading indication about shelves.
- Version Control: Supported workspace name with non-latin characters in Pending Changes.
- Video: Editor freezes when playing videos with playback speed value <1 and setting time via started callback. (UUM-73115)
Package changes in 2022.3.36f1
Packages updated
- com.unity.collab-proxy: 2.3.1 to 2.4.3
ReleaseNotesUrl: https://unity3d.com/unity/whats-new/2022.3.36
PurchaseUrl: https://store.unity.com/
# InstallationNotes:
Documentations:
- DocumentLabel: Unity User Manual
DocumentUrl: https://docs.unity3d.com/2022.3/Documentation/Manual/
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json

PackageIdentifier: Unity.Unity.2022
PackageVersion: 2022.3.36f1
PackageLocale: zh-CN
Publisher: Unity Technologies ApS
PublisherUrl: https://unity.com/cn
PublisherSupportUrl: https://support.unity.com
PrivacyUrl: https://unity.com/cn/legal/privacy-policy
Author: Unity Technologies ApS
PackageName: Unity 2022
PackageUrl: https://unity.com/cn/download
License: 专有软件
LicenseUrl: https://unity.com/cn/legal/terms-of-service
Copyright: © 2024 Unity Technologies ApS. All rights reserved.
CopyrightUrl: https://unity.com/cn/legal/trademarks
ShortDescription: 全球领先的实时内容创作平台
Description: Unity 是旗舰游戏开发平台。使用 Unity 构建高质量的 3D 和 2D 游戏,将其部署至手机、桌面、VR/AR、游戏机或网页,并连接忠实热情的玩家与客户。
# Moniker:
Tags:
- unity
- unity3d
- 开发
- 游戏
# ReleaseNotes:
ReleaseNotesUrl: https://unity3d.com/unity/whats-new/2022.3.36
PurchaseUrl: https://store.unity.com/cn
# InstallationNotes:
Documentations:
- DocumentLabel: Unity 用户手册
DocumentUrl: https://docs.unity3d.com/cn/2022.3/Manual/
ManifestType: locale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Unity.Unity.2022
PackageVersion: 2022.3.36f1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0