Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample scene FBVS error: Unsupported conversion of vertex data
#8
(01-12-2021, 06:31 PM)obitester Wrote: So the project seems running fine after change the project setting but still get that error at beginning, what could the problem?

Hi there!

I'm unable to reproduce this, the error should just go away after enabling support for more than 4 weights. This error is thrown internally by Unity, Obi does not check whether the amount of weights used is supported or not: it just passes them to Unity using the SetBoneWeights function, it's up to Unity to determine if they can be used or not.

If the scene is running correctly with more than 4 weights but Unity is complaining that more than 4 is too much, that looks like a Unity bug Indeciso . Can you share the Unity version you're using so that I can reproduce it and file a bug report? Thanks!
Reply


Messages In This Thread
RE: Sample scene FBVS error: Unsupported conversion of vertex data - by josemendez - 02-12-2021, 08:56 AM