- Home /
Character mesh breaks when build
the character look like this when running in the editor.
that looks good. but when i build my project, this happens
the textures gets all messed up, and the geometry get meshed up as well. does anyone reconize this? or know how to fix this?
Answer by Davedub · Nov 01, 2018 at 09:46 AM
I too am having a very similar problem. I did see a forum post somewhere where they suggested that it was the number of bones used setting in the Quality settings (range 1 to 4), but my build was already set to use four bones.
Perhaps it's possible that we're using character meshes that need more than four bone's influence on parts of the mesh? (I'm experimenting with animating Daz3D characters)
If anyone has any insight, would be greatly appreciated!
Answer by mattg_unity802 · Jun 01, 2020 at 01:48 PM
bumping this if there was a solution - I'm having the same problem.
Answer by MichaelEGA · May 20, 2021 at 07:30 AM
Took me ages to solve this problem, learnt a lot in the process. Solution 3 was the one that finally worked for me.
Solution 1: Your bone quality is set to low in the project settings
Edit -> Projects Settings -> Quality -> Skin Weights and select 'Four Bones' or 'Unlimited'
Solution 2: The bone quality on your actual mesh is too low
Select your mesh -> Go to the Skinned Mesh Renderer -> Quality and select 'Four Bones'
Solution 3: The game is being built at a lower quality level regardless of the Skin Weights you select
Edit -> Projects Settings -> Quality and remove all the levels that don't say 'Fantastic' using the 'trash can' button.
If you're still having problems someone mentioned this occurred when they had an error in the build which prevented unity from applying the right quality settings on build.
Answer by NosorogUA · Jun 02 at 09:09 AM
I have the same problem and i fixed it. Go to Project settings/Quality and in top of the list you find Quality levels. In Default parameter select higher level then you already use(for build platform).
Your answer
Follow this Question
Related Questions
Animation changing sprite sorting order in editor but not in builds? 0 Answers
Mesh visible in editor but not build 1 Answer
Custom models UV2 lost after build 0 Answers
How do I play my animations w. Mechanim? 1 Answer
Shader does not display properly in game/editor view, but building it works. 0 Answers