Latest Threads |
can you remove particles ...
Forum: Obi Softbody
Last Post: aardworm
09-07-2025, 07:09 AM
» Replies: 0
» Views: 91
|
ObiRope Mesh Renderer
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 11:27 AM
» Replies: 4
» Views: 332
|
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 06:34 AM
» Replies: 6
» Views: 458
|
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
04-07-2025, 09:52 AM
» Replies: 13
» Views: 1,180
|
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 310
|
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 392
|
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 1,105
|
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 379
|
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 226
|
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
20-06-2025, 08:09 AM
» Replies: 40
» Views: 5,305
|
|
|
How to grab obi cloth in XRI? |
Posted by: vrvr02109 - 29-11-2024, 09:46 AM - Forum: Obi Cloth
- Replies (3)
|
 |
I am using Unity 2022.3.8f1 and Obi Cloth version 7.0. In my project, I am working with XRI version 3.0 and want to grab Obi Cloth in VR using XRI.
I have found a script called ObiContactGrabber.cs, and I added a Sphere Collider and Obi Collider component to the Left Hand.
To achieve a natural grabbing interaction with Obi Cloth using XRI, should I write an additional script to make ObiContactGrabber.cs work? Or is there a specific way to integrate Obi Cloth with XRI for grabbing interactions?
|
|
|
Matching up particles with vertices in 7.X |
Posted by: CptnFabulous - 29-11-2024, 05:43 AM - Forum: Obi Cloth
- Replies (2)
|
 |
I recently updated the version of Obi Cloth from 6.5.4 to 7.0.3. I checked some of the differences between Obi Cloth 7.X and 6.X:
https://obi.virtualmethodstudio.com/manu...ading.html
One thing mentioned is that “…blueprints may now decimate/simplify the input mesh and generate particles at positions other than the cloth vertices…”. This would result in a discrepancy between the vertices in the mesh and the particles in the cloth.
We currently have some code that procedurally generates cloth shapes, then procedurally stitches them together at certain edges. Upon further inspection, I found that the particle index list used for stitching is calculated based off the mesh’s vertex indices, rather than calculating them after the particles are generated.
This method was fine with the previous version of the package, as the vertices and particles would always match up 1:1. But now they don’t, so this sometimes causes the cloth to glitch out violently when the procedural stitching code is run.
With this new system, how can I find the cloth particles that correspond with a given set of mesh vertices, or vice versa, so I can accurately determine at runtime what particles need to be stitched together?
Or will I have to recalculate whatever criteria is used to obtain the correct vertices, but on the particles instead after they’ve been generated?
Thanks!
|
|
|
Bug when increasing rope's length in RopeGrapplingHook Scene |
Posted by: JeanLaigri - 18-11-2024, 10:13 PM - Forum: Obi Rope
- Replies (2)
|
 |
Hi there, I’ve encountered an issue in my project related to rope behavior, and while troubleshooting, I tested it in the RopeGrapplingHook example scene provided with the package. This scene is similar to what I’m trying to achieve, and I noticed that the same issue occurs there as well.
Here’s the problem:
When increasing the length of the rope beyond a certain value, the rope becomes completely rigid, behaving like a solid object rather than a flexible rope.
To help illustrate, I’ve recorded a video demonstrating the issue. I tested this in a fresh Universal 3D Project using Unity 6000.0.23f1, with the package imported via the Package Manager.
Video
Does anyone have any insights or suggestions on why this is happening and how to fix it?
Thank you in advance!
|
|
|
Particle Attachment Break Didn't work in GPU Mode |
Posted by: calvantsang - 17-11-2024, 06:55 PM - Forum: Obi Cloth
- Replies (2)
|
 |
Particle Attachment break threshold didn't work in GPU Mode, I have some test, turn out if only set the break threshold smaller that 0(like -1) will break immediately, even set to 0 I still can't brake in anyway.
but work very well in Burst(Cpu), which is weird, my best guest is some pin Batch value didn't update in real time to check if need to break, hope it help somebody else facing same problem.
Thanks for you guys always being amazing!
|
|
|
FullBodyVolumetricSoftbody how to make? |
Posted by: alexm - 14-11-2024, 06:31 PM - Forum: Obi Softbody
- Replies (3)
|
 |
Hello! Can you please provide step by step manual how i can make from scratch skeleton based FullBodyVolumetricSoftbody?
i tried to make it analog on OBI 7, but mesh just disapear. Then i tried to take your big_guy and change obi softbody blueprint to my with skeleton but no effect.
i also binded my new skin but still no luck.
Show me please how to make it!
and yes, of course, I put my mesh and my blueprint with the generated one indicating the skeleton
|
|
|
|