Not sure if it’s because I built 4.24 with Chaos. But almost anything physics related from my 4.23 project doesn’t work when I copied it over, not just chaos:
Cloth physics no longer simulating
Pawn Class Hoverbike using physics simulation
Character Class sliding on, or passing through meshes that have been scaled
Editor constantly crashing on Stop / Play
All chaos objects fracturing OnPlay and passing through collisions
Also Victor, I looked around but is there a planned date for when Chaos will be integrated in UE4 from the launcher?
There are currently outstanding features in the Beta versions of Chaos. Once out of Beta you’ll be able to convert your project to Chaos and have what used to utilize PhysX working.
We have not announced a release date yet, but we’re getting closer!
Do you know if the final/release version of Chaos will integrate torsion & stress-based destruction?
An example :
Break 3/4 of Eiffel Tower’s pillars. Do you expect the remaining pillar to resist and the tower to stay up? No.
You expect the last pillar to bend before breaking because of the tower’s weight and the additional forces applied to this pillar.
The gamework NVidia BLAST supports stress-based destruction (I’m not sure about the torsion).
Here is a good screenshot of what I’m talking about. The color indicates the forces applied to specific parts of the object, by it’s own weight :
Us Artists are the ones who are going to have to mess with Chaos and make thigns happen. Can we please get a version of the engine where you dont have to recompile the engine to make it work? Seems like a pointless overly complicated method for us to even learn how to use it. Its a lot of extra work just to get visual studio and learn how to recompile or whatever you have to do. In fact… last time i tried… i failed… didnt work. Please help…
I tried 4.24.2 this week and I encountered exactly the same problem.
HOWEVER, I then tried changing ProjectSettings → Physics → ChaosSettings → DefaultThreadingModel to “SingleThread” instead of “TaskGraph” and I got this new crash log :
I also noticed that the Chaos Demo works with 4.23.1, doesn’t work with 4.24.3. are you planning to make it work again on 4.25 ?
Have you more visibility now of when it will be stable ?
Can anyone provide c++ examples how to use this physics system? I would be interested in setting up rigid body, constraints and applying forces. My aim is to construct articulated vehicle using this. Is his even possible in it’s current state? I see there are classes for constraints and joints. Mind you provide code example how to construct some simple articulated hierarchy with rigid bodies and some constraints tying them together? I can work from that but have no clue how to initialize and setup simple things yet. Thank you.