Search found 10 matches

by Gee85
Thu Oct 05, 2017 11:44 am
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

No worries. Happy to help if it makes the project better for all. I think we all appreciate how powerful Easy Save actually is and how good it actually is to use. Take all the time you need in future =)

Regards,
Gee
by Gee85
Tue Oct 03, 2017 5:51 pm
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

I have sent you a copy of my exact test project at its current state. It will likely be an error in my coding, I will continue to see if I can find the fault in the meantime =)
by Gee85
Tue Oct 03, 2017 12:26 pm
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

Thanks for the fix however I am now experiencing a new error.. So now I can load the prefab into the scene whilst the game is running and the original item is still there. However it is duplicating the item (doesn't duplicate if it isn't a prefab like a primitive cube dropped in saved, deleted and l...
by Gee85
Tue Oct 03, 2017 11:39 am
Forum: General Discussion
Topic: Do I need to keep Easy Save 2 installed?
Replies: 1
Views: 3473

Do I need to keep Easy Save 2 installed?

Might be a stupid question, and I dare not try to uninstall Easy Save 2 for the fear of ruining any links it may use... but once I have Easy Save 3 installed, is it safe to remove the ES2 files using the Assets > Easy Save 2 > Uninstall Easy Save 2? I know they don't take a lot of space but every li...
by Gee85
Tue Oct 03, 2017 6:35 am
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

I have tried to PM you but the messages seem to hang in my outbox? Is there any other way I can send you the invoice number?
by Gee85
Mon Oct 02, 2017 11:35 am
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

Excellent work! So it's not just me then? Thought I was going crazy haha. If the issue holds me back I will fire you my invoice number otherwise I can hang on =)

Thanks for the excellent product and support!
by Gee85
Mon Oct 02, 2017 10:06 am
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Re: Save and load prefab error message.

Here is a screengrab of the test area I use for getting the basics right before implementing to a project =) https://www.dropbox.com/s/j5kgx648ah1a223/Unity%20window.PNG?dl=0 I'll paste the code snippets for you to scan over also: public void Save() { List<GameObject> bricks = new List<GameObject>(G...
by Gee85
Mon Oct 02, 2017 9:43 am
Forum: General Discussion
Topic: Save and load prefab error message.
Replies: 18
Views: 18371

Save and load prefab error message.

I have some working code that saves and loads lists of gameobjects, their position rotation and materials.... if I don't use prefabs and don't close the game. (If I close the game it loads them but with no mesh) The problem I'm having now however is, I followed the guide on setting up a prefab (righ...
by Gee85
Sun Oct 01, 2017 9:55 pm
Forum: General Discussion
Topic: [EASYSAVE3] Struggling to save gameobject list
Replies: 2
Views: 5962

Re: [EASYSAVE3] Struggling to save gameobject list

Whoopsy! I found the error so I shall leave this here for anyone else who may make the same mistake. The fault lies in the highlighted line: public class ES3_Save : MonoBehaviour { public void Save() { List<GameObject> bricks = new List<GameObject>(GameObject.FindGameObjectsWithTag("Player"...
by Gee85
Sun Oct 01, 2017 9:47 pm
Forum: General Discussion
Topic: [EASYSAVE3] Struggling to save gameobject list
Replies: 2
Views: 5962

[EASYSAVE3] Struggling to save gameobject list

Hi! Sorry for sounding noobish if I do, however I am quite good at using Easy Save 2 and love how easy it actually is to use. Im just having an issue with Easy Save 3 saving a gameobject list... It's probably something I am doing wrong, and probably something very simple! However I shall paste the c...