When i tried to make eval declare the Update function (like this:)
function Start() {
eval("function OnGUI(){
GUI.Box(Rect(310,20,300,50),"Test 123".ToString());
}");
}
it said nothing, but it didn't work. Any tips? Thanks! -David
↧