Hello.
As per Addresable documentation “You can continue to load files from the StreamingAssets
folder when you use the Addressables system. However, the files in this folder can’t be Addressable nor can they reference other assets in your project.”
So, if we don’t mark an asset as addressable, how can I tell Addressable system what/where to load?
Details:
My project needs a json file in build folder, used to override remote urls.
The json must ramain as it is, for easy editing.
Thank you.
So, it's like "you can still load using other systems". Addresables system only knows about what's marked as addresable?
– Brouhaha