Im making an AI that checks if the player exists or not. How do I check if a certain object exists and put it in a boolean variable?
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
try using GameObject.FindGameObjectsWithTag or GameObject.FindWithTag or by name (or namepath) GameObject.Find
|
|||||||||
|