background preloader

DataSend

Facebook Twitter

Unity Script Reference – PlayerPrefs. Unity 3D. Url?sa=t&rct=j&q=unity%2Bphp%2Bdatabase&source=web&cd=10&ved=0CH4QFjAJ&url=http%3A%2F%2Fwww.cs.vu.nl%2F~eliens%2Fcreate%2Flocal%2Fessay%2F09%2Fnm2%2Fklitsie-joost. Unity Script Reference – WWW. Unity Script Reference – WWWForm. WWWFormNamespace: UnityEngine Description Helper class to generate form data to post to web servers using the WWW class. // Grab a screen shot and upload it to a CGI script. // The CGI script must be able to hande form uploads. var screenShotURL= " // Take a screen shot immediately function Start() { UploadPNG(); }

Unity Script Reference – WWWForm