In the Map Scene when i want to join, i click on join and nothing happens?
Picture of Map: http://prntscr.com/o6zxa2
Error:
MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
UnityEngine.Object.Instantiate[T] (T original) (at C:/buildslave/unity/build/Runtime/Export/UnityEngineObject.bindings.cs:275)
bl_ObjectPooling.RegisterObject (System.String _name, UnityEngine.GameObject _prefab, System.Int32 count) (at Assets/MFPS/Scripts/Misc/Level/bl_ObjectPooling.cs:32)
bl_ObjectPooling.Awake () (at Assets/MFPS/Scripts/Misc/Level/bl_ObjectPooling.cs:18)
Error in Code: http://prntscr.com/o703tq
↧