Hi guys. I'm having a problem with my characters scale in UDK. I'll create an object that is 6ft; however, when I play the map in the viewport, my character is around 2x as tall as he should be. Image below of my problem.
On a side note, I did not install any Unreal assets during the installation.
Replies
You can change the height inside YourPawn.uc's default properties block. Just add
inside your default properties block and it should work.
Or the easy way just change your game mode to UTGame inside the editor.
EDIT, nvm first post win