Hi, I need to know when a player has already started my program. I used to be able to do this in python, but I want to know how to do this in c#. What i did is create a separate file with variables stored… Please help!!
If it’s just quick and dirty data storage, you can use the PlayerPrefs class.
Otherwise you have to use the .NET filesystem related classes.