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
- NullReferenceException is thrown and UI builder breaks when using a USS class with "transition-property: none"
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
Add comment