Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Baking a rope is causing unity crashes (unity 6.0.29f)
#3
Hi, thanks for the reply!  So, this is on the GPU back end, and I'm using the new GPU resident Drawer and GPU occlusion culling in unity 6.  I don't know if those things matter, but since I don't know how they work exactly, so maybe they're interfering?   Regardless, what I'm trying to do is allow the player to make permanent bridges out of ropes.  While the bridge is being constructed, the rope can be dragged and will jiggle around as normal, but once the player is done placing it and after the rope stops swinging, it's done building, and then becomes permanently fixed and will never move again.  I just need the mesh itself and no longer need any calculations after that.  There might be any number of these bridges so I want to make sure they aren't needlessly running calculations even though they'll never move again since I already have a tight cpu budget.  Is there a better way to do this?
Reply


Messages In This Thread
RE: Baking a rope is causing unity crashes (unity 6.0.29f) - by gnovos - 02-12-2024, 02:20 PM