Search Forums

(Advanced Search)

Latest Threads
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 04:32 PM
» Replies: 1
» Views: 163
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 2,985
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 258
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 526
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 766
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 837
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 577
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,045
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 884

 
Pregunta Fluid dipping effect. Is it possible?
Posted by: nRonko - 04-05-2020, 09:14 PM - Forum: Obi Fluid - Replies (2)

Hi everyone!
I am looking for a solution that will create the effect of spraying paint on water and mixing. Is it possible with OBI Fluid? An example here: Youtube video example

Print this item

  How to keep water particles from bouncing off a moving object?
Posted by: emz06 - 04-05-2020, 01:58 AM - Forum: Obi Fluid - Replies (1)

Hi,

I'm pouring a liquid (using the default "Water" collision material) onto a sphere that is moving up and down.

When the sphere is moving upwards, the water particles colliding with it are sent flying away , as shown in that video:

https://www.dropbox.com/s/6ayrjyw5h102b9...r.mp4?dl=0


Which settings do I have to tweak so that the water particles get "attracted" to the sphere (kind of like a magnet) and just slide down on its sides, instead of bouncing off it?

Thank you

Print this item

Pregunta How do I set softbody particle phases in OBI 5.0?
Posted by: IanWoskey - 02-05-2020, 11:08 PM - Forum: Obi Softbody - Replies (2)

I am trying to get soft bodies in the same solver to collide with each other.  Here is what I know so far.

So without the Particle Editor menu how do I do per actor edits on particles? Is there any way to access the Particle Editor on softbodies and set particle phases?

Is the concept of particle phases deprecated? is there some other way I should be getting actors on the same solver to collide?

Thanks!

Print this item

  ship rope
Posted by: 3dship - 02-05-2020, 04:49 PM - Forum: Obi Rope - Replies (3)

Hi,


How can I set the rope to hold the ship? When the ship moves, the rope is stretched and does not hold the ship. I also want to use it in towing operations. 

In addition how can I set the rope length to make a longer or shorter rope ? I looked at the example scenes but I couldn't figure it out. 


Thank you

[Image: PMguER.jpg]

Print this item

  Not Building on iOS and collisions issue
Posted by: Rohaan081622 - 02-05-2020, 04:28 PM - Forum: Obi Fluid - Replies (15)

Hi there, I have a problem and a few questions

Problem is that I am using unity 2019.2.2.1f1 and when I build the project for iOS it gets stuck on linking with no errors and stays there forever. You can generate that by downloading the obi into an empty project and build.

Now questions
1 - how to detect collisions, I have tried all the docs and examples. simple fluid renders fine and flows well but I want to get callbacks when it collides with certain objects.
By the way, I have used the example script CollisionEventHandler and also change the phase and thickness but no success. it does not log anything. 
There should be a video tutorial!!!
plus is there any possibility if it works finger crossed to use the triggers.

2 - How to set a separate layer for the fluid particles which can be used to enable disable collision with certain layers.

Please help and I'll update my review on the store.

Print this item

Gran sonrisa Gone Fishing
Posted by: fishing-rod - 02-05-2020, 12:32 PM - Forum: Made with Obi - No Replies

I love this asset Corazón 

[Image: gone-fishing.gif]

https://ibb.co/vJ5jqN8

Print this item

  Cloning A Rope Exactly
Posted by: alininavcisi - 02-05-2020, 12:04 PM - Forum: Obi Rope - Replies (1)

Hello.

I want help about cloning a rope in runtime. I have a rope attached to player's hand. I need to clone it exactly with old one, with positions of particles i meant. Old one will be stay in game for 5-6 seconds, new one will be new rope of the hand. And old rope vs new rope shouldn't collide so I have made layer matrix settings. I have used saving state and load immediately, but there are also some obstacles in map, rope may go through the walls, I am really stucked.

Result : https://streamable.com/digvso

Save/Load script : 

Code:
public ObiActorBlueprint Save()
   {
       ObiActorBlueprint state2 = Instantiate(rope.blueprint);
       rope.SaveStateToBlueprint(state2);
       return state2;
   }

   public void Load(ObiActorBlueprint state3)
   {
       rope.ropeBlueprint = (ObiRopeBlueprint)state3;
   }


Thank you.

Print this item

  Unity Collider Position - Raycast Spherecast
Posted by: fishing-rod - 01-05-2020, 02:31 PM - Forum: Obi Rope - Replies (7)

Hi,

I want the player to be able to pick up a rod. I'm checking for pickable objects via spherecasting in front of the player. Unity collider, which are needed for raycasting, are not moving though when attached to a rod. How else could I detect a rod via casting?

greetings

Print this item

  unrigged cloth animation with rigged character avatar
Posted by: Bhavesh - 01-05-2020, 01:22 PM - Forum: Obi Cloth - Replies (2)

How can i animate without rigged separate cloth with rigged avatar? Where cloth i can change dynamically. so avatar will be same for other cloth also. Please help i have tried with rigged cloth with rigged avatar but cloth animation not looks realistic. Please help.

Print this item

Exclamación Unity 2019.3.12
Posted by: Kristaps - 01-05-2020, 01:18 PM - Forum: General - Replies (6)

Hello!

I wanted to check how Obi products work with the latest Unity version but it looks that there is some bug!
( Not sure if it's Unity or Obi bug )

Created a new empty project and imported the latest Obi Rope.
After want to use in code ObiActor or other Obi components receive an error that can't find a reference to such class?!

Switched to Unity 2019.3.11 and everything works fine there!
Can use in code ObiActor etc.

P.S. Also the example code throws errors in Visual Studio!

Print this item