How to re-edit in collision editor and implement it?

Hi!

How to re-edit in collision editor and implement it in corona for objects? Even after I change the shape in collision editor, it isn’t changing in the game, why? I need help. I am trying a small game myself to learn the software. Thank You.

Regards, spider

If you manage to change the shape in the collision editor, then I don’t think we can help you further. You may have more luck asking for help in the Corona community about how to get the new collision shapes updated in your game.

In any case, try to find out where the game is reading the collision data from, and make sure it gets updated (maybe you forgot to re-export?).

Thanks for the reply, Sir.
So the after making changes in the collision editor, to the shape, I save it. Then it will be automatically changed to all the objects inside the tiled, isn’t it. Or do I have to put again? Or I have to resave all the objects inside the lua or xml and refer to it, for the collision geometry?