Hi guys,
I’m using Unity’s UI system and I’m trying to add the ability to zoom in with the scroll wheel, but I want it to zoom based on my mouse position. I’ve tried a lot of things and everything seems like a hack. Right now I’m adjusting the localScale of the object based on mouse zoom, but it’s zooming from the pivot point of the object. That’s what I’m trying to get around.
Thanks.