Search Unity

BUILD ERROR

Discussion in 'Editor & General Support' started by kartak7, May 4, 2020.

  1. kartak7

    kartak7

    Joined:
    Dec 9, 2019
    Posts:
    1
    upload_2020-5-4_22-24-22.png


    i was build a game for windows but i saw this error. Please help me thanks all.
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Take a look at the first error. You are using an editor only namespace in a script which you're trying to include in a build. Either this is an editor only script which needs to be moved to the appropriate folder, or you need to redesign the script so it doesn't use any editor only namespace.