Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 04:32 PM
» Replies: 1
» Views: 182
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 3,079
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 273
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 546
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 790
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 861
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 595
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 561
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,063
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 908
|
|
|
Obi Softbody on SpeedTree |
Posted by: JordanSliz - 01-09-2019, 02:34 AM - Forum: Obi Softbody
- Replies (4)
|
 |
Hey there. I'm looking to incorporate softbody physics into our environment pipeline, to replace a few overlapping systems that don't all affect each other fluidly.
A simple question: Does Obi Softbody work on SpeedTrees in Unity?
|
|
|
Self Collisions auto-checks itself during Play |
Posted by: Martian - 31-08-2019, 12:28 AM - Forum: Obi Fluid
- Replies (1)
|
 |
Hello,
I've been getting familiar with Obi Fluid and have found that all emitters in my scene, once I hit play, auto-check Self Collisions regardless of whether or not I have it turned off. This has been happening in the sample scenes, so at first I assumed it was because of a script, but have since tested it in other cases and it still occurs.
To recreate:
Make a new scene
Place an Obi Emitter and Solver in the scene.
Make sure Self Collisions is unchecked on the emitter.
Press play. The Self Collisions box is now rechecked.
Any help on permanently disabling Self Collisions on certain emitters would be appreciated.
Thanks!
|
|
|
Particles go through the bucket |
Posted by: TsaiHao - 25-08-2019, 03:32 AM - Forum: Obi Fluid
- Replies (1)
|
 |
Hi, I am using Obi Fluid in steamvr. I wanted to copy the bucket sample in my project and it worked fine in origin scale. But when I scale the bucket to (0.2, 0.2, 0.2), particles just went throgh the bucket. I changed particle material and resolution and not help. How can I solute this?
Best wishes!
|
|
|
zero gravity |
Posted by: lexxx - 23-08-2019, 08:34 AM - Forum: Obi Rope
- Replies (2)
|
 |
hello,
we have a rope in space, but even with setting the gravity to 0 it still pulls down.
the solver is added runtime, as in the grapplehook example
please help
|
|
|
Obi Fluid - Tunnelling |
Posted by: TimLewis - 20-08-2019, 05:27 PM - Forum: Obi Fluid
- Replies (2)
|
 |
Hey guys,
I'm using Obi Fluid to fill glasses which are made out of a collection of primitive colliders, and then moving the glass (full of Obi fluid) using Physics.
My issue is that when I move things too fast I experience Tunnelling - and I'm wondering if you know how to move fast objects with Physics without Tunnelling?
Things I've tried so far:
- Moving a Kinematic Object with Rigidbody.MovePosition.
- Moving a non-kinematic object with a FixedJoint attached to a Kinematic Object moving with with Rigidbody.MovePosition.
I got it work when using Rigidbody.AddForce - and this makes sense since it's updating the velocity which is obviously what the particles read from to simulate their position.
What I'm not clear on is why the same wouldn't be true for a Kinematic Object using Rigidbody.MovePosition, as this also internally updates the rigidbody.velocity.
Is there something I'm doing wrong, and do you know of a way to fix the tunnelling issue while using Kinematic RB.MovePosition?
Thanks for all your help,
Tim
|
|
|
|