Search Issue Tracker

Fixed

Votes

0

Found in

5.3.5p3

Issue ID

805164

Regression

Yes

[Network Lobby]Some networking classes do not exist in 5.4 beta

Networking

-

Steps to reproduce:
1. Create a new project.
2. Open, download and import this asset:
https://www.assetstore.unity3d.com/en/#!/content/41836

Actual result:
The "Console" window indicates that there are some missing types or namespace names. These compiler errors prevents user from entering the play mode as well as from using this asset:

"Assets/Lobby/Scripts/Lobby/LobbyManager.cs(243,44): error CS0246: The type or namespace name `CreateMatchResponse' could not be found. Are you missing a using directive or an assembly reference?
Assets/Lobby/Scripts/Lobby/LobbyManager.cs(249,36): error CS0246: The type or namespace name `BasicResponse' could not be found. Are you missing a using directive or an assembly reference?
Assets/Lobby/Scripts/Lobby/LobbyServerEntry.cs(16,30): error CS0246: The type or namespace name `MatchDesc' could not be found. Are you missing a using directive or an assembly reference?
Assets/Lobby/Scripts/Lobby/LobbyServerList.cs(37,36): error CS0246: The type or namespace name `ListMatchResponse' could not be found. Are you missing a using directive or an assembly reference?"

Expected result:
These types and namespace names should exist and the error messages should not appear.

Reproduced with:
5.4.0b18, 5.4.0b23.

Cannot reproduce with:
5.1.0f3, 5.2.4f1, 5.3.5f1, 5.3.5p4.

Comments (6)

  1. goten000023

    Nov 23, 2016 00:20

    If anyone is still having issues with this there is a simple fix. Step 1: Delete the folder in your projects called 'Lobby' this is the folder containing the assets for the Lobby Manager package. DO NOT DELETE THE OBJECTS ALREADY IN YOUR SCENE!!! Step 2: go to the asset store and find the Network Lobby package and update the asset. Step 3: now that the package is updated import it into your project again. after you import it all should be fixed. Hope this helps!

  2. stoilcho

    Aug 20, 2016 17:44

    Bug happens for me on Bug still exists on 5.4.0f3. I upgrade from 5.3.5 to 5.4.0f3 and now I can't access a bunch of stuff from UnityEngine.Networking.Match;

    Screenshot: http://screencast.com/t/jOnqJMbF

    Can someone please help - this is extremely frustrating...

  3. DRRosen3

    Aug 07, 2016 23:02

    Depending on how you're trying to use it, this isn't a bug anymore. For example, OnMatchList has been changed and no longer needs a ListMatchResponse. See here: http://docs.unity3d.com/540/Documentation/ScriptReference/Networking.NetworkManager.OnMatchList.html

  4. tallmystcarpet

    Jul 20, 2016 17:23

    Bug still exists on 5.4.0f1

  5. nsmith1024

    Jul 04, 2016 14:37

    Yes This bug is still here, I have the exact same error in 5.4.0b24 cant use the lobbyManager, can you please fix!

  6. _FLX

    Jun 22, 2016 12:51

    Bug still here in 5.4.0b22

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.