added exact error

This commit is contained in:
Paul Pacheco 2018-08-29 10:38:38 -05:00 committed by GitHub
parent 431129a277
commit 71424e7f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ See for yourself how uMMORPG was migrated to Mirror
* NullPointerException: The most likely cause is that you replaced NetworkIdentities or other components but you had them assigned somewhere. Reassign those references.
* They type or namespace "UnityWebRequest" could not be found.
* `error CS0246: The type or namespace name 'UnityWebRequest' could not be found. Are you missing 'UnityEngine.Networking' using directive?`
Add this to the top of your script:
```