Wednesday 16 September 2015

So I discovered what is the Game Instance object. It is an object that is persistent during gameplay, in that it stays for the whole duration of the game, then gets destroyed only when the game ends. This makes it much more simple to have data being carried over level loadings in a game that is not using the streaming level system.


Later on you can simply get a reference to it in any script with that node:



No comments:

Post a Comment