Latest Threads |
Rod loses initial shape w...
Forum: Obi Rope
Last Post: Qriva0
Yesterday, 01:02 PM
» Replies: 4
» Views: 136
|
Fluid oddities at <= 4 pa...
Forum: Obi Fluid
Last Post: josemendez
Yesterday, 11:26 AM
» Replies: 1
» Views: 47
|
Rod dynamic attachment is...
Forum: Obi Rope
Last Post: matty337s
12-08-2025, 10:44 AM
» Replies: 10
» Views: 372
|
7.1 Obi bone spasm
Forum: Obi Rope
Last Post: chenji
12-08-2025, 02:41 AM
» Replies: 3
» Views: 186
|
Scripting rod forces
Forum: Obi Rope
Last Post: Qriva0
11-08-2025, 03:24 PM
» Replies: 7
» Views: 318
|
Pinhole inspector throw e...
Forum: Obi Rope
Last Post: josemendez
11-08-2025, 10:45 AM
» Replies: 5
» Views: 227
|
Adding ObiColider To Gene...
Forum: Obi Rope
Last Post: aderae
08-08-2025, 01:17 PM
» Replies: 4
» Views: 238
|
Rod attachment orientatio...
Forum: Obi Rope
Last Post: chenji
06-08-2025, 10:56 AM
» Replies: 3
» Views: 292
|
Change rod section at run...
Forum: Obi Rope
Last Post: chenji
06-08-2025, 10:43 AM
» Replies: 1
» Views: 178
|
Rope going through wall
Forum: Obi Rope
Last Post: josemendez
04-08-2025, 01:02 PM
» Replies: 5
» Views: 344
|
|
|
A question about colliders. |
Posted by: kkansy - 28-08-2017, 09:06 AM - Forum: Obi Rope
- Replies (2)
|
 |
Hello!
I'm trying to move ObiRope on a staircase model. Until now I was using a mesh collider created from stair mesh for the collisions but the rope tends to pass through it. I guess it's caused by over-complicated collision mesh. I wonder what would be better approach for stairs collider: a composition of Unity boxes, transformed so that they are matching the staircase shape or a custom collision mesh, a simplified staircase model without so much detailed steps.
I would be grateful for an advice in this matter.
|
|
|
Grab the middle of a rope? |
Posted by: BlueTel - 24-08-2017, 04:16 PM - Forum: Obi Rope
- Replies (13)
|
 |
I'm working on a Vive VR project that will have a loop at the top with a rope threaded through it and each side dangling down. The user will be able to grab any point along the rope with the motion controllers and pull. With standard joint ropes, this tends to cause all sorts of physics problems, especially if the user pulls too far too quickly or twists the joints around.
I saw the videos of Obi Rope, and it looks like you can easily move the ends of the rope around without a problem, but would something like this be possible - allowing the rope to be grabbed at different points along its length with virtual hands and pulled around? And if so, could you maybe point me in the right direction of how to go about it?
Thanks!
|
|
|
ObiStitcher question. |
Posted by: kkansy - 24-08-2017, 01:23 PM - Forum: Obi Rope
- Replies (5)
|
 |
Hello!
Rope Showcase scene in sample scenes containes example use case of ObiStitcher. I would like to use it, but It's not very clear how to make it work. I haven't found anything about it in documentation, besides short information in component's source header, which wasn't very helpful either. The part that's confusing:
Quote:In edit mode, select the actors to be stitched and then select groups of particles and click "stitch". Or, create stitches by closeness.
1. Is said "edit mode" is enabled by clicking "Edit" on component's inspector? Or is it something else?
2. How should I exactly select particles from different ropes? When having two ropes selected and entering "Edit particles" mode only particles from one of the ropes are visible.
3. Where can I find "stitch" button?
I would appreciate some help in this matter.
|
|
|
unity crashed when add certain mesh obi cloth |
Posted by: johnchuang - 24-08-2017, 05:55 AM - Forum: Obi Cloth
- Replies (8)
|
 |
Hi, I used obi cloth 3.1.1 in unity 3.6.1f1. I add it to a certain mesh then press the run button , and the Unity just crashed. I guess maybe it was the topology of the mesh which caused the crashing, but I'm not sure. Can you check my scene to figure out what happened ? And
also give me some advice about certain kind of mesh (part of a clothes actually).
Could you give me your email address so I can send you the mesh and scene? The forum doesn't support 30M file uploading .
|
|
|
Unable to load dll "libOni" on UWP |
Posted by: trujano - 16-08-2017, 06:43 PM - Forum: General
- Replies (3)
|
 |
Hi,
I am trying to use Obi Rope in a Windows Universal Application. I am aware that Obi Rope is not officially supported and does not build out of the box since ConvertAll is not available for Windows Phone (and thus Windows Universal). I was able to get around this and successfully build by creating my own ConvertAll method and replacing all instances with it.
However, when I try to run the application on the device the rope does not move because libOni is not loaded correctly. The exact error is
Code: DllNotFoundException: Unable to load DLL 'libOni': The specified module could not be found
. Is there anyway I can make sure the Dll gets copied correctly?
Thanks in advance,
Fernando
|
|
|
Moving an ObiCloth GameObject by code |
Posted by: matchalover - 15-08-2017, 03:04 PM - Forum: Obi Cloth
- Replies (1)
|
 |
It seems like we can't have movement on an ObiCloth GameObject by Unity code. I have tried to use GO.transform.position but it just move its collider not its ObiCloth component. Are there any way to make an Obi object to move?
|
|
|
Dynamic Pin Constraints? |
Posted by: gxiv. - 14-08-2017, 02:04 AM - Forum: Obi Rope
- Replies (4)
|
 |
Hi!
What is the method for dynamically adding pin constraints to a rope??
I've tried creating an ObiPinConstraintBatch object, using the AddConstraint function, and then using AddBatch to add the pinconstraintbatch to the ropes pin constraints. I reference the pin constraints of my rope with:
pinConstraints = swingRope.GetComponent<ObiPinConstraints> ();
Is this the proper way of doing this? Because what I've written appears to have no affect! I would appreciate any help!!
gxiv
|
|
|
|