When the scene like below, the ScrollRect has no problem.
Canvas (Pixel Perfect toggle off)
--| ScrollRect ( ScrollRect + HorizontalLayoutGroup )
----| Content
----| Scrollbar
But when Pixel Perfect toggle of Canvas is on, the ScrollRect is not working.
Canvas (Pixel Perfect toggle on)
--| ScrollRect ( ScrollRect + HorizontalLayoutGroup )
----| Content
----| Scrollbar
And if remove the HorizontalLayoutGroup from ScrollRect, everything is back...
Strange behaviour with Canvas PixelPerfect, LayoutGroup and ScrollRect
Canvas (Pixel Perfect toggle off)
--| ScrollRect ( ScrollRect + HorizontalLayoutGroup )
----| Content
----| Scrollbar
But when Pixel Perfect toggle of Canvas is on, the ScrollRect is not working.
Canvas (Pixel Perfect toggle on)
--| ScrollRect ( ScrollRect + HorizontalLayoutGroup )
----| Content
----| Scrollbar
And if remove the HorizontalLayoutGroup from ScrollRect, everything is back...
Strange behaviour with Canvas PixelPerfect, LayoutGroup and ScrollRect