Search Issue Tracker
Fixed in 5.6.0
Votes
1
Found in
5.5.0f3
Issue ID
857956
Regression
Yes
If gameobjects are created when the canvas is disabled, the new gameobjects display in the center of canvas
Reproduction steps:
1. Open the attached project (UI_case_857956.zip);
2. Enter in the Play mode;
3. Return to Scene window;
4. Select UI\Inventory(UI) and enable a component Canvas;
Actual result: The new created gameobjects are display in the center of canvas.
Expected result: The new created gameobjects should be displayed like their parent position.
Workaround: If you change UI\Inventory(UI) Rect Transform position, the new objects goes to their parent position. Also, if you enable the canvas, before creating the new objects, they are displayed in the correct place.
Reproduced with: 5.5.0f1, 5.5.0f3, 5.6.0a6
Not reproducible: 5.3.6p4, 5.4.1f1, 5.4.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment