i'm studying part of unity Network basic.
and coding example source.
few days ago i find the source one of example.
after coding run this example. i have some errors...
the general error is does not exist in the namespace 'System'...
i check the spell, folder. files...
i can't 'System.Net.IPAddress' file...
does not exist in the namespace 'System' error
and coding example source.
few days ago i find the source one of example.
after coding run this example. i have some errors...
the general error is does not exist in the namespace 'System'...
i check the spell, folder. files...
i can't 'System.Net.IPAddress' file...
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using System.Net.Sockets;
- using System.Net;
- public string m_IPAddress...