Unity} I can't find solution at build error System.ArgumentException

36 views Asked by At

While building, the error below appears and the build does not work. Please give me a solution.

System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding)
   at System.IO.File.ReadAllText(String path)
   at ApiUpdater.MovedFromOptimizer.Program.RealMain(String[] args)
   at ApiUpdater.MovedFromOptimizer.Program.Main(String[] args)

sorry for my english.

i don't using 'path' in my scripts and build path is fine. i tried restart my project.

0

There are 0 answers