Is this even possible or does it contradict defold?
I’ve achieved the following at the moment, but I don’t understand how to make the editor collect the data. Is it possible?
You just need a function that takes a hashed file path and reads its contents. sys.load_resource() should do this, but it seems to only accept the path as a string for some reason. It should be easy to write your own simpledata.get_bin() function like resource.get_atlas().