I need to implement a calendar that knows the specific days of the week for a month in a given year (i.e. December 11, 2011 is a Sunday).
Java has a calendar class that works for me, but how do I get it into Unity?
I need to implement a calendar that knows the specific days of the week for a month in a given year (i.e. December 11, 2011 is a Sunday).
Java has a calendar class that works for me, but how do I get it into Unity?
Thankfully, Microsoft’s shameless java ripoff C# also has a calendar class!
So, just use that one (since Unity uses C# as one of it’s scripting languages).
Another good Resource I’ve come across is this thread Calendar GUI Answered by Nicolaj Schweitz