this post was submitted on 25 Jun 2023
10 points (100.0% liked)

GameDev

2777 readers
1 users here now

A community about game development.

Rules:

More rules might follow if they become necessary; general rule is don't be a pain in the butt. Have fun! ♥

GameDev Telegram chat.

founded 2 years ago
MODERATORS
 

I've been working on my 3D platformer, but when people play test it they find the actual platforming part hard to control. I am using the thirdpersoncontroller from unity assets - is there a guide or a book out there that walks you through fair level design and player mechanics? I don't even know what I should be targeting

you are viewing a single comment's thread
view the rest of the comments
[–] puchaczyk@lemmy.world 8 points 1 year ago (1 children)

I've never made a game and I don't know what your game looks like, but I would consider two things:

-Add a shadow under your character that is always cast straight down so that it helps the player navigate their XY position, even if they are jumping

-Something that you can notice in Mario games is that the camera follows the player in the XY position, but doesn't move up and down much when jumping. I think this helps the player see where they are about to land.

[–] fart@sh.itjust.works 4 points 1 year ago

i like the last observation about mario!