NVIDIAGameWorks / FleX

Other
650 stars 100 forks source link

Unity Plugin 1.0 (Beta): Cloth Deformation and Cloth Actor Scenes Cause Unity to Crash #46

Open JacksonMeade opened 6 years ago

JacksonMeade commented 6 years ago

With the new FleX plugin released for Unity, I was testing the sample scenes labeled "8. Cloth Deformation" and "5. Cloth Actor." On clicking play in the Cloth Deformation scene, the three spheres appear black and shadeless, then Unity crashes. In the Cloth Actor scene, the scene freezes and then Unity crashes. I'm not sure what the problem is yet, but I wanted to open this up to anyone else who has experienced these types of cloth-related issues. While it may be my computer, the other simulations are working near perfectly, so I am confused as to why the cloth simulations are such an issue.

I am experimenting with Unity 2018.2.0b10 Personal Edition.

vreutskyy commented 5 years ago

Hello. Could you please provide your OS, CPU and GPU details. Also, I assume you're using DX version of Flex (the default one), could try to run these samples with CUDA version (in 'Edit > Project Settings > Player > Scripting Define Symbols' add FLEX_CUDA). Thanks.