I want an option for a tilemap to auto-update it's tile data from an external file whenever that external file is saved with new changes. I don't want to have to re-import the file every time I change it.
Sure, I could make an event that loads it in, but I want to see the changes in the editor so that I can map out other elements- I can't do that when a tilemap is updated via events.