×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
May 20, 2024 · //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 · GetString to retrieve this value. Keep the value at 2 KB or smaller. To store larger amounts of data, write them to a file in Application.persistentDataPath .
Missing: url | Show results with:url
4 days ago · The function takes a string variable called 'KeyName' as a parameter, which PlayerPrefs.DeleteKey uses to delete the key from the registry. using UnityEngine;
Missing: url | Show results with:url
5 days 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 ...
May 20, 2024 · 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 ...
5 days ago · 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
5 days 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
5 days ago · In the following script a Tooltip is added. This provides information to the user about the range of values for the health variable. The suggested range is ...
Missing: url | Show results with:url