Search Forums

(Advanced Search)

Latest Threads
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: Aroosh
Yesterday, 05:32 AM
» Replies: 0
» Views: 69
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 2,773
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 189
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 438
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 690
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 779
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 518
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 491
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 989
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 835

 
  Using Single Particles shader as blobs!
Posted by: davidsedrakyan - 10-05-2021, 10:26 AM - Forum: Obi Fluid - Replies (8)

Hello! I own asset obi fluid, and I'm wondering is there any way to get few particles, for example, 3 particles and place them with your fluid shader, I just need some sort of blob/raymarching effect on 2 spheres, maybe you can give me some advice how to use that. I need to get this kind of effect



Attached Files Thumbnail(s)
   
Print this item

  Burst Issues
Posted by: _BOCS_ - 09-05-2021, 03:25 AM - Forum: General - Replies (3)

The stupid decision of Unity to hide required packages used by Obi, but still installed with Burst/Jobs...
sorry for them making it harder to handle the burst backend.

Anyway, I noticed some of the examples have major issues using the burst backend.

Cloth - Wind
Softbody - Barrels
*a few others, assume common issues

These run at best 2FPS+

Something seems broke with the Burst backend in some samples. (most run great)

Is this a known issue?
I can provide more info if can't be reproduced.

Oni backend works great on all the samples.


*system info - AMD 3900x, 2080 Super,64gig ram

Print this item

  "Stick" rigidbodies to softbody
Posted by: Spectra_7 - 07-05-2021, 10:08 AM - Forum: Obi Softbody - Replies (11)

Hello.

I have a softbody to simulate like Slime where I have used Volume blueprint instead of Surface blueprint.

Now I have a requirement where small spheres kinematic rigidbodies are spread across the scene and as soon as the Softbody collides with small spheres, those spheres should "stick" to slime softbody.

Anyway to do this?

Thanks.

Print this item

  Ropes Attachment
Posted by: headcoach - 07-05-2021, 07:57 AM - Forum: Obi Rope - Replies (9)

I have a rope attached at two points, when disabling the rope component or its game object and then re-enabling it, one of the attachments bugs out and is offset by a few meters. How can fix this? Whats the proper way of disabling and then re-enabling a rope?

Thanks

Print this item

  Making Spring Rod
Posted by: Oziko - 06-05-2021, 09:20 AM - Forum: Obi Rope - Replies (1)

Hello, I want to create a spring rod in Unity but the rod length on the SpringRod scene is too short for me. How can I make this spiral longer? When I bend it with my hand, it becomes very distorted. : /

[Image: fw7v9n.png]

Print this item

  Share your benchmarks guys!
Posted by: majobanas - 05-05-2021, 07:44 PM - Forum: Obi Cloth - Replies (1)

Hello Guys, I would like to know how much can you squeeze off the Obi Cloth simulation.

See my scene here please: https://imgur.com/UCR0iXP

I am getting 0.3 FPS as soon as the shirt collides with the male.

One static human - 14.5k vertices - w/ Obi Collider
One shirt - 3.2k vertices - w/ Distance and Bend Constraints

Obi Solver - w/ Distance and Collision constraints on 1 iteration value
Obi FIex Updater - 1 Substep value

Yes the shirt is stretching over the man, but increasing iterations / substep values would result into fever frames.
Don't get me wrong, I am not flaming, shaming a neither blaming. I might have a wrong setup, but I cant see where.

My question is, is the 14.5k + 3.2k vertices over the limit? Why does the Stats show 76.4K, there is only an extra plane with 121 vertices in the scene.


[Image: UCR0iXP]

Print this item

  Getting Started Help
Posted by: kellyrayj - 04-05-2021, 07:24 PM - Forum: Obi Rope - Replies (2)

Hey friends,

I am not quite sure what I am missing. I followed the first tutorial video and can't seem to get a rope to render. I took a video of what I am encountering. I'd sure appreciate anyone's insight! I am using unity 2019.25 and URP. 

If I make other ropes from the example scenes prefabs, it will come in just fine. But I can't seem to create one from scratch.



Thanks!
KJ

Print this item

  BurstColliderWorld errors
