Hello, I just started using App42API Cloud with Unity. I have created Register/Login system by example. When game starts there is a UI Login Panel pops up. Player will enter his/here email and password to authenticate. After successfully authentication I want disable UI Login Panel and enable Menu UI Panel. 3 days past I can't figure out how can I do that.
As you can see in image class "MyCallBack" is not Monobehaviour and I can't get any access to him. I tried different method.
I also tried to add Monobehaviour before App42CallBack. Like this:
public class MyCallBack : Monobehaviour, App42Callback
{
}
Nothing works.
Please help need. Thanks