Pregunta

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?

¿Fue útil?

Solución

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).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top