playMaker

Author Topic: Projectile collision problems  (Read 1510 times)

jayf

  • Playmaker Newbie
  • *
  • Posts: 40
Projectile collision problems
« on: June 04, 2014, 07:14:46 AM »
Hi.

I'm currently working on the enemy attack system of my game. So here's my problem. I'm testing a projectile fired by the enemy at the players vehicle. The projectile has a rigid body and collision and right after it hits the vehicle I get the message: "Setting the material property is not supported for colliders of type wheel collider." The message appears on the bottom left in red letters. I think there's something wrong with the Wheel Colliders....Can anyone tell me what I need to fix?