umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
744 stars 169 forks source link

Avatar mesh not created in the scene #33

Closed tomaszzackiewicz closed 7 years ago

tomaszzackiewicz commented 7 years ago

I have downloaded the recent UMA 2 from the Asset Store and all worked great. As soon as I installed Unity 2017.1p5, I get the error:

SkinnedMeshRenderer: Trying to set a mesh ("") that is unfit for use with SkinnedMeshRenderer. Most likely it doesn't have Skin information and/or is only assigned to the renderer during runtime, in which case Unity isn't aware of its use with SkinnedMeshRenderer. Mark the mesh as Readable or assign it to the renderer in the Editor before building. UnityEngine.SkinnedMeshRenderer:set_sharedMesh(Mesh) UMA.UMADefaultMeshCombiner:MakeRenderer(Int32, Transform) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMADefaultMeshCombiner.cs:96) UMA.UMADefaultMeshCombiner:EnsureUMADataSetup(UMAData) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMADefaultMeshCombiner.cs:44) UMA.UMADefaultMeshCombiner:UpdateUMAMesh(Boolean, UMAData, Int32) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMADefaultMeshCombiner.cs:117) UMA.UMAGeneratorBuiltin:UpdateUMAMesh(Boolean) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAGeneratorBuiltin.cs:282) UMA.UMAGeneratorBuiltin:HandleDirtyUpdate(UMAData) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAGeneratorBuiltin.cs:226) UMA.UMAGeneratorBuiltin:OnDirtyUpdate() (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAGeneratorBuiltin.cs:265) UMA.UMAGeneratorBuiltin:Work() (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAGeneratorBuiltin.cs:132) UMA.UMAGeneratorBuiltin:Update() (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAGeneratorBuiltin.cs:97)

xypherorion commented 7 years ago

Confirmed that this is not caused in 2017.1p4. Occurs in 2017.1p5 (tested) and 2017.2 b8 (tested) Downgrading back to 2017.1p4 works fine as a workaround.

Recommend marking this one high priority as it breaks the entire function of the library.

tomaszzackiewicz commented 7 years ago

Great! I will wait for a fix. Hope it will come soon.

Thanks!

checkpointng commented 7 years ago

Does anyone know if this still applies to 2017.1 ?

kenamis commented 7 years ago

I downloaded the latest non beta version a couple days ago. I think it was 2017 1.1. And it was working, no issue.

On Sep 15, 2017 8:16 AM, "checkpointng" notifications@github.com wrote:

Does anyone know if this still applies to 2017.1 ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/umasteeringgroup/UMA/issues/33#issuecomment-329812676, or mute the thread https://github.com/notifications/unsubscribe-auth/ADnmmxv1LxMqnS2hBhL24mSrEedc5FAhks5sipTmgaJpZM4PDYty .

tomaszzackiewicz commented 7 years ago

2017.1 all versions with patches including the recent one - all seems OK.

kenamis commented 7 years ago

Thanks for checking.