It'd be nice to be able to load multiple yarn spinner projects in one bevy app.
I'd like to have a project for each level in my game and not have to worry about nodes having the same name as nodes from other levels' scripts.
This would let me build some kind of structured story where each project has a node named Intro which runs when the level starts, Outro which runs when the level is complete, and a few other special names for significant events that happen in every level.