Hello all. This is my first time here so please be gentle with me and I apologise If I say anything incredibly wrong.
I’m starting to develop a game with a friend and we are really on our first baby steps.
We do understand mostly Unity and some programming concepts, although, we aren’t masters whatsoever of any of it.
Therefor, one of the main concerns it’s time. The game we are making should work kindda like Civilization.
We want the player to get in game, a multiplayer game, time is already running and he just created his character in that Era, let’s put it this way.
I see Unity has some commands to capture real time, or in any language, we can, sortta easly, create a timer for when the player joins the game, but this is not accuratte, as not every month has 31 days, not every years has 365 days. We tryed a bit with Javascript, following some of the advices founded here too about the subject.
I was wondering if any of you could share some light on the subject. How to achieve the goal that is to have a permanent timer or calender displayed in-game, telling the characters that they are in the day x of the month x of the year x.
We would even like to make this work with the daycicle from Unity, I mean, the day last’s for 24h ficticious hours and when the sun comes up, another day rises with another ficcticious 24h hours (yes, I know, it should be like 14-16 hours of light, 8-10 hours of dark).
So… I know I write alot. I’m hoping to find some help here from someone alot more enlighten than me about this subject. Can you please help?
Thank you for you effort.
Cheers!