Hi! I love the course and have learned a lot from it even though I’m not really new to unity.
I did have a question, I notice GetComponent gets used quite a lot in methods during runtime for things that don’t really change.
Is there any reason for using GetComponent every time the method is called instead of getting whatever we need just once in Awake?