Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlayerPrefs.GetFloat

static function GetFloat(key: string, defaultValue: float = 0.0F): float;

Description

Returns the value corresponding to key in the preference file if it exists.

If it doesn't exist, it will return defaultValue.

	print (PlayerPrefs.GetFloat("Player Score"));