winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Negative scale error #68

Closed aaronklaassen closed 7 years ago

aaronklaassen commented 7 years ago

Getting this in the logs:

BoxColliders does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Prettiness/Planes/TesselatedPlane"

I haven't been able to replicate it locally so I don't have any more details yet.

mrmwiebe commented 7 years ago

Huh. Interesting, well there isn't a need to have BoxColliders on the tesselatedPlanes anyways so I can probably just remove them.

mrmwiebe commented 7 years ago

Turns out the BoxColliders on the tesselated planes were scaled to a negative number from the get go. OOPS