-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I expected (I'm not sure why tbh) that once I ran my entities post-import script the LDTKEntity nodes that represented the entities I had handled in the post-import script would be removed but I have all the placeholders and all my actual nodes. I'm using the example script from the readme calling update_instance_reference(). I'm not using an Entity ref field in LDtk.
Having both nodes is causing naming issues since the placeholders have the correct names and the actual nodes can't have the same names since they're siblings in the Entities Layer tree. Is this cleanup something I have to write in my import script?
I don't see any other issues about this so I feel like I might just be doing something wrong/not understanding the importer correctly?
Thanks for the help