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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment