nbenven95 / BattleTank

Second major project in the Udemy Unreal Engine 4 course (project is actually C++, github seems to have goofed)
0 stars 0 forks source link

Tank collision issues #10

Closed nbenven95 closed 5 years ago

nbenven95 commented 5 years ago

When playing the game from the start menu, tanks were behaving strangely when spawning in - for engine version 4.17.2, enemy tanks would fly up into the air.

nbenven95 commented 5 years ago

This was a self-collision issue between the tank tracks and the tank body. When we added the new suspension system we turned off collision for the tank tracks so that fixed the issue.