Hi All,
In my bigger project I have a "GUI" layer which sets both: Scale and Parallax to 0.
Whenever I Zoom In/Out all the layers affected but the GUI layer is not since all the panels, menus and stuff that need to stay 100% the same size and position are there.
Thanks to the kind help from the community I'm trying to add the color picker to the GUI layer.
The issue starts after scaling the layout, the mouse x,y position ratio changing as well... or should I say NOT changing with the original 1:1 scale ratio of the layout.
I don't really know how to fix this, so I created a mini file to show you the issue more visually:
DOWNLOAD - Zoom Color Picker Issue C3 Project File
.
I'm not even sure what is the most efficient solution since it's only an issue with the "Picker" object, I don't need the mouse position ratio to be changed on any other drag and drop objects I have on my bigger project because everything works great, but I need to find a solution for the picker itself I guess, I'm confused...
If you can solve and please explain either here or in the code using comments it will be very helpful to learn and understand, I hope it is not too complicated. Thanks ahead for any help! :)