Archviz movement only using mouse

So, I’m doing an archviz project and need a player controller which looks like this:

Any help would be appreciated

Use screen coordinates to convert to world coordinates, launch line from player position, end point is mouse click screen coordinates plus distance, or click point position, Z-axis fixed, take only X and Y, then set player position.This is just an idea, I hope it helps you

I managed to do it by following this tutorial:

Then changing camera position for first person view and adding an spring arm lag com camera rotation, for the smooth turns

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.