Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.2.X, 2019.3.X
Votes
0
Found in
2019.2.0a1
2019.3.0b4
Issue ID
1186194
Regression
Yes
[IMGUI] Inspector doesn't reflect the information of selected GameObject in Hierarchy after applying changes to Sprite
Inspector doesn't reflect the information of selected GameObject in Hierarchy after applying changes to Sprite
Steps to reproduce:
1. Create a new Project
2. Import any Sprite
3. Select Project > Assets > Sprite > Inspector
4. Change Extrude Edges to 3
5. Click on "Main Camera" in Hierarchy
6. Click on Apply Button on "Unapplied import settings" popup
Expected Result: After changes applied, Inspector must be updated with Main Camera information
Actual Result: Inspector is not updated and showing Sprite information
Reproducible in: 2020.1.0a5, 2019.3.0b4, 2019.2.1f1, 2019.2.0a1
Working Fine on: 2019.1.10f1, 2018.3.1f1
Environment: Windows 10 and Mac 10.14
Work Around: Select any other GameObject in the Hierarchy and then select the previous one to get the information in Inspector. Clicking on Same GameObject is not working as it provides the option to rename it.
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (fix version 2020.1):
Fixed the Inspector issue, so that it now displays the active game object information after applying changes to sprite entity.