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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
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.