antfarmar / Unity-3D-Asteroids

A simple Asteroids clone. In 3D.
The Unlicense
65 stars 15 forks source link

Fix for collision bug #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

Mesh colliders in ship and asteroid prefabs were referencing Blender meshes which can't be imported if the developer doesn't have Blender installed. This render physics unresponsive to collisions.

I changed the meshes used by the collider to the FBX variants.

antfarmar commented 8 years ago

Oops. I missed that. Nice catch.

I updated the closed issue comment, and am going to perform babby's first pull. I'm so excited! lol