Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0a1
2019.3.0a1
2020.1.0a1
2020.1.0a4
Issue ID
1183536
Regression
No
[Scene Tooling] Wrong selection tool used if swapping between 2D/3D views while a component tool is active
If you swap between 2D and 3D while using a component tool e.g. editing a collider, the next time you select a gameobject then the wrong selection tool will be used. You will need to manually select the right tool or swap between 2D/3D again to get the editor using the right one.
1. Open Unity
2. Open the attached project
3. Open SampleScene.scene
4. Select the Cube object in the hierarchy
5. Select edit collider from the Box Collider component in the inspector
6. Swap to 2D view
7. Deselect the cube
8. Select the cube
Expected Result:
When the cube is selected, the Rect Tool is used.
Actual Result:
When the cube is selected, the Move Tool is used.
Tested on Windows 10.0.18362
Occurs on 2017.4.30f1, 2018.4.9f1, 2019.2.0f1, 2019.3.0b3, 2020.1.0a4
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
Resolution Note (2020.1.X):
The tool switching from Move to Rect and vice-versa when entering or exiting 2D Mode is specific to the Move and Rect tools. Ex, if switching from 3D to 2D mode with the Rotate tool, this action doesn't occur. In this case the tool is doing the correct thing by returning to the previously used tool when exiting the Box Collider tool mode.