Search found 1 match

by tori
Tue Apr 26, 2022 9:24 pm
Forum: General Discussion
Topic: failed to save and load scene with build index (int)
Replies: 1
Views: 543

failed to save and load scene with build index (int)

hi i trier use ES3.save and ES3.Load I just want my game remember the current scene so using build index I tried to save an Int "mycurrentLVL" and load it in start like this public void Start() { MyCurrentLvl = ES3.Load("myInt", defaultValue); SceneManager.LoadScene(SceneManager....