Search Forums

(Advanced Search)

Latest Threads
Best way to disable then ...
Forum: Obi Rope
Last Post: Bopter
24-03-2026, 05:23 PM
» Replies: 3
» Views: 72
Limited Resolution and si...
Forum: Obi Softbody
Last Post: josemendez
23-03-2026, 09:25 AM
» Replies: 1
» Views: 111
Inquiry About Future Upda...
Forum: General
Last Post: tecnnt
19-03-2026, 05:40 PM
» Replies: 0
» Views: 89
How did they do with with...
Forum: Obi Cloth
Last Post: josemendez
13-03-2026, 10:53 PM
» Replies: 5
» Views: 539
Non destructive blueprint...
Forum: General
Last Post: Qriva0
06-03-2026, 02:40 PM
» Replies: 5
» Views: 679
Anisotropic Particle Dens...
Forum: Obi Softbody
Last Post: josemendez
03-03-2026, 08:22 AM
» Replies: 1
» Views: 321
Alternative methods to an...
Forum: Obi Softbody
Last Post: midivagrant
27-02-2026, 04:50 PM
» Replies: 2
» Views: 599
Burst job schedule overhe...
Forum: General
Last Post: Qriva0
23-02-2026, 02:23 PM
» Replies: 4
» Views: 866
Trying to make obi fluids...
Forum: Obi Fluid
Last Post: josemendez
20-02-2026, 03:55 PM
» Replies: 5
» Views: 1,083
VR Fishing Project
Forum: Made with Obi
Last Post: astro.domine
19-02-2026, 07:49 PM
» Replies: 0
» Views: 237

 
Pregunta Booster Pack ripping?
Posted by: Noblauch - 07-02-2021, 11:47 PM - Forum: Obi Cloth - Replies (1)

Hi, in our game we have card booster packs, that the user can open.
Currently its just an animation, but it would be so satisfying if the user could rip the booster pack open like a real one.

After some googling on how to approach this problem, I found this plugin.
Would this be possible with Obi Cloth? I wanted to try it out, but paying full price to just test and probably seeing that it doesn't work / doesn't look right is to risky for me.

So developers / users, tell me: Do you think this would be a possible way? The booster pack currently exists as a 3D model, and pre rendered sprite Guiño
PS: It must work on Android and iOS

Greetings from Germany!

Print this item

  Bag rope
Posted by: yusufbesim - 06-02-2021, 06:00 PM - Forum: Obi Rope - Replies (1)

Hello,


I'm trying to do messenger bag on character.
Trying to use obirope for bag rope like this.

[Image: Screen-Shot-2021-02-06-at-19-56-45.png]

Any advice ? When add rope, it's dropping in skin

Print this item

  Particle Dragger
Posted by: Wax2020 - 06-02-2021, 02:59 PM - Forum: Obi Softbody - Replies (2)

Hi,

I was trying to find more tutorials of Obi and found this one:

https://www.youtube.com/watch?v=kNKNP7YMBEY 

I can't understand his language and in the video he uses a "Obi Particle Dragger" and make a very interesting dragging moving.

I tried to find the 'obi particle dragger' on the official manual and obi API documentation, and its description is quite simple, I even couldn't find some description about how it works.

And I also find that there are many classes like 'Particle Picker', 'Particle Attachment', 'Stitcher' and so on,

Is there any official manual, introduce or tutorials to these classes? They look like quite useful.

Thank you

Print this item

  Fluid not contacting the collider surface exactly.
Posted by: Rahul Chandar - 05-02-2021, 05:59 PM - Forum: Obi Fluid - Replies (1)

    As can be seen in the attached picture, the fluid never actually touches the collider's surface. This is the case for even simple box colliders and for mesh colliders (in this case). I have also ensured that the thickness of all colliders is 0 in this case. It would be very helpful if someone could guide me in the right direction here.

Print this item

  Adding Emission to particles
Posted by: Azimuth - 05-02-2021, 03:38 AM - Forum: Obi Fluid - Replies (1)

Hey there everyone. I wanted to add a glowing effect to my liquid, but finding code to add emission via meta pass to random shaders didnt seem to be working. I dont need any blur lighting effect outside, and I dont need any lighting of nearby surfaces.

I'm hoping you can give me some help as inserting a few similar versions of an emission pass into the ParticleShader.shader has not seemed to work.

Thank you

Print this item

  Obi Fixed Updater causing
Posted by: madzilla - 04-02-2021, 09:55 PM - Forum: General - Replies (5)

In my game we are using physics to throwing an object. This is fairly standard as we are applying force and torque during FixedUpdate. In order to trigger an event we are checking if the rigidbody isSleeping and use that to reset a few conditions. This has been working fine for months until today, when we added an Obi rope to the scene. Once Obi Fixed Update has been added, it seems our the velocity of our rigidbody never seems to hit near 0. It's not clear how or why this is happening.

Any thoughts on why Obi Fixed update would be affecting the physics of other objects in the scene?

Print this item

  Particle Attachment issue
Posted by: Hexagon Red - 04-02-2021, 09:04 PM - Forum: Obi Rope - Replies (6)

Rope is not staying connected to Particle Attachment points. Tried empty objects and outside object with collider. One end is coming from the character's backpack and the other end is connected to something in its hand, as soon as the character moves both ends jump/jitter.

Print this item

  Obi fluid not rendering in VR
Posted by: JskT01 - 03-02-2021, 09:51 PM - Forum: Obi Fluid - Replies (4)

When using obi fluid in VR it is not rendering, if I do not connect the lenses if the fluid is seen but when using lenses it is not seen

Print this item

Pregunta Particles stuck together
Posted by: Samadhi - 03-02-2021, 07:06 PM - Forum: Obi Fluid - Replies (1)

Hello, I have another new question.

There are times in which some particles get "stuck" together and start to "spin" endlessly. As seen in the attached video.



My question is why is this happening and how can I avoid it?

Print this item

  Deleting instances of prefabs cause a bug in play mode
Posted by: ThisIsFine - 03-02-2021, 12:18 PM - Forum: Obi Rope - Replies (8)

Hello,

I've encountered a bug in my project, and was able to encounter it again on a new clean projet. I'm using Unity 2019 LTS and Obi Rope 5.6.2

1. I've a prefab, containing two objects dynamically linked by a rope. The solver is inside the prefab (with ObiFixedUpdater)

2. I put 3 instances of this prefab in a simple scene

3. Then, if I delete A, then B, then C, everything is fine...
BUT ! If I delete C first, there is a big bug, and ropes from A go crazy and jump (or the spheres/cubes fly away) ! The attachment is almost broken (there is a big gap between the rope and the sphere)

Could you help me/resolve this bug ?
I can send a zip package is necessary,

Thanks,



Attached Files Thumbnail(s)
           
Print this item