Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.1f1
Issue ID
945892
Regression
No
Editing Game Window size, after added Sprite to Canvas, causes Sprite to change possition at specific point
How to reproduce:
1. Download attached project files
2. Create Canvas in Hierarchy Window
3. Drag "circle2" Sprite into Canvas from Asset folder
4. Change Game Window size
Expected result: After changing the size of Game Window, Sprite shouldn't change position.
Actual result: After changing the size of Game Window, Sprite changes possition to a specific point in the world.
Reproduced with:5.5.4p3, 5.6.3p2, 2017.1.0p5, 2017.2.0b9, 2017.3.0a5
Note: this occurs because dragging a sprite under a canvas creates a sprite renderer instead of an image, so it has a transform. Changing the canvas size modifies it's world position which moves the sprite renderer out of view.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler connects to a different opened Editor project when more than one project is open and building for WebGL with Autoconnect Profiler enabled
- Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
- “ArgumentNullException: Value cannot be null.” when deleting a newly created input action
- Undoing the creation of the "Button - TextMeshPro" GameObject only removes Canvas and EventSystem GameObjects
- A distorted audio clip is played when transitioning to another audio clip using Pitch Shifter Audio Effect
Add comment