Load material doesn't load texture ?!

Discussion and help for Easy Save 3
Post Reply
blackant
Posts: 16
Joined: Thu Mar 12, 2020 1:12 pm

Load material doesn't load texture ?!

Post by blackant »

Hi,

Yep, everything is in the title….
When I use load material, each time a material is loaded without the texture in the albedo section.

I made many changes on my side, but I remember that it was working before … not really sure…
Plus, I didn't make use of any set texture for materials.
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Load material doesn't load texture ?!

Post by Joel »

Hi there,

Usually this means that there isn't a reference to the Texture in the scene prior to runtime (so it cannot be loaded by reference, which you'll receive a warning about), or the type of Texture is not serializable at runtime (for example because it's a RenderTexture).

If this doesn't apply to you, please could you replicate this in a new project containing only your Material, a simple scene and the Easy Save code required to save it and private message it to me with instructions. You should also ensure that you're using the latest version of Easy Save.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply