I have a ColourWheel that on mobile when you move your cursor around the camera moves with it. This does not happen on PC though. How would I fix this issue? https://gyazo.com/ae68efb6fe262e5a8b4fa436e1bf5940
Try placing something like a button that is invisible on top of the color wheel (which might tell the camera that the touch input is being used by a GUI). Camera input on mobile is controlled by fingers which obviously isn’t used on PC unless you use a touchscreen.
how will the colour wheel work then
The button should just tell the input handler “hey this finger is currently in use because it is pressing this button” as to not move the camera