Make a 3D RPG like Pokemon in Unity Course #4 - Adding Collisions
Added 2022-05-30 20:31:50 +0000 UTC
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 :)
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
2024-07-29 16:26:06 +0000 UTC
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
2022-07-25 06:57:15 +0000 UTC
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
2022-07-25 03:57:03 +0000 UTC
Thanks! It's motivating to hear such positive feedbacks π
GameDev Experiments
2022-05-31 18:28:42 +0000 UTC
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
2022-05-31 17:27:02 +0000 UTC