×
WebGL: On WebGL, PlayerPrefs are stored using the browser's IndexedDB API. There is one preference file per Web player URL and the file size is limited to 1 ...
Missing: search | Show results with:search
People also ask
Plays video content onto a target. Content can be either a VideoClip imported asset or a URL such as file:// or http:// . Video content will be ...
This class contains static methods for looking up information about and controlling the runtime data. Static Properties. absoluteURL, The URL of the document.
Creates a UnityWebRequest configured for HTTP DELETE. EscapeURL, Escapes characters in a string to ensure they are URL-friendly. GenerateBoundary, Generate a ...
The documentation URL specified for this class. Constructors. HelpURLAttribute, Initialize the HelpURL attribute with a documentation url.
Helper class to access Unity documentation. Static Methods. BrowseURL, Open url in the default web browser. GetHelpURLForObject, Get the URL for this object's ...
This is a small utility module for retrieving the contents of URLs. You start a download in the background by calling WWW(url) which returns a new WWW object.
Use the method to create a UnityWebRequest. Set the target URL to the uri with a string or Uri argument. No custom flags or headers are set.