Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 04:32 PM
» Replies: 1
» Views: 172
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 3,041
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 266
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 535
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 780
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 852
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 586
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 552
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,056
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 894
|
|
|
Using with 2017.4.15f1 possible? |
Posted by: thegreenhell - 05-04-2019, 01:28 AM - Forum: Obi Softbody
- Replies (1)
|
 |
My question is pretty simple. Is it possible to make this asset work with 2017.4.15f1? This is the version of Unity currently in use by the program I'd like to use the plugin for. If possible, I'd be more than happy to make a purchase. Otherwise, my search to replace the plugin I currently use (Dynamic Bone) will continue. Thank you for your time.
-GreenHell
|
|
|
collision of things |
Posted by: Richard - 04-04-2019, 02:53 PM - Forum: Obi Cloth
- Replies (1)
|
 |
I tried to crash the sphere to obi cloth and change the shape. Is it not enough set up? I used add force for crashing but it does not change shape of obi cloth.
|
|
|
NullReferenceException for ObiRopeCursorEditor.cs (Unable to use any form of rope) |
Posted by: glish - 04-04-2019, 05:57 AM - Forum: Obi Rope
- No Replies
|
 |
Hey guys, so out of no where (I hadn't changed any scripts to my knowledge), my obirope seems to have broken. I'm currently using a slight variation of the GrapplingHook.cs script and for whatever reason, it just started giving these errors on play:
![[Image: 2khoh5.png]](http://i67.tinypic.com/2khoh5.png)
Line 46 in ObiRopeCursorEditor.cs is:
Code: Vector3 pos1 = rope.GetParticlePosition(distanceBatch.springIndices[constraint*2]);
in the OnSceneGUI() function
To reproduce this, I opened a new project and imported ObiRope, then created two cubes. On one, I put the GrapplingHook.cs script and the other an ObiCollider and ObiRigidbody.
After pressing play, the GrapplingHook cube will turn into this strange icon and the first error listed above will begin being listed. Then, if you click on the other cube, the rest of the errors begin spewing out.
![[Image: adzzts.png]](http://i64.tinypic.com/adzzts.png)
The above image used to be a default 3D cube, but turns to that upon pressing play.
This also happened in the GrapplingHook sample scene. Does anyone have an idea as to why that might be happening? I was using the rope with no issues for quite a while, and earlier it seemed to just decide to no longer cooperate lol.
Any help is appreciated as this is a pretty big aspect of my project.
EDIT:
By the way, I'm on Unity 2018.3.10f1 and the latest version of ObiRope from the asset store
EDIT2:
Something very strange is going on with ObiRope for me. I've tried using at least 5 different versions of Unity, I've deleted the Obi folder and redownloaded it into new projects, and all of them are broken. It seems that even adding the default ObiRope from the 3D Object menu doesn't work and just produces the same set of lines as the image above.
Also, strangely, in the sample GrapplingHook scene, if you first fire the rope in Play mode and then move to Scene mode, there will be no errors, but if you switch directly to scene mode and click on the object with the grappling hook script, the errors begin being listed.
EDIT3: So I took a super old copy of Obi from an old project and attempted using that, I got a new nullreferenceerror in obirope.cs. I noticed that for some reason, the ropes aren't being initialized on play, so I did some testing and tried calling rope.Initialize() (I made it accessible in ObiRope.cs) in the GrapplingHook.cs awake function, and surprisingly it worked. No more errors. Still doesn't make much sense to me though.
|
|
|
|