سؤال

I've found something like this: "PlayerPrefsX, ArrayPrefs" on : http://wiki.unity3d.com/index.php?title=ArrayPrefs2, but they doesn't exist when I typed them in my monoDevelop editor, anyone help?

هل كانت مفيدة؟

المحلول

This ArrayPrefs script is not included by default into unity or a standard assets package. If you want to use it, create source files PlayerPrefsX.js or PlayerPrefsX.cs and fill their content with source you've found on the unity3d wiki link. Then you will be able to start using them in the editor (you may need to sync your project as it was mentioned above).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top