Search Issue Tracker
Won't Fix
Fixed in 2017.1.X
Won't Fix in 2017.2.X
Votes
0
Found in
5.4.1p3
Issue ID
840231
Regression
No
Graphics.CopyTexture should force mipmap generation for src if it is RT with (auto)generateMips set to true
CopyTexture should force mipmap generation for src if it is RT with (auto)generateMips set to true
A RT may not have generated its mipmaps prior to being used as the src in a CopyTexture call. It would be nicer for users if CopyTexture made sure the src RT has generated its mipmaps before trying to copy it.
I've attached a project that can be used to verify this change. The Blit is done on the RT before the CopyTexture and currently the CopyTexture doens't copy the mip levels > 0 as the mipmaps weren't generated yet.
To repro:
1: Open attached project
2: Run in Editor on Windows OpenGLCore (OpenGL 4.5)
3: See that the bottom left quad is black when mip level is >0 (distance is futher)
4: After forcing mipmap generation in CopyTexture that bottom left quad should have all mipmap levels
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
- Graphics.DrawProceduralIndirect and Graphics.DrawProceduralNow silently dropped on DX12
Add comment