Deleting "using System;" causes errors

Deleting “using System;” doesn’t allow me to use, “String password”. In the video, Ben can delete it just fine.

Mine causes this error:
Assets/hacker.cs(12,5): error CS0246: The type or namespace name ‘String’ could not be found (are you missing a using directive or an assembly reference?)

NM. I used “String” instead of “string”. Woops!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms