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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.