Hi,
As you know, unity editor loads assets into memory during development.
When an asset is marked “addressable” in editor, is there a way to exclude it in unity?
Right now, I have 700 MB of audio, font and texture addressables and unity editor takes almost 4GB of ram.
If I add more addressables, it will use more memory and will make my process more difficult.
