Unity how to use PlayerPrefs (Save,Load)

preview_player
Показать описание
I will show you, how you can use all kind of PlayerPrefs.
Save, Load - Ints, Floats, Strings, Booleans.

Equipment:
PC Screens
Microphone
Mouse
Keyboard
Webcam

#UnityTutorial #UnityTutorialForBeginners #gameDev #Unity #Investment #Software #USA
Рекомендации по теме
Комментарии
Автор

Thanks for this, I've seen people using this in Server and I've no idea how it works.

gunbuckybucketman
Автор

Thank you so much this helped me create achivements 💯

pxdrn
Автор

Thank you bro i'll come back to donate $100 if my game makes it

sakeb
Автор

I am using toggle groups because i dont like drop downs for quality and resolution settings. However, I haven't been able to get them to work at all other than by doing this for two eamples and cant get it working with a player prefs option.

public void QualityHigh(bool qualityIndex)
{
if (qualityIndex)
{


}
}

public void Resolution3()
{
Screen.SetResolution(1366, 768, FullScreenMode.Windowed);
}
So how do I adapt this?

talismanskulls