Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0b1
Issue ID
827795
Regression
No
[LookDev] Grammar mistakes in Look Dev errors
To reproduce:
1. Open a new project
2. Open lookdev
Notice that there are warnings in the console:
Look Dev is designed for linear color space. Current settings is gamma color space. This can be change in player settings.
UnityEditor.DockArea:OnGUI()
Look Dev switch rendering mode to deferred shading for display.
UnityEditor.DockArea:OnGUI()
Look Dev switch hdr mode to on for display.
UnityEditor.DockArea:OnGUI()
They should be:
Look Dev is designed for linear color space. Currently project is set to gamma color space. This can be changed in player settings.
UnityEditor.DockArea:OnGUI()
Look Dev switched rendering mode to deferred shading for display.
UnityEditor.DockArea:OnGUI()
Look Dev switched HDR mode on for display.
UnityEditor.DockArea:OnGUI()
Reproduced on: 5.5.0b1
Not tested on earlier versions because it's a new 5.5 feature.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI GameObjects are not positioned at 0,0,0 when creating them while Scene view is active
- Mesh Filter and Mesh Renderer property icons are difficult to see on blue highlight when selected in Animator window
- Orientation X, Y, and Z input fields are misaligned with other Element 0 fields in the Tile Palette window
- Locked tabs end up selecting the same asset when another window is maximized and unmaximized
- ListView element is rendered in solid black after docking if UI Builder window was already opened prior to project launch
Add comment