Is there a way to obtain a timestamp without using System.DateTime? I'm encrypting data that I'm sending to a server and want to add a timestamp so that the data becomes stale after a short amount of time. I am building a webplayer and need to avoid using System.dll b/c it bloats the download.
Using System.DateTime doesn't add anything to the webplayer. It's already part of the Unity plugin.