Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Noob and travel cape
#6
(10-03-2022, 01:25 PM)Celes Wrote: Hi, sorry I should have share the complete thing !
The animation is broken (from an artist point of view) but it should do the trick.
I saw all the videos, but I definitely missed something. Because I tried to redo only the video beginning and I can't even see the particules with the renderer.
I tried with the video and the sample scene, but the result was at best : pinned part (yes particules attachment) not moving and the rest stretched so far it reached underground x)
I guess the last part is "just" settings. But my goal is to have some part of the mesh using the rig, and some other using the simulation.
Well anyway what I'm sending just don't work at all, but I guess it's better.

unity package => wetransfer
PS : it's brand new so there is no "pin group".

I'll continue to search, who knows, Thanks !

Hi,

Your character transform scale is set to 50. This will render it 50 times larger than the actual mesh size, which of course means your cloth blueprint (which is generated from the mesh alone, outside the context of a transform hierarchy) will be tiny. This is the reason you can't see any particles in the blueprint: they're there, but you'd need a microscope to actually see them.

Probably what you want is to set the character scale at import time instead (select the character asset in Unity, and in the import settings set the "scale factor" to 50). Or even better, export the character from Blender with correct scaling/units. This way you make sure a transform scale of 1,1,1 draws the character at the correct size.

My advice would be to get the basic 3D asset export/import pipeline right before attempting to do cloth simulation. Any physics simulation is extremely sensitive to the size of things (a 4 cm toy car and a 4 meters car behave in very different ways), so these kind of issues can feel like an unsurmountable obstacle and get you stuck at first if you don't know what to watch out for and how to fix them.

cheers!
Reply


Messages In This Thread
Noob and travel cape - by Celes - 24-12-2021, 12:40 PM
RE: Noob and travel cape - by josemendez - 12-01-2022, 09:21 AM
RE: Noob and travel cape - by Celes - 10-03-2022, 01:53 AM
RE: Noob and travel cape - by josemendez - 10-03-2022, 08:53 AM
RE: Noob and travel cape - by Celes - 10-03-2022, 01:25 PM
RE: Noob and travel cape - by josemendez - 10-03-2022, 01:47 PM
RE: Noob and travel cape - by Celes - 10-03-2022, 04:09 PM
RE: Noob and travel cape - by josemendez - 11-03-2022, 09:37 AM
RE: Noob and travel cape - by Celes - 11-03-2022, 12:53 PM
RE: Noob and travel cape - by josemendez - 11-03-2022, 02:02 PM
RE: Noob and travel cape - by Celes - 11-03-2022, 03:57 PM