Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Cloth not following animation when two obicloth used.
#2
(11-02-2019, 06:37 AM)BradSama Wrote: We are trying to use Obi cloth with the fighting game framework known as UFE.

I have a character set up to have the simulation on a Vest the only issue I'm having is if we have the same character on screen. One character the cloth moves just fine while another the cloth doesn't follow character animation and is just floating.

Characters our instanced in to the scene, I also tested this with having a character in the scene with another instanced in. Instanced in character has Obi cloth working while the one in the scene doesn't doesn't follow the characters animation.

Is this a known issue with Obi cloth not working with two instances of the script running? Would be nice to find a fix for this issue cause Unity's component has just caused alot of problems for our project.

I have a video of this if anyone needs a visual of what's happening.

Only thing that comes to mind: If both characters share the same solver, make sure there's not a warning message in the console stating there's not enough particles for both. In that case, increase the "max particles" setting in the ObiSolver component.

If this is not the case, a video of the issue would be helpful.
Reply


Messages In This Thread
RE: Cloth not following animation when two obicloth used. - by josemendez - 11-02-2019, 08:04 AM