m4v / RCSBuildAid

Kerbal Space Program plugin for RCS thruster placement
GNU Lesser General Public License v3.0
34 stars 25 forks source link

Try to not use GameObject.FindObjectsOfType #3

Closed m4v closed 11 years ago

m4v commented 11 years ago

GameObject.FindObjectsOfType is used in some places in Update and seems to be a somewhat expensive method, try to find other alternative.