Cant Join anymore ? PLEASE HELP

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
simeon
Member
Member
Posts: 51
Joined: Mon Jun 10, 2019 10:26 am
Contact:

Code: Select all

UnassignedReferenceException: The variable FadeImage of bl_Lobby has not been assigned.
You probably need to assign the FadeImage variable of the bl_Lobby script in the inspector.
bl_RoomInfo.JoinRoom () (at Assets/MFPS/Scripts/UI/bl_RoomInfo.cs:48)
UnityEngine.Events.InvokableCall.Invoke () (at C:/buildslave/unity/build/Runtime/Export/UnityEvent.cs:166)
UnityEngine.Events.UnityEvent.Invoke () (at C:/buildslave/unity/build/Runtime/Export/UnityEvent_0.cs:58)
UnityEngine.UI.Button.Press () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Button.cs:36)
UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Button.cs:45)
UnityEngine.EventSystems.ExecuteEvents.Execute (IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/ExecuteEvents.cs:50)
UnityEngine.EventSystems.ExecuteEvents.Execute[IPointerClickHandler] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/ExecuteEvents.cs:261)
UnityEngine.EventSystems.EventSystem:Update()
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

The first line of the error tells you exactly what is the problem,
The variable FadeImage of bl_Lobby has not been assigned.
The 'FadeImage' has not been assigned, maybe you remove it or change it but not assigned again in bl_Lobby.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
simeon
Member
Member
Posts: 51
Joined: Mon Jun 10, 2019 10:26 am
Contact:

i have assigned but the same error comes,

i never had changed FadeImg...
User avatar
simeon
Member
Member
Posts: 51
Joined: Mon Jun 10, 2019 10:26 am
Contact:

the room creator can join without any problems, but if an other player wanna join inot room nothing.. and the editor says that the FadeIMg error...
Post Reply