- Home /
Question by
Mindbreaker · Sep 13, 2013 at 01:02 PM ·
editorgamepluginpersistent
Percistent data between editor and game
Hi,
I'm writing a plugin and the C++ side loads a lot of data and communicates that to unity.
It works fine in the game but now we also want it to work inside the editor.
Problem is that when we start the game (inside the editor) all the data is cleaned (so we would have to restart the entire process inside C++ ). Is there any way I can load this data (inside the editor) but maintain it when I start the game ?
thx
Comment
Answer by Seizure · Sep 13, 2013 at 01:47 PM
You might be able to work with PlayerPrefs. PlayerPrefs