Author Topic: Manually Using TweenAlpha Screws Up Button Tweens  (Read 9218 times)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Manually Using TweenAlpha Screws Up Button Tweens
« Reply #15 on: April 18, 2014, 05:26:04 PM »
I just don't want GetComponents<> in there unless it's specific to what the user is doing. It's slow, and allocates memory, resulting in GC. Your code will keep on adding new components every time Begin is called. Meaning it will flat out break all existing projects. I obviously can't have that.