Search found 3 matches

by Papazingo
Thu Apr 29, 2021 11:30 am
Forum: General Discussion
Topic: Prefab Error
Replies: 6
Views: 2677

Re: Prefab Error

Hi Joel, I managed to get the prefabs to save correctly, i had both mesh and sharedmesh tickboxes ticked in the meshfilter type, once i unticked mesh they saved correctly. I do have another issue tho, the materials seem to save fine however the textures applied to the material dont seem to save, wil...
by Papazingo
Thu Apr 29, 2021 10:45 am
Forum: General Discussion
Topic: Prefab Error
Replies: 6
Views: 2677

Re: Prefab Error

Thanks for your reply, When you say "accessing the MeshFilter.mesh field in your own code", do you mean my save code? No other code accesses the mesh. I'll quick explain the use, i have a script that instantiates multiple of the same prefab in a line when the mouse is held down(building a ...
by Papazingo
Thu Apr 29, 2021 9:45 am
Forum: General Discussion
Topic: Prefab Error
Replies: 6
Views: 2677

Prefab Error

Hi, I'm attempting to save and load a prefab that was instantiated at runtime, i tried just saving the parent gameobject however the models dont show as the Meshfilter is missing the mesh file. I then enabled easy save for prefab and saved the actual prefab however i am now receiving this error &quo...