Hello,
i've got a class:
class SoldierAsset{
var weaponName : String ="";
var weaponTexture : Texture;
var leftInStorage : float;
}
and my question is, how can i save this class with PlayerPrefs?
↧