According to Unity docs (Unity - Scripting API: WWW)
the WWW API supports the HTTPS protocol… I understand it can fetch data from HTTPs web pages, but does this also mean it has the capability to encrypt the communication with an HTTPs website? If so, this means we don’t need to use additional encryption libraries when sending data to an HTTPs website (like sending high scores)?