Latest Threads |
Collisions do not happens...
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 02:12 PM
» Replies: 0
» Views: 31
|
Unstable chain attachment
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 10:31 AM
» Replies: 13
» Views: 480
|
Memory leak warning with ...
Forum: Obi Fluid
Last Post: josemendez
16-05-2025, 02:07 PM
» Replies: 4
» Views: 413
|
the Obi cloth has some co...
Forum: Obi Cloth
Last Post: MakeLifeEasier
16-05-2025, 08:59 AM
» Replies: 3
» Views: 222
|
ObiCloth going through co...
Forum: Obi Cloth
Last Post: josemendez
16-05-2025, 08:10 AM
» Replies: 1
» Views: 74
|
Why does setting InverseM...
Forum: Obi Fluid
Last Post: nonnamed
13-05-2025, 12:41 PM
» Replies: 8
» Views: 11,815
|
Shaking problem when coll...
Forum: Obi Softbody
Last Post: webmagic
13-05-2025, 12:11 PM
» Replies: 6
» Views: 292
|
Obi Softbody IndexOutOfRa...
Forum: Obi Softbody
Last Post: Aroosh
11-05-2025, 11:37 AM
» Replies: 2
» Views: 223
|
Rope pinned to two dynami...
Forum: Obi Rope
Last Post: Crimson1462
09-05-2025, 07:51 PM
» Replies: 2
» Views: 300
|
Unity 6 Console Spam abou...
Forum: Obi Fluid
Last Post: josemendez
09-05-2025, 08:03 AM
» Replies: 3
» Views: 1,226
|
|
|
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
|
|
|
|