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
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
- Subgraph Block cannot be dragged and dropped to the workspace and it throws errors
- "Capsule" and "Cylinder" Shader Graph preview types can't be freely rotated
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.