Is it currently possible to (properly) scroll a ScrollRect with the mouse wheel at the moment?
I’m able to do it, sort of, by writing my own script that modifies either the content’s anchoredPosition, or the ScrollRect’s normalized position properties. But, doing it this way, I’m not able to take advantage of the smooth scrolling that click-dragging has, or the inertia. Is there some other way I should be doing this? If there isn’t yet, will that be added in the future? It seems like a strange oversight to me to have scroll views that don’t respond to the mouse wheel.
On a different but slightly related note, ScrollRect’s inertia property is mispelled, as ‘intertia’. The editor shows the right wording, it’s just the property used in scripting that is mispelled.