Search found 6 matches

by Kirrua
Thu Jul 09, 2020 3:00 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ArgumentNullException: Value cannot be null
Replies: 8
Views: 18873

Re: ArgumentNullException: Value cannot be null

I am still getting this error even after updating. What can I do to fix it? EDIT: I did some investigations and the error seems to be related to the fact that you can't have `obj` being null when the lock is acquired and it tries to add the object to the dictionary. ``` I simply changed the relevant...
by Kirrua
Tue Jun 16, 2020 9:04 am
Forum: General Discussion
Topic: 'Cross scene references are not supported' Warning Spam
Replies: 8
Views: 4701

Re: 'Cross scene references are not supported' Warning Spam

Any update on this? Been having this issue too!
by Kirrua
Tue Jun 16, 2020 8:36 am
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 7
Views: 2727

Re: InvalidOperationException: An Easy Save 3 Manager is required to load references.

I am having the same issue. Mine is even more complicated because I am using a multi-scene setup: - UI scene - Game scene So, ES doesn't seem to recognize that there is already a manager in the UI scene (I would assume that it is where I should put it, since it's the only thing that is not going to ...
by Kirrua
Thu May 30, 2019 8:09 am
Forum: General Discussion
Topic: 'Cross scene references are not supported' Warning Spam
Replies: 8
Views: 4701

Re: 'Cross scene references are not supported' Warning Spam

The problem quickly came back:
screen_shot.png
screen_shot.png (123.21 KiB) Viewed 4679 times
I didn't have the time to make a project from scratch and try, since it doesn't occur right away.
Basically the problem seems to be related working with multiple scenes open at any given time.
by Kirrua
Sun May 26, 2019 6:34 am
Forum: General Discussion
Topic: 'Cross scene references are not supported' Warning Spam
Replies: 8
Views: 4701

Re: 'Cross scene references are not supported' Warning Spam

I have completely removed the package and re-installed it. Perhaps I was still using some old beta stuff.

I will report if any problem arises, thanks for the super quick reply :)
by Kirrua
Sat May 25, 2019 5:02 am
Forum: General Discussion
Topic: 'Cross scene references are not supported' Warning Spam
Replies: 8
Views: 4701

'Cross scene references are not supported' Warning Spam

Hello there! I am a happy user of Easy Save 2/3 but I recently I started receiving these warnings (and a lot of them): Cross scene references are not supported: 'Easy Save 3 Manager' in scene <SCENE_NAME> has an invalid reference to '<GAME_OBJECT_NAME>' in scene UI. This reference will not be saved ...