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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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.