Search Unity

Add option to control logging.

Discussion in 'Addressables' started by wusticality, Jun 23, 2019.

  1. wusticality

    wusticality

    Joined:
    Dec 15, 2016
    Posts:
    71
    Hello,

    Currently there are a lot of logs emitted when the Addressables system boots up:

    https://imgur.com/qsYODLj

    It would be very helpful to be able to suppress these logs. Looking at the code, they just end up calling Debug.Log under the hood so I don't see a way to prevent them from showing up at present.

    Thanks,

    Kevin
     
  2. Favo-Yang

    Favo-Yang

    Joined:
    Apr 4, 2011
    Posts:
    464
  3. wusticality

    wusticality

    Joined:
    Dec 15, 2016
    Posts:
    71
    Thanks mate.