Skip to content

4. Disabling Warnings in Unity Console

Shahid Karim edited this page May 12, 2020 · 2 revisions
  1. Create a csc.rsp file in the Asset folder of the Unity Project.
  2. Add -nowarn:0649 to the csc.rsp file.
  3. On each new line add any other warnings you would like to suppress.