Search Issue Tracker
Fixed
Votes
0
Found in [Package]
5.2.2
Issue ID
WBTRB-154
Regression
No
Painting Terrain with Terrain Tools on Vulkan Throws RenderTextureDesc ArgumentException on Ubuntu
Steps to reproduce:
- Create a new Unity project
- Change Graphics API to Vulkan
- Install the Terrain Tools package
- Create a Terrain Gameobject (Create > 3D > Terrain) and select it
- In the Inspector, click the "Paint Details"
- Try painting terrain in the Scene view
- Observe the Console
Actual results:
{code:java}
ArgumentException: RenderTextureDesc graphicsFormat must be a supported GraphicsFormat. R8G8_SRGB is not supported on this platform.
Parameter name: desc.graphicsFormat
{code}
Expected results: No warnings or errors in the Console
Reproducible with versions: 5.3.0 (6000.0.50f1, 6000.1.6f1, 6000.2.0b4)
Also Reproduced on 6000.3.0a1 on Windows with Vulkan.
Tested on (OS): Ubuntu 22.04
Note: Not Reproducible with OpenGLCore
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
- Reflection Probe renders black when baked with GPU Resident Drawer and GPU Occlusion Culling enabled
- Crash on RuntimeAnimatorController::BuildCustomController when playing a specific animation
- [iOS] Screen flashing after the iOS splash screen
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
Resolution Note:
We fixed an error that was inhibiting detail scattering in Terrain Tools when the editor has its graphics API set to Vulkan.