When I use copy/paste component values on a normal(not modified with code editor script) it works. When I use them on a script where I've modified it
[CustomEditor(typeof (Platform))]
public class PlatformEditor : Editor
...
example then it doesn't work. Why?
P.S. if anybody wants the editor code I've written - http://pastebin.com/rd9pZ5Wa
↧