문제

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