- Home /
Question by
JackhammerGaming · Jan 13 at 07:00 PM ·
buildwebglplayerprefs
do playerprefs work with webgl app?
I have never made a WebGL game so i need to know how to store data between session i do know player prefs store game data on user's device so i just wanted to know if same could be used for a WebGL app? If not what's the simplest method to do so? Thanks
Comment
Answer by FlaSh-G · Jan 13 at 09:31 PM
Yes, PlayerPrefs work in WebGL: https://docs.unity3d.com/ScriptReference/PlayerPrefs.html
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Playerprefs issue in WebGL 0 Answers
Cloud Built WebGL Stopped working 0 Answers
Do Unity's WebGL builds have a memory leak? 0 Answers
How to profile a WebGL app using the unity profiler tool? 0 Answers