Search found 4 matches

by WileeDarklight
Wed Sep 15, 2021 4:42 pm
Forum: General Discussion
Topic: Meshes loading in without textures/materials
Replies: 7
Views: 1597

Re: Meshes loading in without textures/materials

Hey Joel, I've done some investigating with another dev more familiar with certain systems and he informs me that; 1) we *are* using sharedMaterials and 2) the materials are actually pulled in at runtime, so there is no reference to the materials in the scene already. My mistake, I was not involved ...
by WileeDarklight
Wed Sep 15, 2021 3:10 pm
Forum: General Discussion
Topic: Meshes loading in without textures/materials
Replies: 7
Views: 1597

Re: Meshes loading in without textures/materials

Yep! the objects in question (houses, sign posts, statues, etc) are all textured as intended when saved. It's only loading them back in that causes the missing materials.
by WileeDarklight
Wed Sep 15, 2021 2:35 pm
Forum: General Discussion
Topic: Meshes loading in without textures/materials
Replies: 7
Views: 1597

Re: Meshes loading in without textures/materials

The only warnings I'm getting are the ones that say If you are loading objects dynamically (i.e. objects created at runtime), this warning is expected and can be ignored. And I don't believe we are no. There's a team of us working on this project so I can't say for certain, but everything I see that...
by WileeDarklight
Tue Sep 14, 2021 8:29 pm
Forum: General Discussion
Topic: Meshes loading in without textures/materials
Replies: 7
Views: 1597

Meshes loading in without textures/materials

Hey guys! I'm trying to get a large group of GameObjects saved for our in-game Save/Load system. When I load the meshes of our stuff back in, it's all pink (no textures/materials). I tried to add materials/material/sharedmaterials to the MeshRenderer config in ES3 settings but that yields the same t...