Search Unity

Resolved NetworkSimulator not found in Unity.Multiplayer.Tools namespace

Discussion in 'Multiplayer Tools' started by Davylink, Feb 1, 2023.

  1. Davylink

    Davylink

    Joined:
    Jan 18, 2018
    Posts:
    2
    Hi, I've tried to search everywhere for a solution to this issue I have, but I couldn't find any, maybe you can help me.

    I imported the Unity multiplayer tools, but unity give me 90 errors related to it:
    upload_2023-2-1_21-1-19.png

    If I double click on any error, it shows me a script file with errors in the "using Unity.Multiplayer.Tools.NetworkSimulator.Runtime;":
    upload_2023-2-1_20-58-58.png

    In the Package manager you can see the Multiplayer Tools are already installed:
    upload_2023-2-1_21-3-14.png

    And in the Project folder I can navigate to the NetworkSimulator folder:
    upload_2023-2-1_21-4-5.png

    I've tried to reinstall it, close all and open again and nothing seems to work. Do you have any idea of what could be causing this errors?

    Thank you!
     
  2. CreativeChris

    CreativeChris

    Unity Technologies

    Joined:
    Jun 7, 2010
    Posts:
    457
    Hi @Davylink

    Are you using Unity Editor version 2022.2 and the following package dependencies:

    Unity Transport 2.0.0 or later com.unity.transport >= 2.0.0
    Netcode for GameObjects 1.1.0 or later com.unity.netcode.gameobjects >= 1.1.0
     
    LSchou and Davylink like this.
  3. Davylink

    Davylink

    Joined:
    Jan 18, 2018
    Posts:
    2
    Thank you a lot, the problem was that I had Unity Transport 1.3.1 instead of 2.0.0.
     
    CreativeChris likes this.
  4. just_n99

    just_n99

    Joined:
    Feb 23, 2023
    Posts:
    2
    Hi, I have Unity Tranport and netcode version right but still cannot seem to find network simulator when I try to add it to components, could you help?
     
  5. DenninDalke-Unity

    DenninDalke-Unity

    Unity Technologies

    Joined:
    Jun 2, 2022
    Posts:
    2
    What are the versions of the packages below you have in your project?
    - com.unity.netcode.gameobjects
    - com.unity.transport
    - com.unity.multiplayer.tools