↧
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 ArticleAnswer 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