I just assumed that the GUI.Toggle button would “just work” and check and uncheck on the iphone like the GUI.Button. But it doesn’t. How do you guys get it to work on iphone?
Thanks!
I just assumed that the GUI.Toggle button would “just work” and check and uncheck on the iphone like the GUI.Button. But it doesn’t. How do you guys get it to work on iphone?
Thanks!
theValue = GUILayout.Toggle( theValue, “The Value Name” );
theValue will have the new value.
Thanks…makes sense…just wasn’t thinking it would be that easy.