Search found 6 matches

by robert.nally
Fri Nov 04, 2022 6:44 am
Forum: General Discussion
Topic: Do not use ReadObjectThreaded error
Replies: 1
Views: 733

Do not use ReadObjectThreaded error

Hi,

I recently upgraded from 2019.2 to 2019.4.40 and I'm getting this error now.

Do not use ReadObjectThreaded on scene objects!

I tried updating Easy Save 3, but I'm still seeing it. The more detailed error stack trace is in the attached image.

Any idea how to fix?
by robert.nally
Tue Jul 19, 2022 3:31 am
Forum: General Discussion
Topic: Loading Material
Replies: 3
Views: 839

Re: Loading Material

Do you have any recommendations for updating or upgrading code from Easy Save 2 to 3? Would it be as simple as swapping ES2 with ES3 in lines like this:

ES2.Save (currentScene, "LevelFile.txt?tag=sceneTag");
by robert.nally
Sun Jul 17, 2022 8:17 am
Forum: General Discussion
Topic: Loading Material
Replies: 3
Views: 839

Loading Material

Hi, I'm having an issue where when I load my player's material from Easy Save it loads a Legacy Shader with just a diffuse texture. If I assign the material through a button it comes out alright (shows emission, etc.). Any idea what I might be doing wrong? playerSkin.material = ES2.Load<Material>(&q...
by robert.nally
Sat Aug 14, 2021 10:31 pm
Forum: General Discussion
Topic: How do I get a spreadsheet into the application.persistantDataPath?
Replies: 1
Views: 562

How do I get a spreadsheet into the application.persistantDataPath?

Hi, I have a script where I am loading a spreadsheet from the application.persistantDataPath. It works in Editor because I placed the spreadsheet in that folder myself to get it going and to test it. However, when I build the spreadsheet isn't in that folder. How can I get my spreadsheet into that f...
by robert.nally
Sun Jun 03, 2018 8:17 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How to Update, Update Errors and Deleting Error
Replies: 3
Views: 3332

Re: How to Update, Update Errors and Deleting Error

Thanks! I was able to find this thread: https://moodkie.com/forum/viewtopic.php?f=13&t=1283 which also helped. I had a bunch of old stuff I needed to delete. I also realized I needed to include ".txt" on file names in order to delete them and fix that other bug I had. Thanks again, Rob
by robert.nally
Fri Jun 01, 2018 5:45 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How to Update, Update Errors and Deleting Error
Replies: 3
Views: 3332

How to Update, Update Errors and Deleting Error

Hi, I had or have Easy Save 2 in my project. I recently started running into a problem where when starting a new game some things that should be deleted were no longer getting deleted. Some things did still delete, but others didn't. This functionality use to work and I'm not sure why it stopped wor...