Search Unity

List in scene warnings.

Discussion in 'Editor & General Support' started by Krellumdaed, May 18, 2020.

  1. Krellumdaed

    Krellumdaed

    Joined:
    Jun 24, 2015
    Posts:
    22
    I often look at projects, sometimes big ones, that others created. One of the painful things I find myself doing is opened each scene and looking for warnings. Stuff like:
    - You must have a Graphic target in order to use color transitions.
    - Masking disabled dut to Graphic component being disabled.
    - Missing script.
    - etc...

    I have been looking and looking for a way to have the Editor list these without having to go search for them. Ideally, with the list being clickable so I can just jump to the source of the warning in the editor.

    Maybe there is a way to do this. I have not found it yet. Any suggestions?