Materials are being saved but when i try to load them the texture is lost.

Discussion and help for Easy Save 3
Post Reply
khanx078
Posts: 10
Joined: Fri Jan 29, 2021 11:06 am

Materials are being saved but when i try to load them the texture is lost.

Post by khanx078 »

I am getting the material and its color but the normal map/texture is missing

Code: Select all

for saving
                 ES3.Save(key,go.GetComponent<Renderer>().sharedMaterial);                    
for loading 
		var loadedMaterial = ES3.Load<Material>(key);
                go.GetComponent<Renderer>().sharedMaterial = loadedMaterial;
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Materials are being saved but when i try to load them the texture is lost.

Post by Joel »

Hi there,

Please could you create a new project with a basic scene which replicates this and private message it to me with instructions?

Also if you private message me your invoice number I can send over our upcoming update which resolves an issue which might result in this behaviour.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
xkinginthecastlex
Posts: 29
Joined: Thu Nov 08, 2018 6:07 pm

Re: Materials are being saved but when i try to load them the texture is lost.

Post by xkinginthecastlex »

Hi Joel,
I already contacted you regarding this issue.
Please check your inbox
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Materials are being saved but when i try to load them the texture is lost.

Post by Joel »

xkinginthecastlex wrote: Fri Jan 29, 2021 12:45 pm Hi Joel,
I already contacted you regarding this issue.
Please check your inbox
Hi there,

This seems to be a separate issue to yours posted by a different user. However, I am still in the process of going through support requests so will get to your enquiry in due course.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
xkinginthecastlex
Posts: 29
Joined: Thu Nov 08, 2018 6:07 pm

Re: Materials are being saved but when i try to load them the texture is lost.

Post by xkinginthecastlex »

Hi Joel,
it´s the same issue khanx078 is in my team.
I just sent you a pm regarding this.

Thanks for your help!
Post Reply