Hi All,
A little bit stuck, and looking for some general advice..
I am looking to dynamically load in html content using the web browser plugin. The web content (html files) are stored in the project content folder.
When testing in editor the html loads in ok, however when running a packaged version the html content cannot be found, presumably because it has now been bundles as pak file
If I disable the use of pak in my project settngs, the html again becomes accessible however this exposes all the source files form my entire project too.
In a nutshell, how can I preserve access to the html content in the content folder, without exposing the source files for my entire project?