Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
Issue ID
1115203
Regression
Yes
Render Texture Inspector enum broken
While choosing various render texture formats in the Render Texture asset inspector unity will throw errors and fail to create the correct render texture, this can lead to various issues, including rendering artefacts and project alterations.
Steps to reproduce:
1) Start a new project
2) Create a Render Texture asset in the project view
3) Select the Render texture and change 'Color Format' to 'R Half'
Expected result: Render Texture should create an R Half formatted RT or equivalent fallback
Actual result: Errors are spammed, or incorrect format is mapped
Note: this will happen on most of the options in the 'Color Format' drop down as the enum has not been updated to match other changes in Unity
Introduced by this PR https://ono.unity3d.com/unity/unity/pull-request/76371/_/graphics/format/tex/staging
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2019.2):
Render Texture color format now shows correct graphics format options
Resolution Note (fix version 2019.1):
RenderTexture asset enum now matches the new GraphicsFormat options