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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
We fixed an error that was inhibiting detail scattering in Terrain Tools when the editor has its graphics API set to Vulkan.