Physics Body Editor Error Solved.

RabidParrotRabidParrot Formally RabidParrot.Member Posts: 956

Hey guys,

I found an error in the Physics Body Editor. I tried multiple times to add the custom collision data with constant errors.
Turns out that the Editor was adding an extra line of code which threw GameSalad off.

Hope this helps somebody. Open the .txt or .json file of your Physics Body Editor's project with a text editor.

Remove this extra line of code from

{"name":"Name","imagePath":null,"origin":{"x":0,"y":0},"polygons":[],"circles":[],"shapes":[]},


This code should be at the beginning.

Incorrect


Correct

Sign In or Register to comment.