- Home /
UnityEngine.WWW' has been forwarded to an assembly that is not referenced
The type UnityEngine.WWW' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly
UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
ArgumentException: The Assembly UnityEngine.UnityWebRequestWWWModule is referenced by UnityEngine
Error occurs in Unity 2017.4.1 and its blocking from generating the apk file.
Answer by Pangamini · Dec 12, 2018 at 02:34 PM
Unity lets you disable some parts of the engine that are now implemented as package. You need to make sure you have the package for the particular web request enabled. Open the package manager (Window/Package Manager), go to All -> Built-ins and enable the web requests you need
Your answer
Follow this Question
Related Questions
How do I add a header and a file at the web request at the same time? 0 Answers
What is the equivalent of unityWebRequest.downloadHandler.text when using WWW? 0 Answers
www.text only shows the first char 0 Answers
Does UnityWebRequest.Abort also dispose the request? 0 Answers
Why is www not returning? 2 Answers