- Home /
Windows Phone: WWW(String,Byte[],Hashtable) doesn't exist in target framework.
Hello,
I am trying to build my project on Windows Phone. Everything works fine on Android and iOS but on Windows Phone, I get this error:
doesn't exist in target framework. Does someone as any clue? Problem seems also occurs when exporting to Windows 8 application (not desktop).Error building Player: Exception: Error: method
System.Void UnityEngine.WWW::.ctor(System.String,System.Byte[],System.Collections.Hashtable)
windows phones don't use all the dot net functions and data types many of them have substitute in .net try going for them since as you're saying doesn't exist in target framework. Check this.
Your answer

Follow this Question
Related Questions
Windows store app - WWW doesn't seem to be working 1 Answer
The game is running slow for no reason 2 Answers
When I build Windows Phone version this error may Occur 0 Answers
Integrating Watson Speech-to-Text with Unity 1 Answer
WWW Windows Phone 8 / Windows RT 8.1 missing first line http status header 0 Answers