Search Forums

(Advanced Search)

Latest Threads
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
04-07-2025, 11:29 AM
» Replies: 2
» Views: 104
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
04-07-2025, 09:52 AM
» Replies: 13
» Views: 799
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 187
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 255
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 738
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 241
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 146
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
20-06-2025, 08:09 AM
» Replies: 40
» Views: 4,226
Obi 7 Model Scaling
Forum: Obi Cloth
Last Post: alkis
19-06-2025, 02:37 PM
» Replies: 2
» Views: 256
Obi Softbody instability?
Forum: Obi Softbody
Last Post: Aroosh
18-06-2025, 06:35 PM
» Replies: 0
» Views: 136

 
  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