Search Unity

Console Hyperlinks - Interactive Console Logs

Discussion in 'Assets and Asset Store' started by marwi, Apr 5, 2021.

  1. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Hello everyone, we released

    Console Hyperlinks, a package for making interactive unity console links and more

    url.gif

    frame.gif

    Implementation
    Just decorate a static method that accepts a string with an ``HyperlinkCallback`` attribute

    Code (CSharp):
    1. [Needle.HyperlinkCallback]
    2. private static bool OnHyperlinkClicked(string path, string line)
    Download
    You can get it from OpenUPM or github directly.
    https://twitter.com/marcel_wiessler/status/1378300507127746565
     
    antonsem and firstuser like this.
  2. antonsem

    antonsem

    Joined:
    Dec 13, 2012
    Posts:
    18
    This is an awesome tool, and a time-saver! Huge thanks for this!
     
    marwi likes this.
  3. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Thank you for letting us know :)
     
  4. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Sorry for the delay, it will be back relatively soon with some shiny new features :)