Load data from another game in runtime.

Hi, how could I load data from a unity game into another game at runtime. For example, in Pokemon Red you can load data into Pokemon blue and vice versa. Thanks.

Assuming you’re talking about the same machine, the most simple way is write a file what can be read from the other app. But the best way is highly depends on what platform you’re aiming for.

1 Like

Pc game.