Just wondering, is there any overhead in Unity when doing Import System at the top of your script as opposed to just using the full reference throughout the script, such as System.DateTime?
Is it just setting the reference to the .Net dll, or is it actually telling Unity with .Net dll’s to include at compile time as well?