ULogin error

General support.
Post Reply
User avatar
pyatyorochka
Contributor
Contributor
Posts: 31
Joined: Sun Jun 13, 2021 4:55 am

Assets\Addons\ULoginSystemPro\Content\Scripts\Runtime\Main\bl_LoginPro.cs(77,9): error CS0103: The name 'bl_Input' does not exist in the current context

I only import and see this. What i have to do?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

In bl_ULoginPro.cs -> replace the Start() function with this:

Code: Select all

void Start()
    {
        remaingAttempts = ULoginSettings.maxLoginAttempts;
        ChangePanel(0);
        LoadingUI.SetActive(false);
        InitProccess();

#if INPUT_MANAGER
        bl_Input.Initialize();
        bl_Input.CheckGamePadRequired();
#endif
    }
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply