Search Unity

Add Common library to unity project..?

Discussion in 'Multiplayer' started by dudinirgad, Jul 20, 2017.

  1. dudinirgad

    dudinirgad

    Joined:
    Jul 19, 2017
    Posts:
    5
    I have built my own custom server for handling tcp connections,

    I started moving common code (belongs both to client and server: events, serialization, etc.. ) to a separate library.

    But I can't seem to add a reference inside the unity project in visual studio?
    Is this a known problem?
     
  2. TwoTen

    TwoTen

    Joined:
    May 25, 2016
    Posts:
    1,168
    Add it to the unity project in the project explorer.
     
    dudinirgad likes this.