- Home /
Question by
noob22 · Sep 19, 2011 at 02:02 AM ·
playerprefssaveloadconfigurationhiccup
How to save resources configuration file for unity3d?
I want to know where unity3d save resources configuration file (like save/load file ; record socket or other configuration files).I know PlayerPrefs.Save ,but document say "This function will write to disk potentially causing a small hiccup, therefore it is not recommended to call during actual gameplay."Is this means I'd better dont use it?
Comment