Hello !
I want to make a level editor for a project and for this I need 3D axis to move an object. I have the axes but I want the user to be able to move them by dragging one axis: click on the X axis (red), drag the axis and it moves (like unity, blender or UE does it).
My problem is that I don't know how to get the mouse input to move on the correct axis. Actually, we can move it but when you move the X axis, the mouse doesn't have to follow the X axis in the world but on the screen, so you just have to move your mouse left to right.
Blublub.