-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
approved ruleIndicates if the new proposed rule has been approved to move to implementation phaseIndicates if the new proposed rule has been approved to move to implementation phase
Description
It's generally recommended to cache the result of expensive calls like Camera.main and GetComponent inside the Start message and avoid calling them in Update/FixedUpdate.
Proposed solution
We should detect those calls, offer to cache the result and replace the invocations by the cached field.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
approved ruleIndicates if the new proposed rule has been approved to move to implementation phaseIndicates if the new proposed rule has been approved to move to implementation phase