Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4.9f1
2020.2
Issue ID
1275567
Regression
No
The Component editing mode is automatically exited when selecting the GameObject Transform Tool
How to reproduce:
1. Create a new Unity project
2. Create a Light Probe Group (GameObject->Light->Light Probe Group)
3. In the Hierarchy select the created Light Probe Group
4. In the Inspector enable the Edit Light Probes mode
5. Press "E"
Expected results: You stay in the Edit Light Probes mode
Actual results: You exit out of the Edit Light Probes mode
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.5f1, 2020.2.0b2
Notes:
- The same issue happens when selecting any of the Transform Tool
- The same issue happens with any Component editing if the Component has such functionality (for example editing the bounding volume of a Collider)
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
- UxmlNamespacePrefix does not apply when using UIBuilder documents
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
Resolution Note:
Component editing tools are distinct from the transform tools, and are currently working as intended.
However there is work scheduled for 2021.1 to allow component tools to use built-in transform tools for manipulation, which will address this ticket. That is being tracked as a feature, so this case will be closed as By Design.