Is there any downsides in caching Gameobject.Find's in a dictionary like this? #unity3d #gamdev #indiedevpic.twitter.com/9bstrv99oh
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Some scripts need to find the same gameobject. I could gameobject.find and cache in each or use this method I wrote to only find it once