Latest Threads |
Unstable chain attachment
Forum: Obi Rope
Last Post: quent_1982
1 hour ago
» Replies: 9
» Views: 182
|
ObiCloth going through co...
Forum: Obi Cloth
Last Post: Andreia Mendes
Yesterday, 05:39 PM
» Replies: 0
» Views: 24
|
Why does setting InverseM...
Forum: Obi Fluid
Last Post: nonnamed
13-05-2025, 12:41 PM
» Replies: 8
» Views: 11,716
|
Shaking problem when coll...
Forum: Obi Softbody
Last Post: webmagic
13-05-2025, 12:11 PM
» Replies: 6
» Views: 161
|
Obi Softbody IndexOutOfRa...
Forum: Obi Softbody
Last Post: Aroosh
11-05-2025, 11:37 AM
» Replies: 2
» Views: 157
|
Rope pinned to two dynami...
Forum: Obi Rope
Last Post: Crimson1462
09-05-2025, 07:51 PM
» Replies: 2
» Views: 230
|
Unity 6 Console Spam abou...
Forum: Obi Fluid
Last Post: josemendez
09-05-2025, 08:03 AM
» Replies: 3
» Views: 1,165
|
the Obi cloth has some co...
Forum: Obi Cloth
Last Post: josemendez
09-05-2025, 08:00 AM
» Replies: 2
» Views: 137
|
Hard crash in build after...
Forum: Obi Rope
Last Post: goldfire
04-05-2025, 10:10 PM
» Replies: 2
» Views: 270
|
Particle collision with s...
Forum: Obi Softbody
Last Post: Duncano
03-05-2025, 02:07 PM
» Replies: 2
» Views: 302
|
|
|
Obi Cloth and Obi Rope Incompatible? |
Posted by: darkcser - 09-04-2018, 08:43 PM - Forum: Obi Cloth
- Replies (2)
|
 |
I have been using Obi Rope but when I purchased Obi Cloth today, and tried to import the Cloth package to an existing project with Obi Rope it complained that it could not overwrite the liboni.dll. I cancelled out of it but my Obi ropes no longer work, and instead generate this error message:
EntryPointNotFoundException: GetParticleAnisotropies
Obi.ObiSolver.EndFrame (Single stepTime) (at Assets/Obi/Scripts/Solver/ObiSolver.cs:557)
Obi.ObiSolver.LateUpdate () (at Assets/Obi/Scripts/Solver/ObiSolver.cs:764)
I tried installing Obi Cloth to a clean project, and that worked fine after I exited and restarted Unity but when I installed Obi Rope to the same project it started generating this error:
Assets/Obi/Scripts/Actors/ObiCloth.cs(364,18): error CS0103: The name `initialScaleMatrix' does not exist in the current context
I've tried installing Obi Rope first as well as Obi Cloth but it doesn't seem to matter. Are Obi Rope and Obi Cloth not compatible with each other? They seem to share the same install directory.
Unity 5.6.3p2, Obi Rope 3.4 and Obi Cloth 3.4.
I searched the forums but couldn't find anything regarding any special instructions for installing both.
Thanks.
|
|
|
Tether constraints for ropes with no fixed points |
Posted by: khalvr - 09-04-2018, 03:48 PM - Forum: Obi Rope
- Replies (2)
|
 |
My greatest issue with ObiRope so far has been the fact that both rope stiffness and collision preciseness are dependent on particle resolution, and hence you have to choose between a rubbery rope with good collision, or a stiff rope which phases through and/or gets stuck around colliders. The fact that rope stretching increases the gaps between the particles further complicates this issue. Tether constraints are supposed to solve this issue, but from my understanding, they calculate distances based on fixed particles.... and this doesn't work for loose cords and ropes.
However, i heard mentioned earlier that you can cheat your way through this by initializing tethers with fixed points and then making these points non-fixed at runtime. It seems like a hackish and cumbersome solution to me, but i'm nonetheless interested in how you'd go about this and whether it would actually work. How are tether constraints implemented internally?
|
|
|
Performance - Solver per Cloth vs multiple Cloth per Solver |
Posted by: jabza - 08-04-2018, 05:55 PM - Forum: Obi Cloth
- Replies (1)
|
 |
Hi,
For my application I require dynamically scaling the Cloth at runtime (Furling / lowering / raising sails). My understanding is that I should use seperate local-space solvers per cloth to achieve this.
I was wondering if there was a performance impact with this approach? IE, would 10 Solvers with 1 Cloth perform the same as 1 Solver with 10 Cloth?
Assuming the same Solver settings. There could be potentially 50+ Solvers in existence.
Thanks in advance.
|
|
|
Trying to make Kelp |
Posted by: gentlemango - 08-04-2018, 02:02 AM - Forum: Obi Rope
- Replies (2)
|
 |
Hi I'm trying to recreate the kelp stalks from Abzu, and I'm trying to figure out if Obi Rope is a good solution.
Video of the Abzu kelp forest
I'm not looking to have as many kelp as they do, maybe between 10-20, but I'm looking to emulate the visuals and behavior of the kelp as closely as possible.
Here is what I'm hoping to achieve: - Grow and shrink the kelp dynamically
- Kelp stalks swaying
- Leafs being pulled around by the stalks
- Have 'current' forces that push kelp stalks and leafs around
Note that I don't need the kelp to be pushed around by the player or other moving objects, but I wouldn't mind it either.
Does that seem feasible with Obi Rope?
|
|
|
Fix particles at runtime? |
Posted by: Schaeferyn - 06-04-2018, 06:45 PM - Forum: Obi Rope
- Replies (1)
|
 |
I've got a VR scene where a rope has one end fixed into a wall, and a user will grab the other end and move it around and plug it in to various objects in the scene.
The "wall" end of the rope has the first two particles fixed in place, and the "user" end has a pin constraint connected to a cylinder with a rigidbody/collider/VR-grabbable.
My goal is to take the last two particles on the "user" end of the rope and fix them in place when a user plugs it in, but I'm having trouble discerning if it's even possible.
Is it possible to modify particles in this way at runtime? Is there a simpler solution that I'm simply not seeing?
|
|
|
V3.4 Optimization |
Posted by: Cannias - 06-04-2018, 01:23 PM - Forum: Obi Rope
- Replies (1)
|
 |
Hey! I'm trying to make an Android game using obiRope. But after 3.4 update, it seems like optimization got worse. Even just putting couple of ropes in the scene, causes FPS problems. On PC (in unity editor) the scene with 30 ropes has 13FPS (which is not big problem for me) and on Android (after building) the scene with 7-8 ropes has ~15FPS (which is my problem). I use everything default about rope (Solver, Constraints etc.). Is there any suggestions to optimize this? Thanks in advance.
|
|
|
|