Search Forums

(Advanced Search)

Latest Threads
Collisions don't work con...
Forum: Obi Rope
Last Post: goldfire
8 hours ago
» Replies: 2
» Views: 42
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
Yesterday, 11:41 AM
» Replies: 11
» Views: 377
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 151
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 66
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
20-06-2025, 08:09 AM
» Replies: 40
» Views: 3,341
Obi 7 Model Scaling
Forum: Obi Cloth
Last Post: alkis
19-06-2025, 02:37 PM
» Replies: 2
» Views: 208
Obi Softbody instability?
Forum: Obi Softbody
Last Post: Aroosh
18-06-2025, 06:35 PM
» Replies: 0
» Views: 102
Tear Rod
Forum: Obi Rope
Last Post: chenji
18-06-2025, 08:34 AM
» Replies: 2
» Views: 170
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
17-06-2025, 02:07 PM
» Replies: 11
» Views: 506
Memory Leaks?
Forum: General
Last Post: josemendez
16-06-2025, 08:45 PM
» Replies: 3
» Views: 286

 
  (Obi7) Ubuntu support
Posted by: NekoKOKO - 20-05-2024, 08:28 PM - Forum: General - Replies (1)

Hi Obi team, thanks for developing the GPU version of Obi plugins! I got it to work on Windows, but it doesn't seem to work on my Ubuntu 20.04 system. I tried multiple Unity versions, including 2023.1.0a21, 2021.3.27f1(LTS), and 2020.3.48f1(LTS) but none of them worked. 

My GPU is a 4090.

The error logs are in the attachments.

Any help is appreciated!



Attached Files Thumbnail(s)
       
Print this item

  Untangling ropes and collision detection
Posted by: Harshid123 - 17-05-2024, 03:47 PM - Forum: Obi Rope - Replies (3)

       

I have a similar setup as the above image,  How to know if the rope is not tangled anymore? like in the first image. I have enabled the surface collisions and tried with OnParticleCollision but it has not worked for me. can I ray cast from each particle of the rope a bit upward and check if it has collided with another rope? or is there any other simple workaround for this? 

Print this item

Exclamación Fluid renders in editor, not in build
Posted by: Terabytetim - 17-05-2024, 02:37 AM - Forum: Obi Fluid - Replies (10)

We are using OBI on the standard render pipeline. Our water renders fine in-editor, but when built is invisible. There are no shader or burst related errors in the player log. I've also disabled all shader stripping.

Does anyone know why water would render in the editor but not a build, besides shader stripping?

I've tried reaching out to the OBI team about this, but their mailer is blocking me as spam with the following error:

Code:
mail-node.dondominio.com gave this error:
Decision Engine classified the mail item was rejected because of IP Block (from outbound normal IP pools) -> 554 5.7.1 Service unavailable; Client host [40.107.236.120] blocked using bl.spamcop.net;

We had been talking, but after a few E-mails back and forth they started rejecting my E-mails as spam.

Print this item

  Need spiral cable
Posted by: balaji.v - 16-05-2024, 06:42 PM - Forum: Obi Rope - Replies (1)

Hi,
We need spiral cable kind (eg. telephone cable). Kindly help us to achieve to create spiral cable using obi rope.



Attached Files Thumbnail(s)
   
Print this item

Pregunta Change size of spheres using Softbody
Posted by: charlieatron1 - 15-05-2024, 06:52 PM - Forum: Obi Softbody - Replies (4)

I'm trying to make a simulation of many sphere-shaped cells that swim around and squish into each other, with each sphere being a Softbody actor in a single Solver. Ideally I'd like to be able to change the size of a single cell during runtime, for instance if one eats a food particle it will bump up in size slightly. The bigger cell would push other cells out of the way as it takes up more space.

I did see one other post on the forum saying that scaling the actors is not possible, but I'm wondering if there's any potential workarounds? I figured that spheres are a lot simpler than a detailed mesh, so it could be possible to achieve the same effect somehow through a force, constraint value, modifying blueprint, etc., but I'm not familiar enough with the plugin yet to know what to try.

Does anyone know how to achieve something like this, or have any ideas for things to try out? Or is this not possible? Thanks!

Print this item

