I really don’t know how to put this in words, but let’s say I have a script with an array of GameObjects (Prefabs) as an inspector variable:
My assumption is that Unity would just load the Circle prefab ONCE from disk and then copy it to each respective GameObject in the array. Is that correct?