Search Forums

(Advanced Search)

Latest Threads
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 04:32 PM
» Replies: 1
» Views: 165
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 3,007
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 259
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 527
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 768
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 841
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 579
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 543
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,048
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 887

 
  Killing Particles While Not Spawning New Ones
Posted by: p3gamer - 25-04-2019, 08:22 AM - Forum: Obi Fluid - Replies (1)

To kill active particles, I've tried using emitter.KillAll( ) and I've also tried setting the emitter.life[index] to 0. The particles are removed, but then a new set of particles are created. Is there a way to kill those particles while not spawning new ones?

Print this item

  Framerate dependent solving
Posted by: Gabriel - 25-04-2019, 08:04 AM - Forum: Obi Cloth - Replies (1)

Hi! I don't seem to be able to configure my character movement to get a good result:

  • I move my character by setting positions directly in fixed update.
  • Animator is set to Animate Physics.
  • Timestep is set to 0.02
  • [Image: 39eb636e570c8a72e5ffbab720ff4759.png]
The cloth is only simulated smoothly at Substep 1 at 60 fps.
When i use Substeps 4 (which I want to do to get the desired cloth behaviour) it starts to jitter at 60 fps. Substeps 5 is completely unusable at steady 60 fps and if I drop down below 60 fps with either substeps 4 or 5 the jittering becomes too much to handle and my brain starts to hurt Guiño
What am I doing wrong here? Some interpolation not working correctly?

Cheers!

Print this item

  Incompatibility with Nested Prefabs
Posted by: herbst - 24-04-2019, 06:08 PM - Forum: Obi Rope - Replies (3)

It seems that Obi Rope (and probably the other systems, I haven't tried) are completely incompatible with the new Nested Prefab workflow. The only way I can manage to keep Pin Constraints / Handles intact is if they are just plain scene objects, it doesn't work from within prefabs anymore.

Any ETA on when this will work again? It's a real pain to have to work without prefabs.

Print this item

  Can Obi Fluid Interact with Soft Body
Posted by: apapaxionga - 24-04-2019, 04:02 PM - Forum: Obi Fluid - Replies (1)

I only brought Obi Soft Body package and Obi rope. Before I buy Obi fluid, I would like to know whether obi fluid can interact with soft body and rope. For example, sticky fluid sticks onto a soft body and the soft body's motion also will influence the behaviour of fluid.

Print this item

  Character collision issue
Posted by: howzer - 24-04-2019, 11:50 AM - Forum: Obi Cloth - Replies (2)

Hi I've set up obi colliders on the leg bones and have set up the character cloth using the solver at the root. However there are issues where the cloth is going through and getting stuck on the leg colliders during movement. Please take a look at this vid as its showing whats happening, thankyou-

https://youtu.be/zYMSDsEGNNI

Print this item

  2D physics
Posted by: Farzin - 24-04-2019, 08:17 AM - Forum: Obi Fluid - Replies (3)

Hello,

Please help me by answering these two questions.

0) How is it possible to use Obi Fluid in 2D?

1) How is it possible to spawn one water drop in 2D?

Thanks in advance.

Print this item

  Soft Body Object Disappear after Using Handle
Posted by: apapaxionga - 23-04-2019, 11:35 PM - Forum: Obi Softbody - Replies (4)

I enter the edit mode, select two particles and clicked the handle button. When I start to play, the soft object disappear. How to solve this problem

Print this item

  Networking w/ Obi Rope
Posted by: VirtualCucumber - 23-04-2019, 05:41 AM - Forum: Obi Rope - Replies (1)

Was hoping I can get some advice here when it comes to syncing ropes over a network. I have a simple gif to illustrate what im talking about because they simulate fine its just when you manually adjust it.

Code:
       if(Input.GetMouseButton(0))
       {
           hands[0].invMasses[0] = 0;
       }
[Image: zxQAZnK.gif]

Havent done anything special to sync this so by default it shouldnt work but was wondering if anybody had solutions when it comes to networking and syncing ropes.

Im using Mirror which is very similar to UNet.

Print this item

  Rope being push or pulled
Posted by: cmontans - 22-04-2019, 08:47 PM - Forum: Obi Rope - Replies (1)

I have a rope which I need to know when it is being pushed or pulled or in other words to know what is the tension applied at one end of the rope.

I don't know how to start in the scripting in order to get that parameter available. Can you please support me or give me a hint?

Print this item

  RGB Texture Issue
Posted by: Kostik3000 - 20-04-2019, 08:22 PM - Forum: Obi Softbody - Replies (4)

We have issue with rgb texture for particles. In "import menu" texture is checked for "read/write enabled", but once we click "load propery" obiscript still says "texture is null or not readable".

What can cause this?

Print this item