Search Forums

(Advanced Search)

Latest Threads
How to implement/sync Obi...
Forum: Obi Rope
Last Post: josemendez
Yesterday, 12:19 PM
» Replies: 1
» Views: 88
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 184
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 582
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 199
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 111
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
20-06-2025, 08:09 AM
» Replies: 40
» Views: 3,769
Obi 7 Model Scaling
Forum: Obi Cloth
Last Post: alkis
19-06-2025, 02:37 PM
» Replies: 2
» Views: 226
Obi Softbody instability?
Forum: Obi Softbody
Last Post: Aroosh
18-06-2025, 06:35 PM
» Replies: 0
» Views: 115
Tear Rod
Forum: Obi Rope
Last Post: chenji
18-06-2025, 08:34 AM
» Replies: 2
» Views: 207
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
17-06-2025, 02:07 PM
» Replies: 11
» Views: 645

 
  Softbody generation of proceduraly generated objects?
Posted by: look001 - 06-04-2021, 03:50 PM - Forum: Obi Softbody - Replies (1)

Hey there,
is it possible to generate a softbody from a procedural generated mesh? I have a game where the player creates a mesh and then turns it in a softbody all at runtime. It's no problem if there is a lag of 10 seconds for generating the particles and skinning the mesh. Thank you for your attention.

Print this item

  Cloth behaviour after tear
Posted by: Gwynbleidd00 - 06-04-2021, 02:21 PM - Forum: Obi Cloth - Replies (5)

Hey there! 
I want to push cloth parts after tearing. Where should I look for this?
*I'm tearing by collider atm not by script.
Thanks!
https://imgur.com/YiSCddv

Print this item

  Manipulating Particles Individually
Posted by: ProudRoach - 05-04-2021, 11:28 PM - Forum: Obi Fluid - Replies (2)

I have read somewhere that these particles are indexed. I have had a hard time this last year in finding how to use this to my advantage. How would you grab each particle and then apply forces or velocities to them individually
OR
Is there a way to just use a collider as a trigger for all these particles without causing the game to lag?

I would like them to change direction based on the angle they enter an area and have each area apply different forces or velocities to the particles. The difficulty for me is that I need them to have a velocity while they are in this area instead of applying it once they enter and seeing those changes afterwards. Gran sonrisa

Print this item

  Soft body on characters other than default obi character
Posted by: bluemilan - 03-04-2021, 08:59 AM - Forum: Obi Softbody - Replies (1)

Hey guys
we have use ObiSoftBody version 5 and unity version 2020.1.2f1.
I have followed exact steps in obi tutorial.
problem is the default obi character work perfectly but my custom character does not.
does anybody has same problem?



Attached Files Thumbnail(s)
       
Print this item

  Change a softbody scale /make different solvers interact together?
Posted by: imbalex0 - 02-04-2021, 11:14 PM - Forum: Obi Softbody - Replies (2)

So basically, I'm making a multiplayer game where my players are softbody and they need to be able to change size mostly at will.  Since I need them to interact with each other, they are all in the same solver so I can't simply change the solver scale. (Unless there is somehow a way to make different solvers interact together and I didn't know about it, if so pls explain). I have a feeling that what I'm asking is impossible and I have some alternative solutions in case it is, but I have some hope. Thank for any help you can provide

Print this item

  Add Particles To Start, Remove From End
Posted by: darthmerth - 01-04-2021, 09:05 PM - Forum: Obi Rope - Replies (1)

Is it possible to add new particles to one end and remove from the other side at the same time? Like the rope is being sent from one side and received from the other ? 

I tried manipulating Cursor Mu and direction in many ways without success. Adding works perfectly, like in the Crane sample but removing "eats from one side" and only in one direction, even though I change the direction. I'm trying to make it look like someone is pulling and getting the rope from that end. Of course both ends are attached, so I'm using values like 0.02 or 0.98 instead of 0 and 1 in cursor mu.

Thanks in advance!

Print this item

  Rope not rendered in 2019.4.22
Posted by: Henning - 01-04-2021, 12:26 PM - Forum: Obi Rope - Replies (11)

Hi Obi team,  Sonrisa

For some compatibity issue I have to move to Unity before 2020 and when I imported Obi Rope 6.0.1 to 2019.4.22 the rope is not rendered correctly.

As shown in the attached image, the rope is only a line and once I click at some other objects, this line disappears.

Does it mean that 2019.4.22 is no longer supported or is there anything I can do to get it to work?

Many thanks in advance!



Attached Files Thumbnail(s)
   
Print this item

  ObiSoftbody not rendering in VR in certain camera angles
Posted by: mw2401 - 31-03-2021, 04:07 PM - Forum: Obi Cloth - Replies (1)

Hey, thank you for the great asset!

Currently I have a strange isue. The softbody sometimes doesnt render and disappears depending on the camera angle. I move the softbody with pinning it with ObiParticleAttachment to an grab interactable and depending on the position i move it, the softbody suddenly disappears.

I use URP
unity 2020.3.2 (also 2020.2.2 has the same problem)
Obi Softbody 6.0.1 (with Softbody 5. I have the same problem)
I use an Oculus Quest with an Oculus link cable

Do you have an idea on how to fix it?

Thank you

Markus

Print this item

  Obi Rope FixedUpdate performance
Posted by: tpaslou - 31-03-2021, 01:44 PM - Forum: Obi Rope - Replies (1)

I noticed that obi FixedUpdate has huge performance impact. It makes it quite laggy on my Oculus quest.

Are there any tips to increase performance ?



Attached Files Thumbnail(s)
   
Print this item

  Passing Through Collider?
Posted by: darthmerth - 31-03-2021, 08:38 AM - Forum: Obi Rope - Replies (6)

Hello all, I'm sure solution to my problem is simple but I can't find it.. Thank you for your time if you could help me out. 

I have a long rope, in a stretched position, and two ends are attached statically to two separate objects, keeping it firm. And there are obstacles in between. When I move one attachment up and down, rope passes through the colliders in between. It doesn't ignore though, I can see that there's some "collision" happening but it easily breaks through. I've tried out many different options, checked the phasers etc. I'm posting all settings below.

video: https://vimeo.com/531152898



Attached Files Thumbnail(s)
                   
Print this item