I was looking for a way to save moves that happen in the game. After some discussions on IRC and getting very close to writing out textfiles, I figured out a way to do it more easily:
If I Resource.Load(“name”, type) a script that I have on a prefab in the Resources folder without instantiating it, I can then write my values in there and they persist even when I stop the game!