Hi, i have this scene in which with the rotate slider i rotate the game object that has all the gameobjects shown below as children.
Each gameobject can be dragged and dropped to complete the 3d puzzle. Anyway, my problem is that when the slider is on top of a game object and all i want to do is rotate all the object, the item below the mouse is dragged with it. Can i somehow put the canvas in front of the gameobjects so that when i handle the canvas the gameobjects dont interract with the mouse?
Thanks in advance