Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avatar mesh not created in the scene #33

Closed
tomaszzackiewicz opened this issue Aug 26, 2017 · 6 comments
Closed

Avatar mesh not created in the scene #33

tomaszzackiewicz opened this issue Aug 26, 2017 · 6 comments

Comments

@tomaszzackiewicz
Copy link

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
Copy link

xypherorion commented Aug 27, 2017

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
Copy link
Author

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

Thanks!

@checkpointng
Copy link

Does anyone know if this still applies to 2017.1 ?

@kenamis
Copy link
Contributor

kenamis commented Sep 15, 2017 via email

@tomaszzackiewicz
Copy link
Author

tomaszzackiewicz commented Sep 15, 2017

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

@kenamis
Copy link
Contributor

kenamis commented Sep 15, 2017

Thanks for checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants