When I press the play button in the unity editor,
Does the editor execute Resource.Load() about every GameObject in hierarchy?
I don’t know how the internals of the engine work but no because in order to use Resource.Load();
the asset needs to be inside a Resources folder and you don’t need to do that for any game object in your scene.