“…find this GO by tag/name” means that I have to use the “GameObject.Find(“name”)”…
I think, it’s better than use the dragging and link from Hierachy to Project than using Find() because Find() have to check through all the game objects in the scene to find one game object.
Doesn’t the prefab use the game object variable by dragging and link from Inspector to the Prefab ???