Problem with custom url bundle in cocos 3.8.5

Hi, the solution mention in this post Problem with custom url bundle in build template cocos 3.6.x is no longer worked in 3.8.5. Even if I set cc.AssetManager.BuiltinBundleName.INTERNAL right before cc.game.init function it still doesn’t work. Does anybody have this problem?

I tried to debug the engine. Found out the value of BuiltinBundleName.INTERNAL is pasted directly to the source code (the result of the engine build process?). So I think there is no way to customize the Internal bundle path except customize the engine.
image

bump!, @Tom_k Is there any other way to change the url of internal bundle in cc3.8.5?

In 3.8.6 I found this option called inline enum. Just disable it and I can modify the enum at runtime


But unchecked it will add some code size. Hopefully in the future cocos will support to custom the url directly :smiley: