Staff Discussions
Threads Unity staff have started on discussions.unity.com — product announcements, beta programs, and release posts. Only accounts in Unity's staff group are tracked, and each post's edit history is kept. Tick Include replies to also see staff replies inside other people's threads. Click a title to read the full thread on Unity's forum.
- Tracked posts
- 15,576
- Edited
- 60
- Staff (active)
- 2,505 (2,413)
- Categories
- 19
- Latest
- Jul 22, 2026
Unity EngineOct 19, 2022 Netcode samples for experimental version 1.0-exp.8
Hi The samples for the recently updated version of the Netcode for entities package released with the Entities Experimental 1.0 release are available. They can be found in the same sample GitHub repository as before here . Check out the changelog for the 1.0-exp.8 package release, but the samples ar…
Unity EngineOct 11, 2022 2 new e-books to help you write cleaner code are now available
Hey everyone, We’re happy to announce that we have two new free technical e-books available for programmers or any Unity creator who wants to learn how to keep their code clean. [8504843--1132814--CodeProgramming-AdditionalAssetsSocial_Post_600x300.jpg] Create a C# style guide: Write cleaner code…
Unity EngineSep 29, 2022 DOTS Guide - tutorials and more
Hi everyone! We have just published a set of reference material to help you get started with DOTS, and ECS in particular. You’ll find there: A summary and video overview of important ECS concepts A simple tutorial to learn the basics of using ECS and the Job System A set of cheat sheets across API…
Unity ServicesSep 20, 2022 External Services access from Cloud Code
Cloud Code now allows access to external services! You can now mix and match any UGS service through public API or Cloud Code SDK with your own existing tools and services. This should unlock a lot of exciting use cases and make it easier for you to migrate to UGS while retaining access to services…
Unity EngineSep 10, 2022 Unity ARKit support issue with iOS 16
As part of validating Unity against the upcoming iOS 16 release, we have discovered a timing issue in Unity’s implementation of ARKit. The issue causes camera frames to arrive out of order, leading to an unstable camera feed. This issue affects all Unity titles using ARKit. We have a fix, which will…
Unity EngineAug 26, 2022 Sprite Atlas v2 in Unity 2022.1
Sprite Atlas v2 in Unity 2022.1 [7689508--970047--Sprite Atlas 2.png] Greetings 2D creators! We have Sprite Atlas v2 updates in Unity 2022.1 to share with you. What’s new? Sprite Atlas v2 is the default in new projects Sprite Atlas v2 is now the best atlassing solution we provide. Therefore fr…
Unity EngineAug 26, 2022 2D Physics in Unity 2022.1
2D Physics in Unity 2022.1 [8391444--1107339--Delaunay Tessellation.jpg] Hi 2D folks! We have new updates for 2D Physics in Unity 2022.1! What’s new? Delaunay tessellation The PolygonCollider2D, CompositeCollider2D, and TilemapCollider2D components produce multiple polygon physics shapes t…
Unity EngineAug 26, 2022 2D Graphics (URP 13) now available with Unity 2022.1
2D Graphics (URP 13) now available with Unity 2022.1 [7126868--890167--2D Graphics 11.jpg] We’re happy to share that new 2D Graphics features in Universal Render Pipeline (URP) 13 are now available with Unity 2022.1. What’s new? Blending modes have been added to the Sprite Lit, Sprite Unlit, …
Unity EngineAug 26, 2022 2D PSD Importer 7.0 released for Unity 2022.1
2D PSD Importer 7.0 released for Unity 2022.1 [7599607--944074--2D PSD Importer.png] We’re glad to share that 2D PSD Importer 7.0 has been released with Unity 2022.1. What’s new? 2D PSD Importer now has support for importing files with the PSD file extension [8391420--1107321--PSD Support.png…
Unity EngineAug 26, 2022 2D Animation 8.0 released for Unity 2022.1
2D Animation 8.0 released for Unity 2022.1 [8391378--1107294--2D Animation 8.jpg] We are happy to announce that 2D Animation 8.0 is now available with Unity 2022.1. The focus of this version has been around improving the Sprite Swap feature by making it easier to use and more integrated in the ge…
Unity EngineJun 6, 2022 DOTS development status and next milestones – June 2022
Hi everyone! We’re happy to share that experimental Entities 0.51 and its compatible packages are now publicly available! This completes our second milestone toward reaching an Entities 1.0 version by providing compatibility for 2021 LTS in addition to the existing support for 2020 LTS. Please find…
Unity EngineMay 13, 2022 Experimental Entities 0.51 is Available
Hi everyone! A new experimental version of Entities and other ECS-based packages are now available, making them usable with both Unity 2020 LTS and Unity 2021 LTS. If you are just getting started, refer to our installation & setup guide . For those who will be upgrading from Entities 0.17 to Entitie…
Unity ServicesApr 12, 2022 iOS builds signing issues
Hi everyone. There’s likely an instability on the external tooling to sign iOS apps that started on April 12th, 2022 described here: Upload Error - ERROR ITMS-90165: "Invalid Provisioning Profile Signature." · Issue #20164 · fastlane/fastlane · GitHub . This instability is causing iOS builds to fai…
Unity EngineMar 15, 2022 DOTS Development Status And Next Milestones - March 2022
Hi everyone! Thank you for your patience, this is the first of a series of updates for DOTS this year. In our last post on December 9th, 2021, we shared our intention to focus on delivering public patches again, and progressively reach an Entities 1.0 version. We have great news today! I am happy …
Unity EngineMar 10, 2022 Tell us how you're creating 2D games that include 3D elements
Hello 2D creator folks! :slight_smile: The 2D Team at Unity is interested in finding out more about your experiences and goals when using the 2D Renderer in URP to develop 2D games that include 3D elements. Important Note: For this exercise, we want to focus on 2D games developed using the 2D Ren…
Unity EngineMar 3, 2022 2D Path Package deprecated from 2022.1 onwards
2D Path Package Deprecation The 2D Path package (com.unity.2d.path) will be deprecated from Unity 2022.1 onwards. The last supported version will be Unity 2021.2 (and therefore Unity 2021.3 LTS as well). What can you do? If you have been using the Path package to create splines, we strongly sugge…
Unity EngineFeb 3, 2022 New for WebGL in Unity 2022.1 beta
New Features for 2022.1 Added a WebGL template for Progressive Web Apps. Added mobile keyboard support for WebGL to enter text in UI input fields. Added texture compression format setting to WebGL’s player settings. Added options in the player settings to control WASM memory heap size and growth. I…
Unity EngineFeb 2, 2022 New for WebGL in Unity 2021.2
Build Improvements WebGL now uses the incremental Player build pipeline. Updated WebGL compiler to Emscripten 2.0.19 and removed support for the obsolete asm.js linker target. New Features Added support for compressed audio in WebGL. Added support for mobile compressed texture formats …
Unity EngineFeb 2, 2022 WebGL 1 Deprecation
In version 2021.2, Unity marked support for the WebGL 1 Graphics API as deprecated. In Unity 2021.2, there are no changes in behavior and Unity still includes the WebGL 1 Graphics API if you enable the Auto Graphics API Player Setting. In Unity 2022.1, the WebGL 1 graphics API is no longer included…
Unity EngineDec 20, 2021 Happy Holidays!
Hi good people of the UI Toolkit forum! This message is to let you know that we are taking some time off to be with our loved ones and just enjoy a well deserved break. Back to normal is expected on January 4th. We thank you for your patience and for the precious feedback you’ve given us once again…
Unity EngineNov 26, 2021 Sprite Atlas v2 in Unity 2022.1 beta
Sprite Atlas v2 in Unity 2022.1 beta :information_source: Unity 2022.1 has been released with these new improvements in Sprite Atlas. Let’s continue the discussion here! [7689508--970047--Sprite Atlas 2.png] Great news for 2D and Sprite Atlas enthusiasts! Sprite Atlas v2 updates are now availab…
Unity EngineNov 26, 2021 2D PSD Importer 7.0 pre-released with Unity 2022.1 beta
2D PSD Importer 7.0 pre-released with Unity 2022.1 beta :information_source: 2D PSD Importer 7.0 was released with Unity 2022.1. Let’s continue the discussion here! [7599607--944074--2D PSD Importer.png] We’re glad to share that 2D PSD Importer 7.0 has been pre-released with Unity 2022.1 beta. …
Unity EngineNov 26, 2021 2D Physics in Unity 2022.1 beta
2D Physics in Unity 2022.1 beta :information_source: Unity 2022.1 has been released with these new improvements in 2D Physics! Let’s continue the discussion here! [7689493--970023--Delaunay.png] Hi 2D folks! We have new updates for 2D Physics in the 2022.1 beta! What’s new? Delaunay tessell…
Unity EngineNov 25, 2021 2D Graphics (URP 13) now available with Unity 2022.1 beta
2D Graphics (URP 13) now available with Unity 2022.1 beta :information_source: 2D Graphics (URP 13) was released with Unity 2022.1! Let’s continue the discussion here! [7126868--890167--2D Graphics 11.jpg] We’re happy to share that new 2D Graphics features in Universal Render Pipeline (URP) 13 …
Unity EngineNov 25, 2021 2D Animation 8.0 pre-released for Unity 2022.1
2D Animation 8.0 pre-released for Unity 2022.1 :information_source: 2D Animation 8.0 was released with Unity 2022.1! Let’s continue the discussion here! [8391378--1107294--2D Animation 8.jpg] We are happy to announce that the first version of 2D Animation 8.0 is now available with Unity 2022.1.…
Unity EngineOct 5, 2021 How to Set Up Codecov with Unity and GitHub Actions
An article was published last month on the Codecov.io blog which goes through setting up Unity with GitHub Actions and integrating Codecov coverage. How to Set Up Codecov with Unity and GitHub Actions
Unity EngineSep 18, 2021 Focusing on Shaders
We know that the introduction of the Scriptable Render Pipelines brought a lot of complexity to writing shaders in Unity. We are working on improving that experience. As you are likely aware, the features we write today take almost a year to release in a shipped Unity Editor, so please keep that br…
Unity EngineApr 14, 2021 Changes in WebGL1's NPOT texture handling
Hi, we’re looking into doing some major internal code cleanup, of which only the OpenGLES 2.0-based WebGL1 may notice some changing behavior. With the limited scope of these changes, we believe that this cleanup should be fine. Still, we wanted to hear with you guys before following through on this. …
Unity EngineFeb 3, 2021 **READ ME FIRST** before opening a new thread
Dear forum users, Before posting, make sure you have read all Package Manager related documentation in the Unity user manual. Please look up the Troubleshooting section for help on known issues. If you haven’t found the answer, please go on. Also, take a look at the list of known issues listed in …
Unity EngineNov 26, 2020 Unity 2020.2.0 Beta 13 has been released
Greetings users! Unity 2020.2.0 Beta 13 is now available. Installers and release notes available at: Current documentation (note that this is not necessarily updated in sync with the beta releases): Upgrade Guide User Manual Script Reference Also see the ’ Preview of 2020.2 features ’ post fo…