Search Unity

Scripts will not run at all.

Discussion in 'Editor & General Support' started by mngmhds, Jun 21, 2019.

  1. mngmhds

    mngmhds

    Joined:
    Feb 2, 2013
    Posts:
    21
    Hi all,

    I've been working with Unity for quite some time and tonight I seemed to have completely bricked my system when it comes to Unity. I start off with creating an empty object, I create a script, I add
    Code (CSharp):
    1. Debug.Log("test");
    , save, and then add the script to the empty game object. When I hit Play, nothing writes to console. I've uninstalled Unity twice as well as Visual Studio. Restarted. Shut down, pulled plugs. Cleared the GI Cache. I'm completely lost as to why scripts will not run when attached to a game object.

    Any ideas?

    This started after I created a script/class called "Tree" and it gave me an error about disabling Start and Update. Thanks in advance!

    EDIT: I'm silly. If you're having the same issue make sure you have LOG MESSAGES enabled in the Console Window; button is right next to the warning and error message icons in the top right hand corner.
     
    Last edited: Jun 21, 2019
    KnifeOffWork likes this.