Latest Threads |
Cloth has stretchy behavi...
Forum: Obi Cloth
Last Post: Andreia Mendes
24-07-2025, 03:15 PM
» Replies: 16
» Views: 284
|
Rope ignoring colliders o...
Forum: Obi Rope
Last Post: josemendez
24-07-2025, 07:03 AM
» Replies: 1
» Views: 57
|
Ladder made by Ropes (Rat...
Forum: Obi Rope
Last Post: josemendez
23-07-2025, 01:43 PM
» Replies: 5
» Views: 202
|
can you remove particles ...
Forum: Obi Softbody
Last Post: josemendez
22-07-2025, 02:19 PM
» Replies: 1
» Views: 146
|
ObiRope Mesh Renderer
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 11:27 AM
» Replies: 4
» Views: 500
|
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 06:34 AM
» Replies: 6
» Views: 699
|
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
04-07-2025, 09:52 AM
» Replies: 13
» Views: 1,467
|
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 416
|
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 484
|
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 1,333
|
|
|
Independent Timescale |
Posted by: momothemonster - 07-08-2017, 08:27 PM - Forum: Obi Rope
- Replies (2)
|
 |
Is there a way to make Obi Rope use an independent timescale? I'm slowing down Timescale in my game for a slow-motion effect but I want my rope to continue resolving at full-speed. Thanks!
|
|
|
complex mesh interaction |
Posted by: baryy - 26-07-2017, 07:51 PM - Forum: Obi Fluid
- Replies (2)
|
 |
Hi I'm really hoping someone can advise on this notion. I wish to drive the simple fluid sim with a kinect driven avatar. Could anyone knowledgeable point me in a direction which might work? I understand that the classic colliders will not interact but is it possible to incorporate the mesh normals to react with the particles and repel around the kinect silhouette or via any other router?
|
|
|
Cloth collision is not working? |
Posted by: nomura - 25-07-2017, 03:41 PM - Forum: Obi Cloth
- Replies (1)
|
 |
sorry i'm not good to english..
I read this document(http://obi.virtualmethodstudio.com/tutor...thing.html) and try.
Collision worked fine when I moved Unity chan as an animator.
but, If I change the rotation of each joint directly like below, the collision does not seem to work...
```
// Apply the processing below to each joint
Transform t = animator.GetBoneTransform(boneId);
t.localRotation = Quaternion.Slerp(t.localRotation,initialRotations[bone]*modifiedRotation, smoothFactor * Time.deltaTime);
```
Is there a way to enable cloth collision while rotating the relation directly?
|
|
|
Rope Pin Problem |
Posted by: cond90 - 24-07-2017, 02:32 PM - Forum: Obi Rope
- No Replies
|
 |
Hello
I'm making an Android based 2D game.
In this project I use Bending, Tether, Distance, Pin constraints.
But I have some issue with Pin constraint position.
In the editor, Pin follow object well, but when i play with my android device, it seems not pinned(late). and In the 'Constraint enforce order' list, I order the pin constraint to the bottom.
I don't know what's wrong.
ps. what is the best setting for android device? (Itheration or solver or advection radius etc)
Thank you.
|
|
|
Adding a cape to a character |
Posted by: GenPhiGames - 23-07-2017, 07:29 PM - Forum: Obi Cloth
- Replies (4)
|
 |
Hi,
What would be the best way to add a cape to a character and use collision so that the cape doesn't move through any part of the character? The cape is a separate mesh so it is not attached to the rigged character or animation. Do I have to do it the Unity way or is there a way to use the characters mesh?
Thank you!
|
|
|
Objects joined with ropes |
Posted by: wifor - 20-07-2017, 02:14 PM - Forum: Obi Rope
- Replies (2)
|
 |
I have 4 objects placed in a row and joined together with rope, obi rope, using "Pin Constraints". All ropes are exactly the same but only one works correctly. That is, if I throw the two objects that are hooked to the running rope, drag the rest of objects, but if I throw the others the rope will stretch and never move the other objects. How can I do for all objects to be dragged away?
|
|
|
Does ObiCloth work with Unity 2017.1 ? |
Posted by: trumpetx - 18-07-2017, 02:19 PM - Forum: Obi Cloth
- Replies (3)
|
 |
I'm seeing some things that don't look like the manual - just curious if it's 2017.1 related (see screenshot).
Buttons don't have the icons and the menu is text only.
Anyway, I'm having some other first time setup issues, but I wanted to ask this first before I continued trying to debug.
|
|
|
|