Search found 2 matches

by john
Wed Jun 02, 2021 5:49 am
Forum: General Discussion
Topic: SpreadSheet not loading types correctly
Replies: 1
Views: 541

SpreadSheet not loading types correctly

Hello, Here is an example script where I'm not able to load the data back. ES3Spreadsheet sheet; private void Start() { sheet = new ES3Spreadsheet(); } void Update() { if (Input.GetKeyDown(KeyCode.P)) { sheet.SetCell(0,0,this.transform.position); Debug.Log("position Value saved"); sheet.Sa...
by john
Fri May 28, 2021 6:22 am
Forum: General Discussion
Topic: Auto Save API Guide
Replies: 1
Views: 574

Auto Save API Guide

Hello, I've been trying to use the AutoSave features for my game while learning from your documentation. I'm having most trouble with the AutoSave guide, It is very short and not very useful. When I went and looked at the API there is nothing about the ES3AutoSaveMgr or the ES3AutoSave. Could it be ...