Latest Threads |
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
3 hours ago
» Replies: 25
» Views: 2,345
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
Yesterday, 07:03 AM
» Replies: 1
» Views: 90
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 310
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 602
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 688
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 445
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 444
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 905
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 780
|
Is it possible to impleme...
Forum: Obi Rope
Last Post: chenji
27-08-2025, 10:13 AM
» Replies: 2
» Views: 701
|
|
|
Android rendering doesnt't work and freezes |
Posted by: Rearden - 21-10-2024, 12:55 AM - Forum: Obi Fluid
- Replies (7)
|
 |
Hey there! Hope you are doing well!
I am using Unity 2022.3.21.f1 Obi Fluid 6.5. I am working with Built-in rendering pipeline.
I got an issue when building for Android - in my scenes fluid render looks like red squares, game freezes and/or crashes then.
At obi sample scene Faucet I cannot see fluid rendering at all, scene also freezes heavily, making it almost impossible to even quit.
I have no such issues with iOS, everything works properly.
At the Logcat tab in the Android studio I got no errors related to Obi. Could you please help me with this issue?
|
|
|
Obi 7 Major bug on multiple Skinned Cloth |
Posted by: calvantsang - 18-10-2024, 07:15 PM - Forum: Obi Cloth
- Replies (2)
|
 |
On the current version of Obi(7.0.3), if there is more than one piece of skinned cloth underneath a solver, all the cloths will be messed up.
Only when one skinned cloth is enable will get the good results.
It happens on both compute (gpu) and burst (cpu), but the burst (cpu) results are less chaos.
Normal cloth and fluids work fine.I tested on unity 2022,2023 and unity 6000 and got the same results,
I retry Obi 6 on a old project with same thing and multiple Skinned Cloth work fine.
Please tell me how to fix it?
|
|
|
Can you connect ropes to different moving objects? |
Posted by: twocomet - 18-10-2024, 04:26 PM - Forum: Obi Rope
- Replies (1)
|
 |
https://ibb.co/qxTH20G
It was large so I uploaded it to another external image upload site.
When there is a moving character, the gun is attached as the character's right hand child.
The cup-shaped object is assumed to be attached to the UpperChest bone.
I wanted to connect these two objects with a rope, and I wanted to specify the minimum length of this rope.
Currently, I don't know if the problem is caused by the rope being too thin and small before specifying the minimum length...
The ropes used in the project samples are all large.
When the character moves, the gun or cup object that is the center of the rope will move attached to the character bone.
Will this become a problem in the future?
|
|
|
How to optimize collisions? |
Posted by: vrtraining - 15-10-2024, 06:05 PM - Forum: Obi Cloth
- Replies (12)
|
 |
So I have turned off surface and self collisions for a cloth and also my sheet is 9x9 = 81 particles. I've tried using many techniques, the sub steps to 1-2, collision iteration is only 1. Using multiple collision layers to avoid multiple collisions.
The problem im facing is frame rate drop when my cloth falls on the floor as it lay down completely flat on the floor, i think it could be due to all 81 points colliding with the floor. Any other options I can use to reduce physics based processing or increase my framerate? Does total number of colliders in scene effect?
Update: I tried reducing cloth collision points to only 4 and im still getting same results as it hits the floor, looks like number of points colliding isn't the issue. But as soon as it collides with floor my frame rate drops, any way to optimize or trace it? Because as long as im holding the blanket in hand with attachments, it works fine, but as soon a single collision happens or any single particle collides anywhere i get a frame rate drop.
|
|
|
|