We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Find methods has very expensive CPU runtime cost, so avoid using these methods inside performance critical context:
Find
performance critical context
Transform.Find
FindGameObjectsWithTag
FindGameObjectWithTag
FindWithTag
FindObjectOfType
FindObjectsOfType
FindObjectsOfTypeAll
FindObjectsOfTypeIncludingAssets
Each usage in performance critical context will be highlighted. Context actions for caching result in Start or Awake are available in Alt+Enter
Start
Awake