The Unity game logo

Unity

PatchBot will keep your Discord channel up-to-date on the latest LTS Unity patch notes. Premium servers can subscribe to updates for other main versions such as 2022, 2021.3 LTS, etc.

Servers
8,915
Gamers
1,323,101

Latest Updates

Unity 6000.3.12f1 LTS

Features

  • UI Toolkit: Added support for simulate.Click on world-space content in UIToolkit Test Framework. Improvements
  • Documentation: Added direct links to the Memory Profiler package.
  • Documentation: Added information about clean and dirty page management to memory management documentation.
  • Installer: Installers on Windows can now take up to 60% less time due to an optimization in the compression strategy. (UUM-136633) API Changes ...

Unity 6000.0.71f1 LTS

Fixes

  • 2D: Fixed an issue where the Cell Size property accepted negative values when creating a Tile Palette. The Editor now sets negative values to 0. (UUM-130884) ...

Unity 6000.3.11f1 LTS

Features

  • License: Kerberos proxy authentication support.

  • macOS: Added support for CAMetalDisplayLink on the Mac Player.

    It is disabled by default and it can be enabled in the Player Settings by toggling "Use MetalDisplayLink (Mac Player only)". In alternative, you can also use the environment variable UNITY_USE_METAL_DISPLAY_LINK=1.

    Using CAMetalDisplayLink decreases stuttering and improves frame pacing. It also makes Time.deltaTime more stable. Improvements ...

Unity 2022.3.73f1 LTS

Changes

  • Graphics: Texture importing now strictly adheres to the supported formats in https://docs.unity3d.com/Documentation/Manual/ImportingTextures.html. Circumventing this by changing an image file's extension will no longer work. If a image file format is necessary, please file a feature request so we can look into properly supporting it. Fixes ...

Unity 6000.0.69f1 LTS

Improvements

  • Installer: Removed the activation of .NET 3.5 on Windows systems. Greatly reducing the installation time when using the installers directly. (UUM-133360) Fixes
  • Android: Fixed an issue where a dialog from GradleTemplateUpdater was displayed when custom Gradle templates have the compileSdkVersion attribute. (UUM-134142) ...

Unity 6000.3.10f1 LTS

API Changes

  • Scripting: Added: Added onUnitCircle property to the Random API that returns a random point on the circumference of a unit circle as a Vector2. (UUM-133714) Changes
  • Editor: Added Unity Hub page with installation link and link to Hub documentation site. Fixes
  • Android: Fixed an issue where a dialog from GradleTemplateUpdater was displayed when custom Gradle templates have the compileSdkVersion attribute. (UUM-134142) -...