Search Issue Tracker
Fixed in 2022.3.29f1
Fixed in 2022.3.X, 6000.0.X, 6000.0.2f1
Votes
0
Found in
2022.2.16f1
2022.3.0f1
2023.1.0b13
2023.2.0a11
2023.3.0a3
6000.0.0b11
Issue ID
UUM-33752
Regression
No
Redundant precompiled assembly changes when Editor prompts for updates
How to reproduce:
1. Open the user-attached “My Project” project
2. When prompted to update precompiled assemblies, select “yes”
3. Extract “DLL_Check”
4. Locate the 4 updated .dll files in the project and copy them to the “DLL_Check” folder
5. Add the “Upgraded_” prefix to the pasted files
6. Run “file_checker.bat”
7. Open “differences.txt” (see the attached “how_to” image)
Expected result: all 4 precompiled assembly files are different
Actual result: only 1 precompiled assembly file “Atesh.MagicAutoLinker.dll” is different
Reproduced with: 2022.2.16f1, 2023.1.0b13, 2023.2.0a11
Could not test with: 2020.3.47f1, 2021.3.23f1 (DLLs have reference errors)
Reproduced on: Windows 11
Notes:
1. Project has been stripped and downgraded to Unity Editor version 2019.4.34f1 in order to confirm if the issue is reproducible on versions before 2022.2
2. For Unity Editor version 2022.2.16f1 and above, the user-attached project was used
3. For Windows I created a simple batch script that uses “fc.exe” to compare files: [https://www.computerhope.com/fchlp.htm]
4. For reproduced versions, outputs are provided in attachments
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
- Letters on the left side move further as Letter Spacing is increased when Advanced Text Generator is used and Alignment is set to Center
Resolution Note (fix version 6000.0):
Closing the tickets since the PR with the fix already landed on a previous version
Resolution Note (fix version 2022.3):
This bug describe multiple issues:
1. Unexpected updates to `System.Runtime.CompilerServices.IsExternalInit`
2. Dangling (non Unity) assembly references being removed
3. Unexpected recompilation compilation (most likely a side effect of point 2)
The first issue has been fixed around May/2023.
The second one has just been fixed and should be included in the next builds.
The third one is a side effect of the first 2 and should not be a problem anymore.
The provided repro project generates other, unrelated errors (at least in 2023.3) but we verify that the fixes are correct by inspecting the Editor logs and ensuring that updates *1* and *2* are not applied.