NokiMo
gamedevexperiments
gamedevexperiments

patreon


Make a 3D RPG like Pokemon in Unity Course #4 - Adding Collisions

Next video - https://www.patreon.com/posts/67902268

Hey everyone, welcome to part 4 of the my 3D Pokemon RPG in unity course. In this video, add collisions to our game so that player won't be able to walk through obstacles.

I've attached the scripts files below so you can use it as a reference while following

I hope you like the video :)

Make a 3D RPG like Pokemon in Unity Course #4 - Adding Collisions

Comments

Hola, gracias por el contenido, aunque seguire insistiendo, Patreon deberia implementar subititulos en los videos, aunque entiendo gran parte de lo que explicas, tambien en algunas ocasiones se me escapan palabras, gracias por el video, todo funcionando ok!

jairo andres nieto jaramillo

Thanks, Brandon. For 3D games, using the NavMesh system should work well for moving the characters to a certain position. For the player character, you can keep the navagent disabled by default, and then enable it during the cutscene.

GameDev Experiments

I'm very curious what your plan will be when/if you get to setting a destination like in a cutscene for the character to move to. My project started off using a character controller but I could not figure out a good system for that so I had to scrap it and move to the NavMesh System. Great video though!

Brandon Sears

Thanks! It's motivating to hear such positive feedbacks 😊

GameDev Experiments

I knew about the Character Controller component Unity provides but I've never used it. So it's really interesting to see that in action :)

Sharashnar


Related Creators