Page 1 of 1

BUG - MFPS 1.7 - Input Manager

Posted: Tue Apr 21, 2020 6:40 am
by MAC
Hello,

Addons are up to date and look working now, but input manager give me this error :

Code: Select all

Assets\MFPS\Scripts\UI\Lobby\bl_LobbyUI.cs(309,18): error CS0117: 'bl_Input' does not contain a definition for 'Initialize'
For fix it i delete these line in bl_LobbyUI line 309

Code: Select all

#if INPUT_MANAGER
        bl_Input.Initialize();
#endif
But maybe you get a better fix ?

Cheer

Re: BUG - MFPS 1.7 - Input Manager

Posted: Tue Apr 21, 2020 8:52 am
by Lovatto
Actually that is the best fix at the moment,
that line should not be there yet since it's from a new version of Input Manager that I didn't finish yet, sorry about that.

Re: BUG - MFPS 1.7 - Input Manager

Posted: Tue Apr 21, 2020 9:34 am
by MAC
Not a problem, because its fix it for now ..but its look affect the offline testing who's not working anymore.