Why Debug.Log and print statements not outputing to console
I am running the latest beta version of Unity.
void OnTriggerEnter(Collider other) { print(" Has entered the water"); if (other.tag == "water") Destroy(testSphere); } Does not output to console even though the object is destroyed. Debug.Log does not output either.
Comment
Your answer

Follow this Question
Related Questions
Unity5 Beta14 - UnitySampleAssets.Utility problem 3 Answers
Unity 5.4.0b14 freezes in editor 1 Answer
Unity 5.4.0b22 error compile. 0 Answers
Could not extract GUID in text file projectsettings/projectsettings.asset at line 50. 9 Answers
Gameobjects become invisible from hierarchy and game after upgrade to 5.5 0 Answers