Posted by: rosedev - 04-05-2021, 02:13 PM - Forum: General - Replies (1)

Hello,

I have one persistent ObiSolver and an instantiated prefab which contains several ObiColliders. When I change the prefab during the game (i.e destroy old prefab and instantiate new one in a single frame), sometimes the collisions for new prefab are not working and I got these errors:

Code:
System.IndexOutOfRangeException: Index {0} is out of range of '{1}' Length.
Thrown from job: Obi.BurstColliderWorld.IdentifyMovingColliders
This Exception was thrown from a job compiled with Burst, which has limited exception support.
0x00007ff9abb91911 (a49b95c10436014b4afd435e0a8841b) [unknown:0] Unity.Jobs.IJobParallelForExtensions.ParallelForJobStruct`1<Obi.BurstColliderWorld.IdentifyMovingColliders>.Execute
0x00007ff9abb91c11 (a49b95c10436014b4afd435e0a8841b) 5159CC2DF74168DC
0x00007ff61c430d70 (Unity) ExecuteJob
0x00007ff61c431025 (Unity) ExecuteJobCopyData
0x00007ff61c431c6f (Unity) ForwardJobForEachToManaged
0x00007ff61c42d35c (Unity) JobQueue::Exec
0x00007ff61c42f291 (Unity) JobQueue::Steal
0x00007ff61c42d6f0 (Unity) JobQueue::ExecuteJobFromQueue
0x00007ff61c42dbbb (Unity) JobQueue::ProcessJobs
0x00007ff61c42fbcf (Unity) JobQueue::WorkLoop
0x00007ff61c5eac3e (Unity) Thread::RunThreadWrapper
0x00007ffa18a37034 (KERNEL32) BaseThreadInitThunk
0x00007ffa1a1e2651 (ntdll) RtlUserThreadStart

Code:
System.IndexOutOfRangeException: Index {0} is out of range of '{1}' Length.
Thrown from job: Obi.BurstColliderWorld.GenerateContactsJob
This Exception was thrown from a job compiled with Burst, which has limited exception support.
0x00007ff9abb22903 (fcb5d3efc7c0e64da6c5cee02991e6b) [unknown:0] Unity.Jobs.IJobParallelForExtensions.ParallelForJobStruct`1<Obi.BurstColliderWorld.GenerateContactsJob>.Execute
0x00007ff9abb342f1 (fcb5d3efc7c0e64da6c5cee02991e6b) 5A57CE1A4A783826
0x00007ff61c430d70 (Unity) ExecuteJob
0x00007ff61c431025 (Unity) ExecuteJobCopyData
0x00007ff61c431c6f (Unity) ForwardJobForEachToManaged
0x00007ff61c42d35c (Unity) JobQueue::Exec
0x00007ff61c42d61a (Unity) JobQueue::ExecuteJobFromHighPriorityStack
0x00007ff61c42dba9 (Unity) JobQueue::ProcessJobs
0x00007ff61c42fbcf (Unity) JobQueue::WorkLoop
0x00007ff61c5eac3e (Unity) Thread::RunThreadWrapper
0x00007ffa18a37034 (KERNEL32) BaseThreadInitThunk
0x00007ffa1a1e2651 (ntdll) RtlUserThreadStart

Is there any way to fix it?

Print this item

  Adaptive fluid simulation
Posted by: mimarilker - 04-05-2021, 07:52 AM - Forum: Obi Fluid - Replies (1)

Hi,

I really would like particles increasing in number around obstacles. This will really increase performance since the areas far away from obstacles will include significantly fewer particles. Moreover, this will also increase accuracy drastically since the interaction of fluids with obstacles will be solved with much more particles. Is it possible with the latest version? Can ve manually code it? Please see this 2 minutes paper video

Print this item

  Are all Obi add-ons working with eachother?
Posted by: majobanas - 03-05-2021, 02:42 PM - Forum: General - Replies (3)

Hello, Obi seems amazing, I am considering buying the add-on.
I have one question though.
If I buy Obi Cloth and Obi Softbody, will I be able to simulate cloth on softbodies? and vice versa?

Thank you for your answer

Print this item