Reply To: GetComponent() not required

Forum Archive GetComponent() not required Reply To: GetComponent() not required

#27227
Jonathan Gonzalez
Participant

    Yes that’s correct. Unity has gone back and forth on what components require using “GetComponent” so it’s just something I’m used to do doing. Previously it would be required regardless with certain components. Hopefully it stays that way this time as it is easier to work with in this way.