In my Inventory-UI I want to create a scrollable List, but I noticed some Issues.
My List was always bouncing back, so i tested the ScrollView with an Image.
The Canvas Scaler is set to “Scale With Screen Size”.
When I’m trying to scroll, the Image will bounce back to its Origin. The Image is larger than the Scroll-View.
When I set the Canvas Scaler back to Default (Constant Pixel Size), it is scrolling without bouncing back.
Why is it bouncing back to the Origin of the Image? Is there a solution without setting the Canvas Scaler to Constant Pixel Size?