My understanding is that any asset placed in a Resources folder will be packaged into the resources.assets file. Is this entire file loaded into memory at some point (application start, Resources.Load)? Or does a call to Resources.Load() stream assets from the file?
After doing some tests, it appears that only the assets loaded with Resources.Load will ever be in memory.