Hi everyone. i wrote a code to put something in the server using "WWW" class but i got a warning that says:
this class is obsolete and use UnityWebRequest instead.
i tried to use it but i got an error : HTTP/1.1 404 Not Found
i read that this error is happen when server could not find what was requested. unfortunately i do not have access to server so i can't figure out what is exactly causing the error.
so what will happen if i use the obsolete WWW class for my app?
↧