Hello, I've Build before with Unity 5.3.0 and it's run ok, but after update to 5.3.1 Build .app created,but crash on execution.
Tried 86, 86_64, Universal
Tried to turn on Development Build
Tried this :
void OnGUI() {
GUI.contentColor = new Color(0f, 0f, 0f, 0f);
GUILayout.Label ("Test");
}
Tried different machines.
↧