Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a9
2020.2.0a10
Issue ID
1242911
Regression
Yes
[IMGUI] Preselection Highlight Color from 'Preferences' does not change
Changing the Preselection Highlight Color from Preferences does not reflect in Scene View.
Refer to the attached Video.
Steps to Reproduce:
1. Create a New Project
2. Hierarchy > Right-click > Create Empty
3. Edit > Preferences > Colors > Preselection Highlight > Change
4. Hover over transform tools axis
Actual Result:
The assigned Preselection Highlight color does not apply.
Expected Result:
The assigned color should be applied and highlighted on mouseover.
Occurring in:
2020.2.0a10, 2020.2.0a9
Working Fine in:
2020.2.0a8, 2020.1.0b7, 2019.3.12f1
Environment:
Windows 10 and macOS 10.14 only
License type: Pro
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
By design, the Move/Rotate/Scale tool handles changed to be thicker and use different way of indicating their hover status (they get more intense color & slightly more thickness on hover). Primarily because the default "preselection color" (yellow-ish) was almost the same as the Y axis (green) color and not very visible.
Some other handles in the editor still use the preselection color (scene view axis picker, some of the bone editing handles).