SetActive the gameObject after Complete the tween
« on: July 22, 2015, 09:43:44 AM »
Is there any better ways to SetActive the gameObject after Complete the tween rather than call a function which is SetActive only from OnComplete(SetActiveFunction)?

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: SetActive the gameObject after Complete the tween
« Reply #1 on: August 04, 2015, 05:54:33 PM »
Hi,


Nope, calling a function is the best way.