Hi,
I'm making an asset, and wanted to include a demo script that shows off how easy it is to integrate with nGUI. My problem is, if the user doesn't have nGUI the demo script will give them a bunch of errors such as:
Assets/MissionGUI.cs(148,58): error CS0246: The type or namespace name `UILabel' could not be found. Are you missing a using directive or an assembly reference?
Is there any way around this?