It doesn't look like anyone's mentioned these ideas for persistence: put your inventory into an object which doesn't get destroyed, see this: http://unity3d.com/support/documentation/ScriptReference/Object.DontDestroyOnLoad.html and look into 'singletons' like maybe this: http://www.unifycommunity.com/wiki/index.php?title=AManagerClass
↧