BUILD ERROR

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

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.