Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Lane on February 15, 2013, 07:33:55 PM

Title: What is this error? [SOLVED]
Post by: Lane on February 15, 2013, 07:33:55 PM
I can't figure out what this is, everything generally seems to run fine but this error keeps appearing like crazy, sometimes I get hundreds of these things at a time.
Title: Re: What is this error?
Post by: Lane on February 15, 2013, 07:57:12 PM
Finally found it. It's throwing the error when I put a Rigidbody component onto a Capsule primitive and creates tons of these things any time i touch the object. Hundreds on top of hundreds if I drag it around in the scene.

What the hell?

*edit

Seems to be any primitive, does it for the cube and plane as well. Doesn't do it on my imported meshes.
Title: Re: What is this error?
Post by: Lane on March 08, 2013, 03:20:31 PM
I narrowed this down to having a rigidbody component on a Primitive Plane. It was at the base as my floor and throwing errors on any primitive touching it until I removed the rigidbody.
Title: Re: What is this error?
Post by: Alex Chouls on March 11, 2013, 12:53:45 AM
Thanks for sharing the solution. I'm sure this will help others out :)
Title: Re: What is this error? [SOLVED]
Post by: jeanfabre on July 29, 2013, 05:32:46 AM
Hi,

 never use planes for grounds or obstacles as a rule of thumb, instead use a cube, OR have a plane BUT use a box collider instead of a mesh collider ( which is the default collider on a plane and it's not ideal)

bye,

 Jean