Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crash report
#1
Hi ,

  We have been using obi rope in our game for our hoses , we been experiencing two issues.

 1. the Obi rope goes through meshes , we been trying everything but in terms of collision the obirope allways go though the mesh once the tension in the rope passes a certain treshold.
 2. Crashes , they happen randomly through out the game.


Attached Files Thumbnail(s)
   
Reply
#2
(28-02-2018, 11:32 PM)ipislar Wrote: Hi ,

  We have been using obi rope in our game for our hoses , we been experiencing two issues.

 1. the Obi rope goes through meshes , we been trying everything but in terms of collision the obirope allways go though the mesh once the tension in the rope passes a certain treshold.
 2. Crashes , they happen randomly through out the game.

Hi ipislar!

1. Have you tried using the ObiParticleRenderer component to debug the particle representation of the rope at runtime? Most often, missed collisions are a symptom of gaps in the particle chain, low iteration counts, or both.
2. Can you provide the actual crash dump files? (the folder that appears next to the executable when the game crashes). This way we can determine the cause.
Reply