Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
15-09-2025, 04:32 PM
» Replies: 1
» Views: 232
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 3,175
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 305
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 588
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 830
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 889
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 616
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 581
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,084
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 935
|
|
|
Setting a solver from script |
Posted by: hazneliel - 19-12-2019, 09:18 PM - Forum: Obi Rope
- Replies (1)
|
 |
I was using OBI Solver and after I updated to the latest version I cannot set a solver programatically. Even the sample script that was doing this was commented out.
This was the code in the sample script:
Code: // set up component references (see ObiRopeHelper.cs)
rope.Solver = solver;
Now I get the error:
Code: error CS1061: 'ObiRope' does not contain a definition for 'Solver' and no accessible extension method 'Solver' accepting a first argument of type 'ObiRope' could be found (are you missing a using directive or an assembly reference?)
I hope you can tell me how to do this now.
Thank you.
|
|
|
Obi Rope 5 - Crashes Unity Editor |
Posted by: deven - 19-12-2019, 10:39 AM - Forum: Obi Rope
- Replies (1)
|
 |
ObiRope 5.0 crashes unity editor every ~5 minutes when I "Play" the scene. The crash happens every time I change something that has to do with physics and Obi (Solver configurations, obi rigid body mass etc).
Here is the crash log - https://drive.google.com/file/d/1G9vDV4_...sp=sharing
If I remove Obi Colliders and Obi Solver from the scene, things work fine. (I have used solver from the example scene with one obi fixed updater)
I have tried this in Unity 2019.2.10f1, 2019.2.14f1 and 2019.2.16f1. Crashes happen everywhere.
I took the pain to replicate and create a new project and setup everything from scratch with Obi to see when does it start crashing. It was all fine initially. It started crashing when I switched build platform to IOS. Could you please check and help?
|
|
|
Stitch in Obi 5.0 |
Posted by: apapaxionga - 18-12-2019, 05:32 PM - Forum: Obi Softbody
- Replies (1)
|
 |
It seems that the stitch constraint edting feature always find the wrong particle pair. When I pressed V to snap to vertex, the end of the stitch indicator seems locked on one vertex no matter how I move the mouse. Is there a good way to stitch particles like using brush ? Or stitch particles from script ?
|
|
|
|