Search Unity

Question Extend Console

Discussion in 'Code Editors & IDEs' started by xXApOXx, Nov 8, 2022.

  1. xXApOXx

    xXApOXx

    Joined:
    Feb 9, 2015
    Posts:
    76
    Hi,

    Is it possible to extend the Console?
    I wish to categorize my logs in order to filter them.

    Thx!
     
  2. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,338
    Not directly.

    There are assets on the asset store that does this, and I believe that what they do is:
    - replace the default Console with a new EditorWindow
    - replace the built-in logger so it reroutes the logs to that window instead.