Estrella Request a different way to spawn particles.
Posted by: spikebor - 15-05-2024, 06:37 AM - Forum: Obi Fluid - Replies (2)

First, I want to use Obi particle as a way to shoot things > collect contacts > do gameplay things like apply damage.

But when I use the Obi Emitter, I see there is really heavy limitation.
It only has a speed value, albeit having a lot of shapes to spawn from, it still cannot do things like shoot a particle(s) with a target velocity.

The speed value tied to both spawn rate and particle speed.
That is: low speed value will spawn less particles, and the spawned particles also have less speed.
Big speed value will spawn more particles, and they fly with high speed.

This is not good, this leaves a hole where we want a low particle spawn rate, but travel at high-speed.

So can you consider add a scripting API that does Spawn(int count, float velocity);
Thank you!

Edit: Anyway, I think I should forgo this idea about using particle > collect contacts > do damage thing, this is better task for shuriken since it has no limit in collision size.
Obi particle can't have big size as I just tinker with the Granular blueprint, and found out that it can only go as far as max 1.

Print this item

  Obi7 | Ropes make fluid sim from 3ms to 30ms
Posted by: spikebor - 14-05-2024, 05:07 PM - Forum: Obi Fluid - Replies (3)



As shown in the video:
20 softbodies + pool = 5ms.
but 2 ropes + pool = 30ms  Huh
So I think this is a bug.
package: https://drive.google.com/file/d/120oZvq9...sp=sharing
Note that I do not pack the [Graphy] into the package.
scene: Assets/Spike/Scenes/Test OBI.unity

This maybe because I enabled all the constraints there is in the solver, making the simulation more complex than needed.
I know there is a recommend on the website that you should disable all the constraints you don't use to save performance, but to make use of
all the Obi actors, let them interact with each other, shouldn't we have to have a Solver with all the constraints On?
I plan to make a game world with only one Solver, and as my Player run around, I'll add / remove actors into that one Solver as they go into near Player range.
Is this a good setup?
If there is more good practices to setup game world with Obi world, pls tell me, thanks!

Print this item

  Unable to load DLL 'Oni'.
Posted by: Rabidus_4k - 14-05-2024, 03:19 PM - Forum: General - Replies (3)

Code:
Unable to load DLL 'Oni'. Tried the load the following dynamic libraries:
Unable to load dynamic library 'Oni' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "Oni" not found

faced with the problem that unity is sending errors

Stack trace

I also checked Any Platform in Obi.asmdef as i build apk file. previously it worked fine!

Print this item

  I contact with softbody but it is treated as contact with the rope
Posted by: spikebor - 14-05-2024, 12:20 PM - Forum: Obi Rope - Replies (2)

Hi, pls take a look at this video



package: https://drive.google.com/file/d/1WNSuRz9...sp=sharing
In this you will find the scene: Assets/Spike/Scenes/Cut the Rope.unity
In the scene you will have the rope cutter object Rope Cutter with script RopeCutOnCollide.cs
and the masterSolver object with script ObiContactDebug.cs

First part of the video, everything is fine, the rope cutter can cut rope at exact element.
But when it hit the softbody ball, it also treated as hit the rope.

Print this item

  Need the positions to drive VFX graph
Posted by: spikebor - 13-05-2024, 06:42 PM - Forum: Obi Fluid - Replies (4)



Hi, I'm very close to achieve greatness  Gran sonrisa
The target: I want just the positions that the ObiParticleRenderer script is getting to render those spheres.
If I go to the solver and get the positions, the result is all the positions of particle in the solver, including non-active particles.
Which explains the bad effect in the video, we have many particles that just lying around.

Unity 2022.3.16f1 URP14, VFX graphs + samples installed.
Script and scene in this package: https://drive.google.com/file/d/1mmDuFSi...sp=sharing
Scene: Assets/Spike/Scenes/FireBreath VFX and Fluid.unity
Script: ObiVFXRenderer.cs

The script will set positions buffer to VFX graph through GraphicsBuffer, since there is no computation here, so no ComputeShader is needed.
All it need is correct positions that are same as the ObiParticleRenderer is using to render the spheres.
If this is doable, then I can have fireBreath effect that can collide with environment and damage character using Obi collisions.
The fire effect should match the particle 100%, so I can't use advection.

Print this item