Search found 2 matches

by NnE0
Fri Dec 27, 2019 1:25 pm
Forum: General Discussion
Topic: Load is not working on another scene
Replies: 2
Views: 1083

Re: Load is not working on another scene

Hi there, It's not possible for me to replicate this from what you've said. Please could you create a new project with the minimal amount of code required to replicate this and private message it to me? It sounds like there's not a reference to the Sprites available in the scene you're trying to lo...
by NnE0
Fri Dec 27, 2019 11:09 am
Forum: General Discussion
Topic: Load is not working on another scene
Replies: 2
Views: 1083

Load is not working on another scene

I wrote some code to save and load sprites. I using this code save: ES3.Save<Sprite[]>("Sprites", sprites, filePath); //sprite is array of Sprite load: sprites = ES3.Load<Sprite[]>("Sprites", filePath); and this code works fine in the same scene. But when i restart game mode on u...