Closed rlach closed 3 years ago
On closer look it's just an issue with buildAssetIndex, where it tries to check image index for no reason.
I've not been able to reproduce this issue. I even checked the scenes module and it doesn't try to index images/tiles. I could implement a check in the buildAssetIndex if it's really required. Feel free to reopen this issue if it's the case.
I've tried adding only
core
andscenes
modules to a new world.This appeared in the console:
Which shouldn't be the case, because
scenes
module doesn't need images/custom. The scenes button appeared in moulinette menu, but it was impossible to open the scenes browser view.I installed
core
,scenes
andtiles
modules at once then. Thetiles
module created necessary structure, and thenscenes
started to work. Afterwards it was even possible to remove thetiles
module andscenes
module continued to work.Either make it so
scenes
module can work with justcore
, or addtiles
module as dependency forscenes
.