+ 5
Fixing variable
during our work on a game using C# on unity , we faced a problem that we have variables that change in the class and at the end we would like to conserve them , how can we do that without thinking of using a data base ?
7 Antworten
+ 9
what about registry ?
+ 8
using XML
+ 1
for example,(in a game) we have a building in each one we have number of people , that changes (a variable, because the user have to add and drop people from that building ) so how can I conserve the number of people in each building ?
I am searching a method (not to use XML (this one had long things to do with ⬆⬆, see my answer up there) and registry ( because it's limited)), is there some way easier and shorter than those ?
+ 1
I think this may help , I will check this with may team
thank you 😃😃😃
0
we discuss that and we find that this take much things , serialization and desirialization
0
we would like something easer , and shorter
0
my friend said that it is limited