Search Forums

(Advanced Search)

Latest Threads
Pipeline that bends
Forum: Obi Softbody
Last Post: 5G_Zendmast
Yesterday, 02:00 PM
» Replies: 12
» Views: 719
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 10:29 AM
» Replies: 0
» Views: 26
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 132
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 217
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 658
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 216
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 126
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
20-06-2025, 08:09 AM
» Replies: 40
» Views: 3,973
Obi 7 Model Scaling
Forum: Obi Cloth
Last Post: alkis
19-06-2025, 02:37 PM
» Replies: 2
» Views: 235
Obi Softbody instability?
Forum: Obi Softbody
Last Post: Aroosh
18-06-2025, 06:35 PM
» Replies: 0
» Views: 126

 
  ObiRigidbodies (or ObiColliders?) causing weird physics
Posted by: khalvr - 09-02-2018, 11:03 AM - Forum: Obi Rope - Replies (2)

I have recently had issues with a multimeter object in my scene. It consists of a rigidbody with a mass of 2kg, attached to two probe cords which weigh 10 grams in each end (the closest ends are attached with FixedJoints to the multimeter). The cord visuals are simulated using ObiRopes with a handle attached at each end, and spring joints to enforce the distance constraints. My problem was that despite the large weight difference between the probes and the multimeter, the probes would exert an unrealistically large pulling force on the multimeter, for instance when you dropped it on the table, ultimately pulling it down. After much searching i found that the problem was caused by the fact that the multimeter had an ObiRigidbody and an ObiCollider attached to it (the probes had none). Whenever i removed the Obi components from the multimeter, the problems would go away, and reappear if i added them. Now, i get that the Obi physics world is simulated separately from the PhysX world, but i still don't get why the ObiSolver perpetuates the motion of objects despite this being handled by PhysX. Ideally, ObiRigidbodies would only be used for exchanging forces between a rope and a Rigidbody and not interfere when there are no pin constraints used.

Also, i'm having serious issues with rope particles passing through/getting stuck in walls, despite the wall colliders being up to a meter thick (see attachments).

[attachment=81]
[attachment=82]

Print this item

  Installing Error : libOni not found [PC]
Posted by: Mystigan - 08-02-2018, 11:23 PM - Forum: Obi Cloth - Replies (2)

Platform : PC

I made a fresh new project and imported the Obi cloth and I got this error : 

DllNotFoundException: libOni

Obi.ObiCollisionMaterial.OnDisable () (at Assets/Obi/Scripts/Collisions/ObiCollisionMaterial.cs:32)

Please help as I cannot even start playing with the plugin.

Print this item

  handles on Obi Rope cause twitching
Posted by: khalvr - 06-02-2018, 03:52 PM - Forum: Obi Rope - Replies (12)

Since i switched to using handles on my cords, the rope has started twitching in a very odd way which reminds me of an issue you sometimes get when using a skinned mesh renderer with dynamic batching in Unity. The thing is, dynamic batching is disabled for my project, and it appears that it is the particles themselves who are twitching (see gif). What can i do to fix this? I decided to fall back on ObiRope just for the visuals, but now even that seems to have its issues. 

[attachment=79]

Print this item

  Skinned character with a non-skinned garmet
Posted by: zazoum - 05-02-2018, 09:11 AM - Forum: Obi Cloth - Replies (2)

Hello. I purchased the Obi Cloth and I was playing around with it. It is a good tool. I used it even for toon stylized dynamic hair and works wonderfully.

But I'm wondering if the following scenario is possible:

1) I have a rigged/skinned/animated character skinned Mesh.
2) I have a T-pose robe (i.e. the coat from the demo you provide with the asset) BUT it is not skinned/rigged.
3) The robe (2) is designed to cover naturally the (1) character Mesh in T-pose.

Is there any way with Obi cloth asset or any of the other assets provided in the package, to play the animation in the character Mesh (1), and the robe (2) to ACTUALLY FOLLOW ALONG that animation via colliders or something?
Like dressing my character with different Meshes (robes (2)) and not having to set-up the rigging/skinning of the robe Meshes (2) in 3dsMax as well?

And if it is possible, is it too much performance-expensive?

Thank you in advance.
Great tool I ll write a review in the asset store!

Print this item

Pregunta Android/iOS - performance question
Posted by: Zaki_X - 04-02-2018, 11:50 AM - Forum: Obi Rope - No Replies

Welcome everyone in my first post here.

I've been watching all these amazing videos with Obi Rope and I started wondering if this looks and works that good only in editor (and PCs) or does it actually work that good on mobile devices?

