Simplest way to implement DOTween
Posted: Wed Nov 20, 2019 2:06 am
Hi,
I would prefer not to use the animator to do my in/out transitions. I would much rather use a tweening library inside a coroutine.
What would be the fastest/simplest way to do this?
Im guessing to make a class inherited from the NPCPanel base class then override some methods. Which would be the correct methods to modify?
Thanks,
Alistair
I would prefer not to use the animator to do my in/out transitions. I would much rather use a tweening library inside a coroutine.
What would be the fastest/simplest way to do this?
Im guessing to make a class inherited from the NPCPanel base class then override some methods. Which would be the correct methods to modify?
Thanks,
Alistair