h2ogit / UE4-MultiCollisionMovement

Complex shape collision character movement
MIT License
42 stars 16 forks source link

Collisions Between Cars #4

Open EmirhanLimon opened 3 months ago

EmirhanLimon commented 3 months ago

Hello. I want to create a multiplayer car game using the Character Movement Component. I would like the cars to behave as if physics are simulated when they collide with each other, causing them to swerve left and right. I would greatly appreciate it if you could guide me on how to achieve this.

h2ogit commented 3 months ago

Hello. i am not sure you need to use multicollision plugin for it because it is for simulated movement with character movement component and not for physics simulated characters. UE has vehicle class and vehicle movement component for physics based vehicles also with wheels physics. UE has template for vehicle project, you may start from it.