Hi all. I'm trying to transition between panels. Seems simple, right?
void OnClick(){
TweenTransform.Begin(cam.gameObject, 1f, target);
}
Does nothing. I have two panels, both under the same UI & anchor. I've disabled the anchor.
I've tried putting the target panel behind, to the side, in front....and nothing seems to work. Can someone explain how this is supposed to work?
Thank you!