I’ve successfully turned on Asset Reflection in my current project and Assets.digest.verse generates correctly. Following this documentation, I was able to make the correct submodules so I can access assets in other Verse files. However, when I compile changes in my Verse classes, Assets.digest.verse is regenerated again overwriting the modifier. This causes my other Verse files to throw “using” errors. I have to remove any usages before I can re-add modifiers. Re-compiling then throws the same errors again. Circular dependencies.
Is there a way to disable Assets.digest.verse generation once you have it set the way you want it in a project?