Hi friends,
I can’t build my project for windows phone 8. It gives me bunch of errors like I copied below. It all related with System.Net.Sockets.UdpCliend thing. How do I get rid of it?
Thanks for the help in advance
Click to see error log
Reference Rewriter: Error: type System.Net.Sockets.UdpClient doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at UdpConnection.
UnityEngine.Debug:LogError(Object)
PostProcessWP8Player:RewriteReferencesForAssembly(String, String, String, String, String, String, String) (at C:/buildslave/unity/build/PlatformDependent/WP8Player/Extensions/Managed/PostProcessWP8Player.cs:450)
PostProcessWP8Player:MakeManagedAssembliesWp8Compatible(String, String, LibraryCollection) (at C:/buildslave/unity/build/PlatformDependent/WP8Player/Extensions/Managed/PostProcessWP8Player.cs:411)
PostProcessWP8Player:PostProcess(BuildTarget, BuildOptions, String, String, String, String, String, Guid) (at C:/buildslave/unity/build/PlatformDependent/WP8Player/Extensions/Managed/PostProcessWP8Player.cs:212)
UnityEditor.HostView:OnGUI()