How to prevent to save or send a big json string?
Hi all. When I convert an object of a class(Soldier) to json string, I see it is huge. Only one float variable of the object takes more than 18 digits!!! "30.354678321366785" how can be reduce it. I have many objects of the class. how can store them efficiently into playerprefs and server side mysql
Comment