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