Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
1 hour ago
» Replies: 1
» Views: 129
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 2,898
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 240
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 506
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 748
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 821
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 563
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 535
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,035
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 875
|
|
|
Application.Quit() causing build using rope to crash (Unity 2017.1.1) |
Posted by: ContrarySchol - 03-10-2017, 11:30 PM - Forum: Obi Rope
- Replies (2)
|
 |
Currently having issues with quitting based on the rope, where the build just hangs without closing properly, then transitions to not responding.
Documentation does not explicitly mention having to destroy the rope manually, is there something we're missing?
We've previously tried the system process killing method, but aren't sure about it as it has a reasonable chance to not actually close the process itself.
|
|
|
Stronger cloth |
Posted by: stevenwan - 03-10-2017, 11:17 AM - Forum: Obi Cloth
- Replies (2)
|
 |
Hi,
Which parameter to make the cloth stronger so that colliders will not go through the cloth easily? The cloth will only move with the collider unless the collider moves very slowly.
Thank you.
|
|
|
'Free-Fall' mode for Rope |
Posted by: basilfamer - 02-10-2017, 05:52 PM - Forum: Obi Rope
- Replies (3)
|
 |
Is there any way to set a rope to not stretch at all and to extend more rope whenever it's pulled? A mode where there is never any strain or tension, and the rope is in a free-fall state, where even gravity will pull on the rope. It's also important to be able to turn this mode off without a sudden spring-back behavior in the rope.
- I've tried using a temporary Obi Handle for the end of the rope, and set the rope's length to the distance between the rope's start & end before disabling the handle; but this didn't help with the spring-back problem.
- I've also tried increasing the rope's length any time the strain (calculated using Rope.CalculateLength() / Rope.RestLength) passes 1. This however was not stable or precise, which made it unfavorable.
This is currently the one thing stopping me from being able to use Obi in my product & it would make my day if I could find a solution for this.
|
|
|
ObiRope Disabling |
Posted by: brad404 - 01-10-2017, 10:04 PM - Forum: Obi Rope
- Replies (12)
|
 |
Hi I'm wondering if someone could help me.
I read somewhere that in the new 3.2 version I can disable the ObiRope component to keep some performance when it's not needed. The problem is that when I re-enable the component the simulation/collisions no longer work, although the static mesh is preserved.
I am using Unity v 2017.1.0f3. Any help would be appreciated.
|
|
|
Scripting Collisions |
Posted by: moltek - 01-10-2017, 07:52 PM - Forum: Obi Cloth
- Replies (4)
|
 |
This line returns an error, has solver.colliderGroup been changed from the time of creating the example script?
Code: solver.colliderGroup.Colliders[contact.other];
|
|
|
Static ropes possible? |
Posted by: Sauerkraut - 26-09-2017, 07:58 PM - Forum: Obi Rope
- Replies (4)
|
 |
Hi - I am considering Obi Rope for a VR game - I am intending to have a lot of "ropes" - some interactable through physics and the player's hands - Obi's capabilities of which are well publicised, but also a lot of static ones (eg. electric wires running along walls, connecting puzzles etc) which never need to be interactable.
Obi seems like a great way to create realistically accurate ropes / cables which drape along other meshes / trees / walls / terrain. However for those ropes / cables etc which are static - is there a way to set up Obi-ropes using the physics to drape the rope around other objects at design time initially, then once they are in the correct position obtain just the mesh of the rope's generated skin and discard the particles for performance reasons? Or is it possible to completely disable the physics so that for static ropes this does not take up unnecessary processing power? The latter would be preferable, as that would allow modification to the ropes as the game is being designed / terrain changed / etc.
Any help would be much appreciated.
|
|
|
|