Hi guys, so i am trying to do the following, i searched unity3d forums and also here for an answer but couldnt find any, so i hope someone can help me.
So, I want to do the following;
the time keeps passing ingame ( for example tycoon games, where weeks/months/years pass ) and at certain points i want to be able to activate another script ( for example, every 4 weeks the player should receive 10 points )
I hope someone knows how i can do this the right way, thank you.
Let’s say in your game, every second counts as a day. You could use Time.time to check how many seconds have gone by, and use that to see if the time was at a certain point.