Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Running into an issue with trying to initialize this with existing save files. I keep getting an error of

```

TypeError

Cannot read property '22' of undefined

```
However, the number changes each time.

Can you post a print of the console whenever the error occurs?

It should have a exception stack trace which can help me understand what is going on. It seems the plugin is trying to access an object that is not correctly initialized... I'll need the stack trace to know which one exactly.