Strange Compiler Error

So I recently imported Easy Roads 3D v. 2.5, and one of the scripts has an apparent built-in compiler error (i.e., I didn’t write the script it came with the package. I’m not too terribly familiar with C# coding but as far as I can tell the error lies in the last line here:

[code removed]

It generates a CS0103 error : The name “titleContent” does not exist in the current context

Normally this is the kind of annoying thing I find in scripts I wrote, but for it to show in a packaged script is very very odd. Any idea what could cause it or how to fix it?

You should contact the package creator for support. Also you shouldn’t be posting code from assets here. In any case it looked corrupted/obfuscated. (“OCDQQDOODQ” and so on are not really acceptable variable names.)

–Eric