How to copy a static file to the output bundle/directory in a html5 build?

Ive created a custom shell html file and want to copy additional static js files to the output so they can be loaded by a script src tag in the shell.html. How to do this?

Custom Resources?

2 Likes

Actually, custom resources are bundled within the game archive (.acd), which isn’t what you want.
You could use bundle resources

2 Likes

This works, thankyou

1 Like