Hi!
I am trying to make a game and I would like to add as easter eggs that the player gets diffrent skins when it is like Halloween or christams. So for example, when it is 31 October (Hallowee), my player will get a custom texture and my music will change. How do I do something in the style with this?
Thanks
How about checking [System.Datetime.Today][1]? [1]: http://msdn.microsoft.com/en-us/library/system.datetime.today(v=vs.110).aspx
– roojerryI don't know how to code in C#. I only know how to code in JavaScript
– HertzoleYou can import the System class into your javascript class. [This has been answered before][1] [1]: http://answers.unity3d.com/questions/9862/read-time-and-date.html
– roojerry