Camera Orbit Right Click - Help Please
Hello everyone, ive been watching tutorials and reading up what I can but I cant see the connection of how to do the orbiting camera by holding in right click and dragging around.
Do I put it in the input controller first and then connect it...argh at such a lost. Any pointing in right directions will help! :)
Thank you!
Tool: Unity 3D
Do I put it in the input controller first and then connect it...argh at such a lost. Any pointing in right directions will help! :)
Thank you!
Tool: Unity 3D
Comments
Then to do the right click thing, you have to make the game check whether right click is being held down, and enable/disable that action when the click/release event happens.
This is how to handle right mouse click, from a google: https://forum.unity.com/threads/onmousedown-for-right-click.7131/
If you still struggle, then give a link to tutorial you followed and someone here can show you updated code. It is really simple.