I'm interested in simulating a few ropes on a mobile (in realtime). Have you tried it? I know that fluid computations are very heavy and I doubt that you could use these in a mobile game, but what about ropes? Can I make, let's say  4-6 ropes for example? 

Obi rope- example (22-40s)

Ps. Does Obi Rope's documentation include iOS'/Android's section?

Print this item

  Collision & Stickiness to Moving objects
Posted by: Markles - 03-02-2018, 08:09 AM - Forum: Obi Fluid - Replies (2)

Hi,

We just got Obi Fluid for our little project because it just looked awesome (and it is!)

I've taken the FluidViscosity scene and the Obi items within it, and repurposed them in my scene with some adjustments and it looks great...but now I'm wondering how I can, or if, the obi particles/fluid will stick on a moving object - they just slide off right now even with all the stickiness parameters increased. 

- The example attached is just me moving the (grey) object that the particles land on. 
- The Collision Material has a Friction of 1, Stickiness of 1, Stick Distance of 0.2
- The Emitter Material has a Smoothing of 1, Viscosity of 2, Surface Tension of 2
- The Solver is default from the Sample Scene (I think), Collision Constraint is Enabled, Stitch Constraint is Enabled, Density Constraint is Enabled

Print this item

  Issue with Rope (Chain) in scene
Posted by: Sbmhome - 03-02-2018, 05:05 AM - Forum: Obi Rope - Replies (4)

Hi,
I created a chain (similar to the example scene). After I saved the scene, it works. 

After I continue to work on my scene (without making any changes to the chain), I notice that the mesh for chain shows up in the scene view (when its not running ) and I can't select it. Even if I delete the Obi rope from the scene it stays there, until I reboot Unity.

This in itself is a bug, however my real issue is that at this point if I bake Occlusion Culling in the scene, the Obi Rope causes the scenes Occlusion Data to be corrupted. This prevents me from opening the scene (it crashes every time), until I manually delete the Occlusion Data for the scene.

If i remove Obi rope from the scene, I can then re-bake the Occlusion Culling and I have no more issues.

Note: I also have Obi Cloth installed and I have no issues with it.

Unity 5.6.3 p4

Print this item

  Build size on mobile
Posted by: Wade Howard - 02-02-2018, 06:00 AM - Forum: General - Replies (1)

This may be a silly question (certainly lazy of me anyway) but I couldn't find any info on this.
I am in the design phase of my project and am curious what the approximate build sizes are for cloth, rope and fluid on IOS and android are. 
Just checking that these features won't figure heavily into my 100mb budget since AFAIK they are using their own physics library.
Unity is still a bit new to me, so I'm not sure by looking at the package files as to what gets included in a build...

Thanks for any info.

Print this item

Sorprendido Crash report
Posted by: zhuchun - 31-01-2018, 09:03 AM - Forum: Obi Rope - Replies (9)

Hi,

My editor has crashed randomly these days, would you please have a look? 

error.log
==================
Unity Editor [version: Unity 2017.2.0f3_46dda1414e51]

libOni.dll caused an Access Violation (0xc0000005)
  in module libOni.dll at 0033:ed69cade.
==================

Editor.log
========== OUTPUTING STACK TRACE ==================

0x00007FF8ED69CADE (libOni) SetDiffuseParticleNeighbourCounts
0x00007FF8ED6E98C6 (libOni) Generate
0x00007FF8ED6EADE1 (libOni) Generate
0x00007FF8ED6E94A9 (libOni) Generate
0x00007FF8ED710559 (libOni) Generate
0x00007FF8FAC71FE4 (KERNEL32) BaseThreadInitThunk
0x00007FF8FB91EF91 (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

Dmp file:
https://drive.google.com/open?id=1BTjqHO...rRv0CMY8gK



Cheers,
Zhu Chun

Print this item

  Installation Issue Unity 2017.3.0F3: script errors
Posted by: izzyschneerson - 30-01-2018, 08:40 PM - Forum: Obi Cloth - Replies (6)

After importing OBI Cloth into my project I cannot enter Play-mode anymore: have to fix compile-errors.

These are the errors:

 
Assets/Standard Assets/Utility/SimpleMouseRotator.cs(3,27): error CS0234: The type or namespace name `CrossPlatformInput' does not exist in the namespace `UnityStandardAssets'. Are you missing an assembly reference?
 
Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/AICharacterControl.cs(11,16): error CS0246: The type or namespace name `ThirdPersonCharacter' could not be found. Are you missing `Obi.Characters.ThirdPerson' using directive?


Unity Editor Version:

 2017.3.0f3

I have deleted OBI from my project and reimported all earlier assets, but that did not work

Print this item