Is there a computational difference between telling to the code to get Layermask “Ground” within the if-statemen of the OnJump function compared to getting the layermask in Start() and storing the refrence in a layermask variable?
I read that Find and Get functions tend to be more processor heavy so I would assume that getting the refrence once would be less expensive?
Am I correct or incorrect?