Search Issue Tracker
Fixed in 2021.3.29f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a21
Votes
0
Found in
2020.3.19f1
2021.3.20f1
2022.2.8f1
2023.1.0b7
2023.2.0a5
Issue ID
UUM-30877
Regression
No
Graphics.CopyTexture is called with mismatching mip counts when Anti-aliasing is used
Reproduction steps:
1. Open the attached project “TextureBug“
2. Select the Custom Render Texture “Assets/Texture”
3. Save Project (CTRL+S)
4. Observe the Console Window
Expected results: The project is saved without any errors
Actual results: “Graphics.CopyTexture called with mismatching mip counts“ error is logged in the Console Window
Reproducible with: 2020.3.19f1, 2021.3.20f1, 2022.2.8f1, 2023.1.0b7, 2023.2.0a5
Reproducible on: Windows 11
Note: Issue is reproducible when Custom Render Texture has “Enable Mip Maps” and “Double Buffered” properties enabled, and Anti-aliasing is set to “8 samples”
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 2023.2):
Fixed mismatch mipcount error with double buffer and anti-aliasing on.