GameObject.FindWithTag とGameObject.FindGameObjectWithTag の違い
特になし。ただし、FindWithTagを使ったほうがいいと思う。
GameObject.FindGameObjectWithTagは、Unityのドキュメントに検索しても引っかからない
GameObject.FindWithTagは、Unityのドキュメントに検索しても引っかからない
なので、FindGameObjectWithTagはこれからFindWithTagに吸収されると思われる。
なのでFindWithTagを使ったほうがいいと思う。
ちなみにGameObject.FindGameObjectsWithTagはUnityのドキュメントに載ってる。