Skip to content

Commit

Permalink
Fixed issue Assets/OSCHandler.cs(96,23): error CS0619: UnityEngine.Ne…
Browse files Browse the repository at this point in the history
…twork' is obsolete #36
  • Loading branch information
jorgegarcia committed Dec 9, 2018
1 parent d773aaf commit 237c15c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/touchosc_integration/Assets/OSCHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public static OSCHandler Instance
private Dictionary<string, ClientLog> _clients = new Dictionary<string, ClientLog>();
private Dictionary<string, ServerLog> _servers = new Dictionary<string, ServerLog>();

private string ipAddress = "";

private const int _loglength = 25;
#endregion

Expand All @@ -93,8 +91,6 @@ public static OSCHandler Instance
/// </summary>
public void Init()
{
ipAddress = Network.player.ipAddress; //sets the ipAddress of the current machine running the Unity application
Debug.Log (ipAddress);
//Initialize OSC clients (transmitters)
//Example:
CreateClient("TouchOSC Bridge", IPAddress.Parse("192.168.1.3"), 9000);
Expand Down

0 comments on commit 237c15c

Please sign in to comment.