datablock ParticleData(MyParticle){stuff;};
/NewLove.cs
//NewLove.cs
It's trying to skip the first letter.Notice in the log:Code: [Select]/NewLove.csRather than:Code: [Select]//NewLove.csTo fix this, just add a blank line at the top or something.
I think that's just the error log.
I think that's just the error log. When one of my scripts had an error it skipped the first letter, only in the log. (It was fine once I'd fixed that)