Search found 4832 matches

by Joel
Tue Mar 05, 2024 6:03 pm
Forum: General Discussion
Topic: How can i save a list of gameobjects?
Replies: 10
Views: 206

Re: How can i save a list of gameobjects?

Hi there, I'm not 100% what the purpose of what you're describing would be, but as that's part of your logic I wouldn't be able to assist with that. Also, ES3 Gameobject(for the plant gameobject) would just save just transform, box collider and plant_Data. Does this sound like a propper way to aproa...
by Joel
Mon Mar 04, 2024 5:53 pm
Forum: General Discussion
Topic: How can i save a list of gameobjects?
Replies: 10
Views: 206

Re: How can i save a list of gameobjects?

Could you be more specific when you say it doesn't reload: is the script missing from the loaded object, or are it's variables left as their default values? Regarding what fields of a script will be saved, please see the Supported Types and Choosing what is saved guides: https://docs.moodkie.com/eas...
by Joel
Mon Mar 04, 2024 8:27 am
Forum: General Discussion
Topic: How can i save a list of gameobjects?
Replies: 10
Views: 206

Re: How can i save a list of gameobjects?

Hi there, but it does not load the variables mannualy assigned as a prefab I'm not sure I understand what this means, please could you clarify? Also as mentioned in the guide, you shouldn't simply select all of the Components on an ES3GameObject unless you know they're serializable and need to be sa...
by Joel
Wed Feb 28, 2024 4:38 pm
Forum: General Discussion
Topic: Saving material Instances
Replies: 1
Views: 81

Re: Saving material Instances

Hi there, For saving the instantiated prefabs themselves you would follow this guide: https://docs.moodkie.com/easy-save-3/es3-guides/saving-loading-gameobjects-prefabs/ With regards to saving the Materials, this section explains what you will need to do: https://docs.moodkie.com/easy-save-3/es3-gui...
by Joel
Tue Feb 27, 2024 4:58 pm
Forum: General Discussion
Topic: Problem with loading when changing data in Scriptable Objects
Replies: 3
Views: 99

Re: Problem with loading when changing data in Scriptable Objects

Glad you managed to resolve your issue, and thanks for the kind review :)
by Joel
Tue Feb 27, 2024 4:02 pm
Forum: General Discussion
Topic: Prefab Error
Replies: 6
Views: 1230

Re: Prefab Error

Hi there, The behaviour they were experiencing was explained by the guide here: https://docs.moodkie.com/easy-save-3/es3-guides/saving-and-loading-references/#reference-could-not-be-found-warning I.e. you can't load a reference to something which doesn't exist. See the guide for information on how t...
by Joel
Tue Feb 27, 2024 3:12 pm
Forum: General Discussion
Topic: Setting Loaded Gameobjects as GameObject variables
Replies: 1
Views: 68

Re: Setting Loaded Gameobjects as GameObject variables

Hi there, Setting a tag is possible but changing the parent isn't just like also getting the transfrom (seems not to have a transform) I'm not sure I understand. It's impossible for a GameObject to exist without a Transform, and I've never heard of behaviour like this before. Please could you replic...
by Joel
Tue Feb 27, 2024 9:32 am
Forum: General Discussion
Topic: Not Saving a child?
Replies: 5
Views: 143

Re: Not Saving a child?

Hi there, I've edited your post as posting our source code publicly is against the EULA. Because it's a parsing error it's not possible to attribute it to an object at that point because the object hasn't been parsed. Generally you would isolate it to an object by reducing the variables which are be...
by Joel
Mon Feb 26, 2024 8:37 am
Forum: General Discussion
Topic: Cloud.sync issue - file too big maybe? Or custom types?
Replies: 1
Views: 76

Re: Cloud.sync issue - file too big maybe? Or custom types?

Hi there,

This would indicate another server configuration issue. Specifically that your server is rejecting the file upload, or it's being uploaded as an empty file. I'll PM you an updated ES3Cloud.php which will be able to tell you which one of the above it is.

All the best,
Joel