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.
bump!, @Tom_k Is there any other way to change the url of internal bundle in cc3.8.5?