Quantcast
Channel: Answers for "Can't access Inspector variable in C# Editor script?"
Browsing all 6 articles
Browse latest View live

Answer by Tetrad

A little more background on what you're specifically trying to do would be helpful.Are scriptable wizards out of the question for your needs?...

View Article


Answer by Matthew A

AFAIK, static variables are simply not serializeable. You will need to actually create a TestScript object instance in order to get hold of that value.e.g.static void MenuTestScript() { TestScript test...

View Article


Answer by Tetrad

A little more background on what you're specifically trying to do would be helpful.Are scriptable wizards out of the question for your needs?...

View Article

Answer by Matthew A

AFAIK, static variables are simply not serializeable. You will need to actually create a TestScript object instance in order to get hold of that value.e.g.static void MenuTestScript() { TestScript test...

View Article

Answer by Tetrad

A little more background on what you're specifically trying to do would be helpful.Are scriptable wizards out of the question for your needs?...

View Article


Answer by Matthew A

AFAIK, static variables are simply not serializeable. You will need to actually create a TestScript object instance in order to get hold of that value.e.g.static void MenuTestScript() { TestScript test...

View Article
Browsing all 6 articles
Browse latest View live


Latest Images