[Solved] Player cannot enter the match after pressing 'join' button

General support.
Post Reply
User avatar
Angahwejdan08
Contributor
Contributor
Posts: 36
Joined: Sun Jan 06, 2019 3:19 am

player cannot enter the match after pressing JOIN button

:arrow: errors in console :
NullReferenceException: Object reference not set to an instance of an object
bl_GameManager.SpawnPlayer (Team t_team) (at Asset/MFPS/Script/Network/bl_GameManager.cs:148)

NullRefenceException: Object reference not set to an object
bl_UIReferences.ShowMenu (Boolean active) (at Asset/MFPS/Scripts/UI/Bank/bl_UIReferences.cs:484)

I am using unity 2017.4.30
User avatar
Angahwejdan08
Contributor
Contributor
Posts: 36
Joined: Sun Jan 06, 2019 3:19 am

nvm i upgraded to unity 2019.1.8 and it fixed the error
User avatar
DevIos
Contributor
Contributor
Posts: 38
Joined: Sun Jul 08, 2018 3:58 am

It was because you did not added the spawn script in map
Post Reply