Search Forums

(Advanced Search)

Latest Threads
Memory Leaks?
Forum: General
Last Post: Deckard_89
10 hours ago
» Replies: 0
» Views: 12
Fluid Control Issues
Forum: Obi Fluid
Last Post: josemendez
Today, 09:19 AM
» Replies: 1
» Views: 28
Solver is too performance...
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 02:54 PM
» Replies: 12
» Views: 920
Transparent fluid is flic...
Forum: Obi Fluid
Last Post: josemendez
04-06-2025, 09:19 AM
» Replies: 1
» Views: 47
Does Obi Softbody fit for...
Forum: Obi Softbody
Last Post: josemendez
03-06-2025, 11:57 AM
» Replies: 3
» Views: 196
was working great, then i...
Forum: Obi Softbody
Last Post: josemendez
03-06-2025, 06:33 AM
» Replies: 1
» Views: 125
Aerodynamics for non clot...
Forum: General
Last Post: josemendez
02-06-2025, 08:35 AM
» Replies: 10
» Views: 1,674
RopeBot - 3D Puzzle / Pla...
Forum: Made with Obi
Last Post: josemendez
29-05-2025, 07:21 AM
» Replies: 1
» Views: 488
How to Get Alpha Value in...
Forum: Obi Fluid
Last Post: nonnamed
28-05-2025, 12:38 PM
» Replies: 2
» Views: 616
Swinging on rope
Forum: Obi Rope
Last Post: quent_1982
27-05-2025, 03:11 PM
» Replies: 4
» Views: 765

 
  2019.1b
Posted by: webjeff - 22-03-2019, 07:39 PM - Forum: Obi Softbody - Replies (4)

Hi,

Does anyone know if Obi Softbody works in 2019.1b?  I just loaded it up and it goes wacky on me.  Verts all over, seems broken.  Can anyone confirm if this works or not in 2019.1b?

Thanks!
Jeff

Print this item

  Stock particles
Posted by: virtualHCIT - 22-03-2019, 07:38 PM - Forum: Obi Cloth - No Replies

Hello,

I'm having some issues with some particles getting pulled in a character's cape simulation. The particles that suffer this change every run but it's like something is constantly pulling them away in local space. See image attached. What could be causing this? This is using Unity 2018.3.4 and iOS target.

Print this item

  Source code license available?
Posted by: trooper - 22-03-2019, 10:20 AM - Forum: General - Replies (1)

I'm looking for a price on a source code license for your products (mainly soft body).

Over the years as we work on games that take multiple years, many assets become unsupported and we may need to make minor tweaks to get them either working again or fix a bug. There's been 2 soft body assets we were keen on that have become unsupported before we completed the project.

Print this item

  Crash when run on iOS
Posted by: Protemus - 21-03-2019, 04:57 AM - Forum: Obi Softbody - Replies (2)

I am trying to run my project on iOS.  It keeps crashing after I added an Obi Softbody into my scene.  My project ran fine before the softbody and still runs fine from within Unity.  But when exported to iOS and run it crashes every time after a couple seconds.

I wanted to ensure that nothing I was doing was causing the crash so I created a brand new project, added only the Obi softbody from the asset store.  Set the sample dragon scene as the default and exported the project to iOS.  When run on a phone I get the exact same crash every time.  It runs for a couple seconds (properly as far as I can tell) and then crashes in the same spot every time. (although once I did get it to crash in a different spot)

The crash occurs both on a standalone run on the phone AND if I run through the debugger.

The crash is a "Bad Access" and occurs within the ONI library at the call to ApplyPositionInterpolation here:

extern "C" IL2CPP_METHOD_ATTR void Oni_ApplyPositionInterpolation_m3B1DC6EDDB01EBAED38CBCD4062D222EC2245707 (intptr_t ___solver0, uint32_t ___substeps1, float ___substep_dt2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, float);

// Native function invocation
reinterpret_cast<PInvokeFunc>(ApplyPositionInterpolation)(___solver0, ___substeps1, ___substep_dt2);

}


The one other place I've seen it crash is in Oni::TaskQueue::NextTask
But I only saw that once.

Specs of the test environment:

iPhone XS Max
iOS 12.1.4
XCode Version 10.1 (10B61)

I have also attached some screenshots of the crash so you can see the call stack.

Is this a known bug?  If so, is there a patch or anything I can do to fix it?

Print this item

Pregunta Is there anything like the Backstop property for Skin Constraints, but for Softbody?
Posted by: rjGhost - 20-03-2019, 03:36 PM - Forum: Obi Softbody - Replies (1)

I need to prevent softbody particles from moving "inward", but Softbody particles don't have a Backstop property. Is there something similar I can use to fake this?

Print this item

  Fasten pants
Posted by: Richard - 19-03-2019, 03:06 PM - Forum: Obi Cloth - No Replies

I am trying to put pants on human. I would like to fasten pants like rubber of clothing. However, it is hard to pick up particle and move to fasten on script. How can I do that?
I want to use trigger.

Print this item

  regarding obi rod implementation
Posted by: icl92 - 19-03-2019, 12:55 PM - Forum: Obi Rope - No Replies

Hi,

Can we create a wire twisting effect using two Obi rods instead of one?

https://youtu.be/kM36Q1m3jSA?t=68

Is there any possibility of using obi rope for creating a two cable twisting effect?

kindly waiting for your reply.

Print this item

  Collision query
Posted by: Kostik3000 - 19-03-2019, 10:27 AM - Forum: Obi Softbody - Replies (1)

Is there a possible way to get collision information between two softbodies that don't have a collider on them?

For example in the Ball Spawn example. They don't have colliders on them. The collisions happen because of the particles and different phases I guess. So is there a way to get those collisions by code?

Thanks in advance!

Second question regarding UI:
What is the exact process of giving particles a certain mass/phase? For now I am just clicking around not exactly knowing what I am doing. How can I read which particle has which mass/phase?

Print this item

  Obi rod is not working properly
Posted by: icl92 - 18-03-2019, 01:21 PM - Forum: Obi Rope - Replies (9)

When i try the SpringRod sample scene,the Obi rod works fine, but when i try to create a new obi rod game object and simulate the same effect it does not work. I even tried copying all the components of the Obirod game object from SpringRod sample scene and the output was not the same.

I have attached the screenshots from the unity scene  with this post.

How can i properly use the obi rod component inside Unity.

kindly waiting for the reply.



Attached Files Thumbnail(s)
   
Print this item

Pregunta Anchoring handle to particle, Custom particle editor properties, force transfer
Posted by: Zyn_X - 18-03-2019, 12:27 PM - Forum: Obi Softbody - Replies (1)

Hi,

I've been playing with the asset for the last couple of days and it's absolutely amazing. I have a couple questions though. 

1. I'm trying to make a handle follow a specific particle of another softbody. Is there another way apart from getting that particle from an array and setting handle's transform to follow it?
Even then, how would you specify which one?

2. Can other properties be added to the particle editor, apart from mass, radius, phase etc.?
I can see this becoming very useful, mainly for specifying different types of particles in script. Could be used to specify an anchor, locational damage ( comparing distance a specific particle has travelled since start) and so on. 
What would be the safest way of doing this without destroying the functionality of code?

3. What would be the safest way to transfer force from one Softbody to another and deform it respectively?

Print this item