• Home  / 
  • Unity3D
  •  /  Finding Objects in Unity3D – Misconceptions and Recommendations

Finding Objects in Unity3D – Misconceptions and Recommendations

FindObjectOfType, GameObject.Find, FindObjectWithTag… what should you use? Does it matter? How do they perform? Let’s go over the details of each, we’ll take a look at the performance characteristics, some common misconceptions, and finally some recommendations for what you should use.. and why…