Search Unity

Disable Warning messages from downloaded asset

Discussion in 'Scripting' started by laymelek, Mar 12, 2018.

  1. laymelek

    laymelek

    Joined:
    Apr 21, 2017
    Posts:
    16
    Hello,
    I am using some assets which I downloaded from asset store. Some of these are new some are old. They are all working very good but I am getting a lot of warning messages from them which I dont want to see. Also I am having a hard time searching for warnings which are coming from my own scripts. Is there any way to hide warnings from a hole package or folder? I know there is a way to disable warnings from a file by adding a pragma in it but opening each file and adding this line is not really optimal
     
  2. methos5k

    methos5k

    Joined:
    Aug 3, 2015
    Posts:
    8,712
    Well, you can not show them in the console, I think.. but I wouldn't recommend that.

    Try to fix them.. ? :) You should be able to double click on them and they will open to where the issue is.
     
  3. EyePD

    EyePD

    Joined:
    Feb 26, 2016
    Posts:
    63
    I have a solution in this post