Easy, you cache it yourself:
Create a variable on your class to hold a reference to the component and do the GetComponent<> once in your start method and use that variable everywhere else in your class.
↧