Search Forums

(Advanced Search)

Latest Threads
Question about garment on...
Forum: Obi Cloth
Last Post: onfitpark
1 hour ago
» Replies: 20
» Views: 427
I've made a bounce script...
Forum: Obi Softbody
Last Post: spikebor
Yesterday, 04:39 PM
» Replies: 3
» Views: 51
Prefab Creation & Cable L...
Forum: Obi Rope
Last Post: josemendez
Yesterday, 01:12 PM
» Replies: 5
» Views: 68
Error: Particle that does...
Forum: Obi Rope
Last Post: josemendez
Yesterday, 10:39 AM
» Replies: 1
» Views: 25
Setup Ignore Collisions b...
Forum: Obi Softbody
Last Post: spikebor
30-04-2024, 07:15 PM
» Replies: 4
» Views: 49
Feedback on improving the...
Forum: Obi Softbody
Last Post: spikebor
29-04-2024, 07:59 PM
» Replies: 2
» Views: 49
Controlling Particle Thic...
Forum: Obi Rope
Last Post: wrcampbell1
29-04-2024, 05:15 PM
» Replies: 2
» Views: 89
Please check out this mod...
Forum: Obi Softbody
Last Post: josemendez
29-04-2024, 10:26 AM
» Replies: 4
» Views: 68
Debug Collisions position...
Forum: General
Last Post: josemendez
29-04-2024, 07:50 AM
» Replies: 3
» Views: 49
Obi Rope not working on O...
Forum: Obi Rope
Last Post: josemendez
29-04-2024, 07:48 AM
» Replies: 1
» Views: 38

 
  Surface Collision Jittering
Posted by: tpaslou - 03-03-2021, 04:22 PM - Forum: Obi Rope - Replies (1)

I am using obi rope 6 with surface collisions enabled

The problem can be seen here: https://vimeo.com/519081969

I have increased resolution as stated at the end of this post http://obi.virtualmethodstudio.com/tutor...sions.html in order to avoid jittering.

What am i missing ? I do not think that  it is related to barrel colliders  because even when I move the rope out of the barrel and it falls down , there a slight jittering in a part of the rope.

Print this item

  How can I change obi soft body on unity 2020.1.17f1
Posted by: shiki1234 - 03-03-2021, 12:16 PM - Forum: Obi Softbody - Replies (2)


I change obi solver but the ball become so rough,how can I change it and make ball more smooth

Print this item

  OBI Fluid and transparent objects in URP
Posted by: EmreO - 03-03-2021, 06:24 AM - Forum: Obi Fluid - Replies (5)

Hi.

I need some help with rendering OBI Fluid and other objects with transparent shaders in URP. I tried different blending options in OBI Fluid renderer, also tried custom transparent shaders with high render queue values for my transparent objects, but it keeps rendering OBI Fluid always after (and over) other transparent objects.

Print this item

  An mesh bug On iOS including iPhone 12 Pro and iPad Pro 2
Posted by: shiki1234 - 02-03-2021, 07:39 AM - Forum: Obi Softbody - Replies (3)

I use obi softbody 6.0.1 on my iPhone 12 Pro and my iPad Pro 2,IOS 14.4,but it cannot work normally.
Like this ,how can I deal with it.

Print this item

  Wrap rope on Editor
Posted by: tpaslou - 01-03-2021, 11:05 AM - Forum: Obi Rope - Replies (3)

Hello 

Is there an easy way to manipulate rope shape on editor ? Anything that I am missing apart from adding many points to the path ?

I want to achieve something like that : https://images.app.goo.gl/1cKeZUpFnF6Y7v7g9

Print this item

  Linking the positions of actors and other objects
Posted by: NakanHogeri - 28-02-2021, 02:00 PM - Forum: Obi Rope - Replies (2)

Currently, I'm trying to place an empty object in each of the two Obi Rope's approximate centers in the same solver.

Hierarchy is as follows.

Code:
□Obi Solver
  -rope1
  -rope2
□pointObject1
□pointObject2

The following script is pasted on each rope.
Code:
ObiActor actor;
public GameObject pointObject;
int ropeCenterIndex;

void Awake()
{
  actor = this.gameObject.GetComponent<ObiActor>();
  ropeCenterIndex = actor.solverIndices.Length / 2;
}

void Update()
{
  var position = actor.solver.positions[ropeCenterIndex];
  pointObject.transform.position = new Vector3(position.x,
  position.y,
  position.z);
}


For the "public GameObject pointObject" part, I manually put pointObject1 in rope1 and pointObject2 in rope2 from the Inspector.

When this is done, the center of rope2 and pointObject1 will move in tandem, and pointObject2 will not move from its original position, which is a strange state.

How can I get each pointObject to work with the center of each rope?


Sorry for always a beginner question.

Thank you.

Print this item

  softbody keep move?
Posted by: zero16832 - 28-02-2021, 08:57 AM - Forum: Obi Softbody - Replies (1)

I want to keep moving. What should I do?

Print this item

Bombilla Stretching scale each axis
Posted by: JhonatasFarias - 28-02-2021, 01:48 AM - Forum: Obi Cloth - Replies (2)

Hi, by the way, great asset.
It would be cool if we can stretch along separate axis related to the proxy configuration position.

[Image: B2MiiOTsDGogN-fJle0IgvRSVlC4ZDeJWqY3x8Fg...authuser=1]

For instance, I'm using the same blueprint to populate clothes on the scene and I'm using stretching scale to make some size variations.
If for example was possible to stretch along x axis it would be nice to make like a long pillow instead of everything variated but same proportion.

It's just an idea, if not too hard to implement, it would be cool.

Print this item

Bombilla Subtitles in the solver constraints list
Posted by: JhonatasFarias - 27-02-2021, 09:00 PM - Forum: General - Replies (6)

It would be more easy to identify which constraint each system takes consideration.

[Image: JdV-zbCRRAs8xPhcQyEDTl_mH1GpM9iGj6zAGCoW...authuser=1]

Print this item

Pregunta Get rope/rod stretch lengh?
Posted by: JhonatasFarias - 27-02-2021, 07:59 PM - Forum: Obi Rope - Replies (2)

Hi there, is there a way i can identify/get the lenght of a rope or rod via script?

i mean like in stationary pose it is about 100% long... then streching it i see it's something like 120% long from initial pose... or initial pose is 1m then streching it's about 1.2m... 1.3m...

Print this item