Search Unity

Output_Log on windows build

Discussion in 'Editor & General Support' started by yellowlabrador, Sep 26, 2006.

  1. yellowlabrador

    yellowlabrador

    Joined:
    Oct 20, 2005
    Posts:
    562
    The windows build has this output_log as a text file inside the data folder.

    Can this info be helpful in figuring out why some windows run very slow?

    Thanks,
    Ray
     
  2. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
    Sometimes yes. At start of it there's a video card information, and that is most often the #1 cause (e.g. a typical office PC situation - a fast CPU, enough memory and a really crappy video card).

    Other than that, if the log file contains a lot of information, then you might look into what's exactly written in there. Maybe you're getting a lot of null reference exceptions (or something) at runtime.