Prefabs in MonoBehaviour

Hi all, I have a little question about prefabs and what happen when unity load scene …
I have a scene with a behavior and inside it a list of prefabs … so in inspector we fill the list with our prefabs.
When unity load the gameobjet with this monobehavior, unity load in memory every prefabs? :eyes:

Thanks!

Stefano

As far as I know, Unity load all the prefabs referenced by your scene, your assets, etc, in-memory.
Unless you Load and Unload dynamically(ex: when you load a resource using Resources.Load)