Question by
kth · Aug 05, 2018 at 08:50 AM ·
unity 5playerprefswindowsunity 4.6
PlayerPrefs.SetString creates a REG_BINARY instead of REG_SZ inside the registry
Hi all, when using Unity 4 the PlaterPrefs.SetString function created a key with the type of REG_SZ inside the windows registry, but after upgrading to unity 5 and newer versions the type of the key is set to REG_BINARY, does anyone know if there is a way to save it as a REG_SZ? Thanks
Comment
Your answer
Follow this Question
Related Questions
Apply same transform animation to separate objects 0 Answers
How to assign GameObject to Script? 1 Answer
Custom shaders not working in editor and build when switching the platform to mobile 0 Answers
I'm having a problem while jumping an object in Unity 5 0 Answers
FSM on duplicates of same object 1 Answer