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
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
Add comment