NvCloth collision with World and Characters - Unreal Engine 4 Tutorial

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 144

  • @catsalinas
    @catsalinas Рік тому +1

    4 years later still very helpful. Thanks!!

  • @Amelia_PC
    @Amelia_PC Рік тому +2

    I know it's a long time ago, but for those who are using any Unreal, 4 or 5, this method still works. the only thing you have to pay attention to is the Object Type response. This cloth only collides with World Static, not Dynamic. If your pawn needs to have World Dynamic like mine, you can add a volume trigger to change temporarily your pawn Object Type from dynamic to Static (add Box collision then start a begin and end overlap event on a BP Actor using this cloth skeletal mesh). Tested and it worked. A side note is that if your cloth is too far from the world axis 0,0,0, you should increase your Delta Location x in AddActorWorldSet node to 0.5 (flipflopA) and (flipflopB)-0.5
    Your method is great! 4 years later and it still is the most functional method I've seen. Thanks a ton... Again ^^

  • @gokupiske5965
    @gokupiske5965 2 роки тому

    Why are you so strong? You are the only person I can do in searching the entire google!! Is there a new way to collide with the environment in 2022? You are really amazing!

    • @marcoghislanzoni
      @marcoghislanzoni  2 роки тому +1

      Sorry I haven't found a way to restore the collision with the environment beside patching the engine code. With Chaos Physics it should be better.

    • @gokupiske5965
      @gokupiske5965 2 роки тому

      @@marcoghislanzoni Thank you your videos really benefit mankind Thank you for your selfless sharing I wish you good health and happiness

  • @ghostterminal5127
    @ghostterminal5127 5 років тому +1

    okay for anyone having problems with this, go to the third person or first person blueprint, select the capsule for the mesh or the character meshes themselves and make sure collision for the capsule or mesh is checked on and block all is selected, should work after doing that.

  • @Amelia_PC
    @Amelia_PC 4 роки тому +1

    Confirmed! It works like charm in 4.23.1. Great tutorial. Thanks!

  • @Jen-R
    @Jen-R 4 роки тому +3

    Great lesson! Thank! Is it possible to make the collision take into account the player's shape (whole body), and not the capsule? For example, an arm or a leg affects the fabric. It would be great!

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому +1

      Collisions with the physics bodies of the skeletal mesh work for a cloth attached to it, but with a different cloth in the level only the root body will be swept against it, so this is not likely to work out of the box. Not entirely sure though, I would have to try it out.

    • @Jen-R
      @Jen-R 4 роки тому

      @@marcoghislanzoni It will be great if you can do this. Please share a video tutorial when you are successful in this.

    • @hengjian_jackzhang1045
      @hengjian_jackzhang1045 2 роки тому

      Same here!! Please share it if there's any updates!!

  • @vformdesign6
    @vformdesign6 2 роки тому +1

    Thank you for your videos! They are always comprehensible and to the point. At the moment I am working on an animation in which a blanket is dragged over an object, but I cannot make it work. The blanket just won´t recognize the object... Do you have any advice, please?

    • @marcoghislanzoni
      @marcoghislanzoni  2 роки тому +1

      Look at the Content Example project from Epic (freely available from the Marketplace). There is an example showing that iirc.

  • @VanessaCartell
    @VanessaCartell 3 місяці тому +1

    Sorry to bother but I'm just interested why and how the cloth can't interact with the environment anymore with the new chaos physics because my player character interacts perfectly with the cloth and if I copy the player character multiple times in a level and put them as a stationary wall if works great so what I'm getting at is what exactly is element of the player character that makes it able to interact with the cloth and can't it be applied to a normal object?

  • @Celinefar8
    @Celinefar8 4 роки тому +2

    hello! thanks for the tutorial. i tried it in 4.24 and it worked fine with FPS player, but when I tried it in 4.25 in the VR level, there is no more collision with both the default environment world objects as well as with the VR hand. i've tried switching both the cloth and the objects to BlockAll, adjusting the physics capsule, etc., but nothing seems to work. is there a way for the VR player to interact with the cloth? the cubes that can be picked up by the VR player also do not interact with the cloth. any solution to this? much appreciated :)

  • @andrelucas4473
    @andrelucas4473 4 роки тому +1

    That's a nice video. But do you know how to to fix that capsule bug? It's still what collides with the cloth.

  • @hatsunemikuchannel2023
    @hatsunemikuchannel2023 2 роки тому

    Is this could work in UE5 too then I wouldn't have problems when sound cloth sim on my MMD models (I upload MikuMikuDance videos since 2015)

  • @jsonslim
    @jsonslim 3 роки тому +1

    UE4.26 works fine(almost). There is collision shift exists and cloth wraps an object not exactly where it placed

    • @MikkaBMIKKAZX
      @MikkaBMIKKAZX 3 роки тому

      Can you explain how you got yours to work? Cheers

    • @jsonslim
      @jsonslim 3 роки тому +1

      @@MikkaBMIKKAZX I don't know what problem you are facing, but I made all steps as in tutorial and it worked more or less

    • @MikkaBMIKKAZX
      @MikkaBMIKKAZX 3 роки тому +1

      @@jsonslim Ah all good, thanks anyways. My issue is that although following all the steps, the cloth simply doesn't collide with anything in the world.

    • @Alex_River
      @Alex_River 3 роки тому

      Could you possibly share the cloth you got to work in 4.26?
      I followed the tutorial to a T and can't get the cloth to collide with world objects unfortunately in 4.26.

    • @jsonslim
      @jsonslim 3 роки тому

      @@Alex_River unfortunately I don't have that project, but it was kinda worked, not perfectly

  • @B3nnec
    @B3nnec Рік тому

    Hi, just tested it with UE5.1, still seems to work, thanks

  • @zhangsharp6274
    @zhangsharp6274 5 років тому

    Thank you very much for your selfless sharing. This tutorial has helped me a lot!

  • @adymatt334
    @adymatt334 4 роки тому

    Thanks for this! It didn't seem to be working at first but it turns out the objects in my scene weren't set to BlockAll

  • @张惠兵
    @张惠兵 3 роки тому

    Hi,Thank you very much for your selfless sharing,I encountered a problem,If the collision object is very large, such as a building, the model will pull when the cloth is close.Will you have this phenomenon?

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      No, I have never seen it. Can you maybe share a video capture of what happens?

  • @kishars3716
    @kishars3716 6 років тому +4

    Flow this tutorial step by step made a cloth, it can simulate cloth but it can not effect with world obj or the player,,need help

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      Probably you didn't follow all steps exactly. Or you are using a different setup as mine. Make sure the world static meshes have collision volumes as well, it will work.

    • @kishars3716
      @kishars3716 6 років тому

      @@marcoghislanzoni Thanks, I will check my work again~

    • @PerFeldvoss
      @PerFeldvoss 5 років тому

      @@marcoghislanzoni sorry, this is not working for me, I tried it 10 times - the world static meshes what is that? My TPC collides with everything else... other objects etc. Only can I see how the number of Capsules and planes somewhere?

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому +1

      @@PerFeldvoss Not sure I understand your point. You can display all the collision volumes issuing a "pxvis collision 1" at the console.

    • @PerFeldvoss
      @PerFeldvoss 5 років тому

      Sorry total newbie here, to both blender and UR4, thanks for even replying! - What 'console' are you talking about? And can I see the number of Capsules and planes in Blender (2.8) or in UR (4.21)?
      Perhaps I missed you note regarding UR4.21 - that would be what causes this? Did you find a way... past that?

  • @chavlaz
    @chavlaz Рік тому

    ue 5.3... can't get it to react to my character. Anything i possibly forgot on my character?

    • @marcoghislanzoni
      @marcoghislanzoni  Рік тому

      The cloth asset needs the same physics asset as the character's skeletal mesh, otherwise it has nothing to bounce off of.

    • @chavlaz
      @chavlaz Рік тому

      @@marcoghislanzoni is there a second t
      utorial for this by chance?

    • @chavlaz
      @chavlaz Рік тому

      second glance, they're both using crouch_idle for their physics asset

  • @studiogamecat9434
    @studiogamecat9434 5 років тому

    Thank you very much for share!!

  • @ValeryChutak
    @ValeryChutak 5 років тому +1

    Cool workaround, but what are the performance implications on moving the cloth back and forth every tick? Also would be great to see a solution for 4.2x

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому +1

      Good question. I did not check in details the performance impact of this technique honestly, but at high level I couldn't notice any significative impact. Unfortunately no solution yet for 4.2x

    • @kiddhkane
      @kiddhkane 5 років тому +1

      @@marcoghislanzoni And here I was, wondering why I can't get it to work! I was almost going crazy thinking that I messed up something that was explained step by step...

  • @primestyleproduction1799
    @primestyleproduction1799 4 роки тому

    Thank you! This tutorial has helped me!

    • @JimmyHales
      @JimmyHales 4 роки тому

      Did you find an issue since this was done prior to the 4.21.x refactor?

  • @osallivan231
    @osallivan231 2 роки тому

    has anyone got this to work in UE5? I tried but no success :(

  • @silvialazarova7281
    @silvialazarova7281 4 роки тому +1

    Anyone got an update for the latest versions of Unreal.. it doesnt work :(

  • @LogicLeoyt
    @LogicLeoyt 5 років тому

    well it really made me sad when i discovered that this is not working anymore on 4.22. Can you get a result like that with apex? i read something about that but now i'm lost as to what to do.

  • @Kelton99991
    @Kelton99991 4 роки тому +1

    Enviorment collision of cloth mesh with other actors isnt working for me. Unreal 4.25. Anyone else tried this out? I submitted this as a bug report to epic will post updates I get

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому

      There have been tons of changes to the physics code in preparation for Chaos and this has broken some "features"' that were previously available. I am looking forward to the character/environment cloth collision which very likely will be part of Chaos.

  • @AlexanderTheOkay214
    @AlexanderTheOkay214 3 роки тому

    For me it does work in simulations but not in-game, any idea why that might be ?

  • @TiboDeLanvale
    @TiboDeLanvale 4 роки тому

    Hello!
    Can you help? I did everything according to your lesson.
    But I don't end up with a model that becomes a fabric. It remains static, like a simple solid object. Can you tell me what might be wrong? Maybe settings or something else?
    I use Unreal 4.24.3
    Thank you for your attention!

  • @jeremb.m7138
    @jeremb.m7138 5 років тому

    ok now this is epic! thank you so much!!

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому +1

      Thanks! But mind the fact that this technique stopped working with 4.21 unfortunately.

  • @BarendCombrink
    @BarendCombrink 5 років тому

    Hi. Thank you for this video, your trick helped me a lot. (And possibly saved my sanity.)
    If I may, I have a question. I'm trying to create curtains that react realistically to Unreal's Wind Direction Source and objects around it. Your trick has made it so that the curtains no longer phase through walls (thank you so much for that), but for some reason when the "wind" is pressing the cloth against a wall the cloth keeps bouncing and hopping away from the wall. Have you encountered this? Any idea what the cause could be? This has happened before, so I'm sure it's not your trick. I have tried changing the cloth settings and I tried multiple meshes with varying numbers of vertices. I also tested it in 4.20 and 4.23.
    Thanks again.

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      Barend Combrink glad it helped you! If I remember correctly there are some settings about how the cloth reacts to the wind. Did you play with them? Also does it happen with any wind level?

    • @BarendCombrink
      @BarendCombrink 5 років тому

      @@marcoghislanzoni Thanks for the quick reply. I have played around with the cloth/wind settings, but perhaps I should tone them down even more.
      The strange thing is that if I add a basic cube or sphere object without scaling them, the bouncing doesn't occur. The moment I scale the cube or place more of them the bouncing starts. (Perhaps the number of vertices connecting at once is too high, but I've tried it with dozens all the way up to thousands, lol.)
      I actually didn't think about changing the wind direction source settings (because it works sometimes, I guess), so I tested it now. Even on the lowest strength and speed needed to make the cloth connect with the wall (0.04 each) it still bounced, only slower. Changing the direction yields the same results.
      I'll continue testing the cloth settings, I just need to find the right combination.
      Thanks again, I really appreciate your help.

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      @@BarendCombrink I never looked into how the wind force is supposed to interact with the physics. It should be applied to each particle mass composing the cloth, but I am not sure why you would get this bounce effect. Elasticity of the fabric?

  • @konradstarczewski4085
    @konradstarczewski4085 5 років тому

    First of all, this tutorial is great - Thanks for sharing ur skills with us!
    I'm having problems with fixing that collision offset in Z axis.
    Maybe its because i fired up blender 2.8 and cldnt find myself in it, used the dafault metrics and grid split, tho my offset is way bigger then yours in the video.
    I tried to cheat it in the blueprints by offsetting the skeleton, tho cant separate it. Any Advice?

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      Whatever you create in Blender, make sure you always apply Rotation and Scale to it before exporting to FBX. Not sure this is your issue, but it is worth checking.

    • @konradstarczewski4085
      @konradstarczewski4085 5 років тому

      Ok, I fixed it by changing the 0,0,0 position in blender, so the pole(cylinder) is placed on the grid at absolute 0 (My stupid mistake). This stuff is great for interactive animation, just finished merging it with kinect. Have you found some neat features to smooth the ngon collisions?

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      @@konradstarczewski4085 Did you try to apply a smooth shader to the cloth in Blender? Otherwise you would need a finer mesh grid.

  • @DoraKage
    @DoraKage 5 років тому

    Thank you for this bro. Very helpul ~
    (Newbie here - self learning) I have a character made of 5 different meshes - haven't given any material to the polys (just need to test cloth) - but when i try to do a section selection - it selects all the meshes as if it were one object... how do i work around this?
    Edit: Didin't realize that selection in this context means that you need to pre-assign separate materials before importing into UE.

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      Exactly. Otherwise you cannot distinguish between the different parts.

  • @RaiPREV
    @RaiPREV 5 років тому

    any solution to NvCloth on cape it pass through the mesh of the character?

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      Closed CH sorry I can't understand what is your ask. Can you try to rephrase it?

    • @RaiPREV
      @RaiPREV 5 років тому

      my cape doesn't collide with the mesh physic, oh sorry for out of topic about this video :D i already figure it out because of the scale when i export it using blender :D@@marcoghislanzoni

  • @wimblesoft
    @wimblesoft 5 років тому +1

    I think 4.21 has issues about this or I am missing something in Project Settings (or Editor Preferences).

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому +4

      Fatih Sağlam not your fault. This technique doesn't work anymore with 4.21 as pointed out in the description.

  • @blackswan6386
    @blackswan6386 4 роки тому

    taths only workd with exportet fies ? i cant use a plane inside unreal and create cloth ? i searched the option " enable cloth" 2 days,...i dont have it when i use a simple plane and click on his mesh. hm - help pls

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому +1

      Inside Blender/Maya/whatever, the cloth is just a mesh parented to a bone of your character. As long as it has a different material applied to it, within Unreal it will be recognized as an own section. Once you have selected it as section, right click and create a cloth asset, assign the skeleton, paint it, assign it back to the section and it should work.

    • @blackswan6386
      @blackswan6386 4 роки тому

      @@marcoghislanzoni Hello Sir so much thanks for this fast reply, i struggle here on making simple flag as you all call it :D - i loaded Blender its free so i created an external Plane with subdivided Mesh and exportet it as fbx to UE like you in this Video, my problem is htat the flag is not react as a cloth. but im close to finish this. there is anywhere a tick to click or something - one issue i found is, when i export the flag with pole ( child) the pole is small and thick like almost a ball or smething, i have to manually re ajust it to the normal lengh, hm...thank you sir, maybe you have a tip what is the most important thing in 4.32 to activate the cloth ? im stuck anywhere i dont know where ^^

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому

      @@blackswan6386 come onto Discord - Unreal Slackers and ping me as @vr-marco. It is easier to help you there.

  • @BarbaNeggra
    @BarbaNeggra 5 років тому

    Thanks a lot !

  • @2010Edgars
    @2010Edgars 4 роки тому

    Collisions with character not working. I use playerstart.

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому

      This technique used to work in 4.21.x but a lot has changed since then, so it may not work anymore. Which version of the engine are you trying it with?

    • @2010Edgars
      @2010Edgars 4 роки тому

      @@marcoghislanzoni Newest 4.24.2. Chaos silver crashed.

  • @nahiansharif4200
    @nahiansharif4200 4 роки тому

    does this always have to be a plane? or u can do the same thing with a cube?

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому +1

      To my knowledge it has to be a plane. But you can try with a cube and see what happens.

    • @nahiansharif4200
      @nahiansharif4200 4 роки тому

      @@marcoghislanzoni I see, well, I was doing it with cube... but some of the options just don't show up that was in your tutorial :v
      I will make sure to use plane when it comes to clothing :v

  • @christophe1584
    @christophe1584 4 роки тому +1

    Hello !
    Thank you Marco, however i have a problem..
    First for your information i didn't create a pole, because i don't need it. But i have a problem with the cloth, he fall down but straight, like a plain made of solid material, not like a cloth should do... i can't find why :/ !
    Thanks a lot to everyone ! :)

  • @johnvoidman6616
    @johnvoidman6616 6 років тому

    very nice turorial .but i sill have some other problem . i import two separate fbx from blender one is a character the other is his cloth and I put them together in thirdperson BP ,that the cloth is the child object .but I failed to let them collide I saw some videos that the cloth and character are in a single mesh and mine are different they are two different meshes .how to make them collide?

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      John Voidman for that use case (cloth on character with full body collision) the cloth has to be in the same skeletal mesh as the character. I am pretty sure it doesn't work if they are two separate skeletal meshes, even if you apply this trick. You can export from UE4 as FBX, merge in Blender, then import back.

    • @johnvoidman6616
      @johnvoidman6616 6 років тому

      ​@@marcoghislanzoni Thanks! appreciate your help!

    • @johnvoidman6616
      @johnvoidman6616 5 років тому

      @@marcoghislanzoni Do u find that collision bodies in PhysicsAsset can't be scaled down cause that's what happened to me.Is that the blender exporting problem?

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      ​@@johnvoidman6616 It is probably a bone scaling issue. Before exporting from Blender, make sure you apply Rotation and Scale to your mesh and armature (Object --> Apply --> Rotation and Scale).

    • @johnvoidman6616
      @johnvoidman6616 5 років тому

      @@marcoghislanzoni I try again this way but still don't work . I don't know why but thanks anyway

  • @xermao
    @xermao 5 років тому

    Can the cloth collision with character mesh,not the PhAT

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      I don't think so. But you can try to tweak the collision settings to have the cloth collide with the single physics bodies on the character rather that with the capsule.

  • @shekiba.646
    @shekiba.646 6 років тому

    I try make charactor autodesk Maya exporting FBX or OBJ to Unreal Engine 4 but its not working.. I dont know. is it free demo UE4 or pay?

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      True zumy What exactly it is not working? Which error do you get? There is nothing such a demo version of UE4. What you download is always the full version.

    • @shekiba.646
      @shekiba.646 6 років тому

      @@marcoghislanzoni it's new UE4 first my time. I learn it. I used maya and 3ds max interactive.

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      @@shekiba.646 And what is your problem? What happens when you try to import those assets? Do you get an error? Which error?

  • @4nth365
    @4nth365 6 років тому

    Awesome

  • @matteo.chevalier7895
    @matteo.chevalier7895 2 роки тому

    Seems easy, but not working on UE 5.0.3

    • @marcoghislanzoni
      @marcoghislanzoni  2 роки тому

      UE5 uses Chaos Physics and Chaos Cloth, which uses a completely different solver than the previous NvCloth, so this technique unfortunately doesn't work anymore.

  • @MaleScientist
    @MaleScientist 5 років тому

    Hi Marco. It seems to work for me just fine in 4.21.2 - am I doing something wrong? ^_^

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      That's great to know! Then I would say you are doing it just right. ;-)

    • @MaleScientist
      @MaleScientist 5 років тому

      @@marcoghislanzoni Yeah. That's very good news for all the people here, I suppose. Can you test with 4.21.2 on your end? If it doesn't work for you, maybe we can figure out why.
      On another note, in 4.20, did you try detailed collision with a character's physics asset shapes (rather than the capsule)? If yes, and if it worked, a tutorial would be very welcome.

  • @alessiobelli
    @alessiobelli 5 років тому

    Hi, Do you find a solution for 4.21.1? Thank you

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      Sorry, I couldn't find any workaround yet to make this work on 4.21.x and higher.

    • @alessiobelli
      @alessiobelli 5 років тому

      @@marcoghislanzoni in 4.22.1 seems it still doesn't work

    • @marcoghislanzoni
      @marcoghislanzoni  5 років тому

      @@alessiobelli I think it will be broken from now on, unless Epic changes something in their codebase which makes it work again.

  • @sumdude5172
    @sumdude5172 2 роки тому

    Cannot get this to work in 4.27

    • @marcoghislanzoni
      @marcoghislanzoni  2 роки тому

      Yeah this technique is unfortunately outdated.

    • @Alanto-
      @Alanto- Рік тому

      @@marcoghislanzoni So sad. Do you know how to create something similar to 4.26 - 27?

  • @eye_scream_eye_scream
    @eye_scream_eye_scream 4 роки тому

    My editor crashes when i import help plz

    • @marcoghislanzoni
      @marcoghislanzoni  4 роки тому

      When importing what? Keep in mind that this may not work properly with the latest versions of UE4.

    • @eye_scream_eye_scream
      @eye_scream_eye_scream 4 роки тому

      @@marcoghislanzoni The plane model. when i dont check static mesh it works but when i do it doesnt. Im trying to make a batman game

  • @arrw
    @arrw 3 роки тому

    I can't get the colision to work for the life of me in UE5 :/

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      I am even surprised that NvCloth still works with UE5. Or did you recompile the engine to activate PhysX and disable Chaos Physics? In any case, as explained in the description, this technique sometimes works and sometimes doesn't depending on which changes have been made to the physics engine across the various versions.

    • @arrw
      @arrw 3 роки тому

      @@marcoghislanzoni Do you know if NvCloth has been replaced with something in more recent versions?

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      @@arrw There is a clothing simulator included with Chaos Physics. I haven't had the chance to test it yet though.

    • @arrw
      @arrw 3 роки тому

      @@marcoghislanzoni Okay, I will look into it. Thank you!

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      @@arrw There is clothing simulation within Chaos Physics (as soon as fully released).

  • @marcoghislanzoni
    @marcoghislanzoni  6 років тому +8

    Love people who give a thumb down but don't dare to leave a comment to explain why. I guess they make far better tutorials themselves...

    • @undead1158
      @undead1158 6 років тому +2

      Keep up the amazing work, there are always people who dislike videos for no good reason

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому +1

      Or simply they don't like Blender! ;-) Thanks for your support. :-)

    • @ВладЛеонтьев
      @ВладЛеонтьев 5 років тому

      you is super!!!!!

    • @peacockgames4364
      @peacockgames4364 5 років тому

      Marco Ghislanzoni but it’s only 6 dislikes

    • @ВладЛеонтьев
      @ВладЛеонтьев 5 років тому

      @@peacockgames4364 its crazy man make dislike

  • @goldennboy1989
    @goldennboy1989 3 роки тому

    Has Epic ever reacted to the problems that their damm physics refactoring caused? It is emberassing that unity has better physic simulations than UE.... -_-

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      Chaos Physics is supposed to solve that, but we need to be patient for it to become ready for prime time.

    • @goldennboy1989
      @goldennboy1989 3 роки тому

      @@marcoghislanzoni will chaos feature particle simulations? I know we have niagara sim stages now. But those are still experimental and only collide with scene depth/ distance fields. I really miss stuff like Nvidia Flex or OBI Plugin for Unity in UE

    • @marcoghislanzoni
      @marcoghislanzoni  3 роки тому

      @@goldennboy1989 Yes, Chaos should include particles that can interact physically with the environment. This is usually part of Position Based Dynamics which Chaos is built on.

    • @goldennboy1989
      @goldennboy1989 3 роки тому

      @@marcoghislanzoni Thanks for the insights :)

  • @marcelocosta7893
    @marcelocosta7893 6 років тому

    i follow step to step and not worked

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      Which version of UE4 are you using?

    • @marcelocosta7893
      @marcelocosta7893 6 років тому

      @@marcoghislanzoni 4.20.1

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      @@marcelocosta7893 Then you should be able to reproduce the tutorial exactly as is. What exactly doesn't work?

    • @marcelocosta7893
      @marcelocosta7893 6 років тому

      @@marcoghislanzoni collision of cloth with objects of the world not work

    • @marcoghislanzoni
      @marcoghislanzoni  6 років тому

      @@marcelocosta7893 Make sure the objects you are trying to collide with have a collision volume (check in the mesh editor) and that their collision profile is set to block all to start with.

  • @WowPlusWow
    @WowPlusWow 3 роки тому

    yeah, does not work at all.

  • @jero5566
    @jero5566 4 роки тому

    Thanks a lot!!!!