comments unity c#

C#
//this is how you comment out one line
/*This is how you can 
comment out
multiple
lines*/

/**/
//
Source

Also in C#: