×
Past month
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
4 days ago · //Use this script to fetch the settings and show them as text on the screen. using UnityEngine; using UnityEngine.UI; public class PlayerPrefsGetStringExample : ...
Missing: url | Show results with:url
May 18, 2024 · Declaration. public static void SetString(string key, string value);. Description. Sets a single string value for the preference identified by the given key ...
Missing: url | Show results with:url
5 hours ago · Stores and accesses Unity Editor preferences. On macOS, EditorPrefs are stored in ~/Library/Preferences/com.unity3d.UnityEditor5.x.plist . On ...
Missing: url | Show results with:url
4 days ago · Helper class to access Unity documentation. Static Methods. BrowseURL, Open url in the default web browser. GetHelpURLForObject, Get the URL for this object's ...
3 days ago · Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten. Did you find ...
Missing: url | Show results with:url
May 24, 2024 · In the editor, Resources.FindObjectsOfTypeAll can be used to locate assets and Scene objects. All assets that are in a folder named "Resources" anywhere in ...
Missing: url | Show results with:url
May 24, 2024 · Set user-specified symbols for script compilation for the given build target group. The second argument, defines , is a string of preprocessor values. The ...
Missing: url | Show results with:url
7 hours ago · Searches all Scenes loaded for a Scene that has the given asset path. LoadScene, Loads the Scene by its name or index in Build Settings. LoadSceneAsync, Loads ...
Missing: url | Show results with:url
4 days ago · The documentation URL specified for this class. Constructors. HelpURLAttribute, Initialize the HelpURL attribute with a documentation url.