ldtk icon indicating copy to clipboard operation
ldtk copied to clipboard

Json Fail: `tileRectsIds`

Open Cammin opened this issue 1 year ago • 0 comments

I found a json deserialization failure when making rules: the tileRectsIds of a rule definition can have a null value in it.
image

The json deserializer expects an int[][] for the c# schema, but it's possible to save the project with a null value in it, and so it errors out.
image

It's possible that this can happen because of this "error" visual after I deleted some parts of my project:
image

Cammin avatar Jun 10 '24 07:06 Cammin