We’re loading a bunch of addressable assets here in sync, which clearly generates a lot of garbage. These assets have all been loaded before, these are subsequent loads. We load them by assetpath, e.g. Addressables.LoadAssetAsync(string path).WaitForCompletion()
Are we doing something wrong, or is this amount of GC to be expected?