Search Unity

Unity Editor Crashed..

Discussion in 'Editor & General Support' started by Bagazi, Jul 22, 2019.

  1. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    Fatal error occurs when playing game... I had checked the log file under "C:\Users\Administrator\AppData\Local\Unity\Editor",but I was enable to find any helpful information.. Is there some another way to slove the problem?

    The attachment is my Unity editor log..
     

    Attached Files:

  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    I can see nothing in the log file to indicate the problem. Do you have a crash log?
    Does this happen every time you enter play mode? Could you please file a bug report so we can investigate?
     
  3. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    I had sloved it by step-debug..:)
     
    karl_jones likes this.
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    What was the issue? The editor should not crash so if you know why it was crashing a bug report would still be great ;)
     
  5. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    Maybe caused by stack overflow I guess,Cause I define a Attribute like this

    public int A{
    get{return A;}}
     
    Joe-Censored and karl_jones like this.