[BUG] error CS2001
valanchik opened this issue · 5 comments
valanchik commented
chromealex commented
Have you created csc.gen.rsp file in Assets folder?
valanchik commented
chromealex commented
Is file csc.gen.rsp empty? Seems like it has a break line:)
chromealex commented
https://github.com/chromealex/ecs/blob/master/Assets/csc.gen.rsp
You can use this one
valanchik commented
Is file csc.gen.rsp empty? Seems like it has a break line:)
yes, the file was not empty. :) This is because I have a habit of creating an empty file as a new rtf document. Therefore, inside my file there was the following content "{\rtf1}"
I cleared the file and everything worked, thank you!

