Hello, I was trying to create a shooting system in isometric 3D, and I was very confused by the system that would rotate my character towards the mouse, like in Weird West and similar games. I understand that I need to use Mouse Pick for this, but all the guides on the internet try to only use it for pointing and clicking games using only the mouse cursor, but I need to constantly update the player's rotation towards the mouse.
I also need to always have actual vector3 of scene position of mouse to other things. Please help me somebody. If it possible, bcos im very begginer in it, explain how this whole system must works.