Anyone tried converting this to top down game? having some difficulties on the click-to-move and the rotation of the character (where I click, player doesnt rotate to it) … I even copied it from topdown template d:
//edit:
got it working [again]
just open the playermmo character and remove the inheritance of the yaw and that stuff. Then just add the static camera on top of the player, finally just add the click to move code in the event tick of the controller… also note that you must add a character rotation code, otherwise it wont rotate to the click!