Search Forums

(Advanced Search)

Latest Threads
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
3 hours ago
» Replies: 1
» Views: 138
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 2,909
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 241
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 516
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 750
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 824
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 566
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 536
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,039
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 878

 
  Softbody 2d intercollision
Posted by: lethemre - 29-01-2023, 09:45 AM - Forum: Obi Softbody - Replies (2)

Im using obi in 2d mode and have 2 softbody in my scene. Everything is okey but intercollisions not working. They did not collide each other.

Print this item

Bombilla Change how to draw particle
Posted by: spikebor - 25-01-2023, 07:28 AM - Forum: Obi Rope - Replies (5)

Hi dev.
Correct me if I'm wrong, for now I think the particle rendering is only for debugging and adjustment to get desired physics result.
So why not use Unity's Handle API to do it?
My current problem with it is my Unity 2022.2.2f1 URP 14, Obi Particle shader does not render.
I do not wish to tell you guys to fix this shader, since it will break again when Unity makes changes to their rendering.
Handle API will not break, it can draw mesh with custom shader.
The sphere mesh can be referenced in code (instead of currently generated in shader?), and the shader can just be a simple Lit shader made in Shader Graph.
Shader Graph's shader will not likely to break than custom HLSL shader.

Thank you, hope you a nice day!

Print this item

Exclamación Examples for Mesh updating and Particles
Posted by: NewCoder - 23-01-2023, 09:12 PM - Forum: Obi Softbody - Replies (1)

Hello, 

I have been searching about how to fix the mesh collider problem in my soft body project using Obi, and I faced with this question (Obi SoftBody with unity Mesh Collider and Mesh Filter (virtualmethodstudio.com)), which is somehow similar to mine. Exclamación  I wanted to ask that is there any example, where I can learn and easily understand how I can get mesh and update its particles which will give me the result as mesh collider.  My main purpose in this post is to understand how I can use the Mesh in the blueprint by code. Sonrisa

Best regards,

Print this item

  Obi Softbody Collision Problem
Posted by: patriot4947 - 23-01-2023, 04:08 PM - Forum: Obi Softbody - Replies (3)

Even if Obi solver collision iteration 20 when I jam the car, the bug occurs as below. How can I handle it?

   

Print this item

  Teleport Funciton Exception
Posted by: patriot4947 - 23-01-2023, 03:51 PM - Forum: Obi Softbody - Replies (2)

Hi,

I am using obi soft body Teleport function but I am getting below exception. How can I solve that problem.
   
   

Print this item

  Transparent seam between fluids
Posted by: Voolg - 23-01-2023, 10:28 AM - Forum: Obi Fluid - Replies (2)

Hi,

I have 2 different emitters emitting the same kind of fluid: same blueprint, size, etc. Only the color is changed for clarity.
When the 2 fluids come in contact with each others, a visible transparent seam will appear between them.

I am on URP.

Here attached, you can see the seam and the Obi Fluid Renderer settings.

As shown in one screenshot, turning off Particle Z Write removes the seam, but the particles become very blob-ish where they contact each others (from different emitters) and one emitter fluid seems to prevail over the other, giving a wrong impression of what the actual fluid composition should be (looks like 80% blue, instead of the 50% blue and 50% red)

Any idea how to fix this? Changing the color blending (Obi Fluid Renderer) doesn't seem to help, but I don't understand yet what I'm doing there anyway.



Attached Files Thumbnail(s)
       
Print this item

  How to damp the swing in the Freight Lifter scenario?
Posted by: hariedo - 22-01-2023, 07:11 PM - Forum: Obi Rope - Replies (4)

I am interested in doing something along the lines of your existing Freight Lift demo, where there's a number of ropes holding a mass like a pendulum.

In my situation though, the cables are much longer.  I have the bounciness under control but now would like to reduce or damp the amount of pendulum swing when the top of the freight crane moves.  Real physics is cool, and all, but this is a game and I don't want to make users cry with trying to stabilize the load quite that much.

What is the best way to do this?  I am thinking of measuring the deflection and applying a counter force to the load/platform objects pinned at the bottom of the ropes.  Is there a specific Obi API or should I just apply it with regular Physics.AddForce()?  Or is there an alternative?


(As an aside, with the Freight Lift demo, I noticed that if I change the rope density below about 0.25 to help reduce the distance constraint workload, the simulation refuses to lengthen/shorten the ropes.  I didn't see anything in the docs about a valid range here.)

Print this item

  Fluid pass away trought ObiCollider on some contions
Posted by: mustafagulsoy - 21-01-2023, 10:35 AM - Forum: Obi Fluid - Replies (4)

Hi There,

I am using mesh collider with obiCollider, when I let obiCollider touch any collider that , it doesnt matter obi or not fluid ,just pass away trought the collider, How could I solve this or is  there a way to make up?

Than you for your attention  Corazón

Print this item

  Obi SoftBody with unity Mesh Collider and Mesh Filter
Posted by: ilyas_Gefeasoft - 20-01-2023, 11:20 AM - Forum: Obi Softbody - Replies (6)

Hello,

I am trying to remove the triangles from the soft body, but I am having troubles. I am not able to access the mesh collider or Mesh filter of the soft body. When I am trying to set it up, it is ignored by the obi soft body, even though when I try to remove triangles it does remove but I am unable to see the result due to the Mesh Collider and Mesh Filter inaccessibility of the soft body Confundido . I was wondering if there is something special that I must do to achieve the result Idea .  As you can see in the attached image, the mesh collider is not attached with the soft body even though it is attached to the object. 

I will appreciate your help.  Sonrisa



Attached Files Thumbnail(s)
   
Print this item

  ObiContactGrabber and Surface based collisions
Posted by: dpizzle - 20-01-2023, 12:08 AM - Forum: Obi Rope - Replies (2)

Just bought Obi Rope, loving it, thanks.

Using Obi Rope for VR and I'm using the ObiContactGrabber script on my hand collider spheres with trigger option checked and then calling Grab and Release when a button is pressed and released.  Everything is working perfectly.  I can grab and manipulate the rope just like I'd expect.  I then go in and check the Surface-based collisions option and run again, the grab is offset a few feet away. It's not where my hand is.  

What am I missing?  Is this script not compatible with surface-based collisions?

Any help would be appreciated.

Print this item