Search Unity

Feedback Option To Not Emit Compile Warnings In Packages

Discussion in 'Editor & General Support' started by Peter77, Apr 11, 2019.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,620
    We have a zero compile warnings policy here. We're able to fix any warning in our own code, but when using packages, this becomes difficult.

    For example:
    Can you please add an option, that the compiler does not output any warning from code that is located in a "Package". We still want to get this warning for our own code!

    The ideal solution would be of course if you (Unity Technologies) do not release code that emit warnings, but that's most likely not feasible.

    Thus, an option would be very appreciated that we can turn warnings for packages off.
     
    brunocoimbra likes this.
  2. kchaboud

    kchaboud

    Joined:
    Mar 12, 2019
    Posts:
    1
    I have the same issue for the exact same warning... It would be nice to have a way to ignore packages' warnings.