Search found 6 matches

by HuldaGnodima
Fri Apr 02, 2021 4:18 pm
Forum: General Discussion
Topic: Loading works in build but sometimes not in editor
Replies: 2
Views: 939

Re: Loading works in build but sometimes not in editor

Hi there, I've had no reports of inconsistent behaviour in the editor, and it wouldn't be possible for me to tell what is happening from what you've said. Please could you create an empty project and produce a basic scene which replicates this and private message it to me with instructions? All the...
by HuldaGnodima
Fri Apr 02, 2021 3:19 pm
Forum: General Discussion
Topic: Loading works in build but sometimes not in editor
Replies: 2
Views: 939

Loading works in build but sometimes not in editor

Hi! Really loving Easy Save, thank you for making such a fantastic asset! I'm having a problem where saving/loading will work in the same editor-run. What I mean is I do something (for eg. build tiles on a tilemap) save with ES3, erase the tiles at runtime and load with ES3, and everything looks per...
by HuldaGnodima
Fri Apr 02, 2021 2:30 pm
Forum: General Discussion
Topic: The name 'ES3' does not exist in the current context?
Replies: 15
Views: 7782

Re: The name 'ES3' does not exist in the current context?

Hi there, If Easy Save 3 is in your project, there are no errors in console, this will be an issue at Unity's end rather than ours. If this is the case, I recommend getting in touch with them for more information as unfortunately we're unable to debug their Editor code. All the best, Joel Thank you...
by HuldaGnodima
Fri Apr 02, 2021 2:15 pm
Forum: General Discussion
Topic: The name 'ES3' does not exist in the current context?
Replies: 15
Views: 7782

Re: The name 'ES3' does not exist in the current context?

I have the same error right now! Everything works perfectly though and my projects compiles without any errors. Attached image of it showing red below: https://i.imgur.com/U0r2jHX.png Did anyone figure out what the issue is? Odd that Visual code shows there's an error when Unity compiles it fine! :)
by HuldaGnodima
Fri Apr 02, 2021 10:00 am
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 103748

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there, Unfortunately we're unable to support TileMaps as there's no way for us to support it in a way which would work for all projects, and for the same reason wouldn't be able to provide a tutorial. However, I answered a similar question here which gives you a starting point on how to go about...
by HuldaGnodima
Wed Mar 31, 2021 2:04 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 103748

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi! After Unity released the Tilemap-asset and more people picking it up/using it, I've noticed people are asking how to save and load its data (tiles, tile-positions, tilesprites etc.). I think it would be so helpful to have a tutorial specifically looking at how Tilemaps can be saved/loaded using ...