Latest Threads |
Rope disappears when came...
Forum: Obi Rope
Last Post: josemendez
10 hours ago
» Replies: 3
» Views: 47
|
Collisions do not happens...
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 12:00 PM
» Replies: 2
» Views: 135
|
Unstable chain attachment
Forum: Obi Rope
Last Post: quent_1982
17-05-2025, 10:31 AM
» Replies: 13
» Views: 664
|
Memory leak warning with ...
Forum: Obi Fluid
Last Post: josemendez
16-05-2025, 02:07 PM
» Replies: 4
» Views: 485
|
the Obi cloth has some co...
Forum: Obi Cloth
Last Post: MakeLifeEasier
16-05-2025, 08:59 AM
» Replies: 3
» Views: 294
|
ObiCloth going through co...
Forum: Obi Cloth
Last Post: josemendez
16-05-2025, 08:10 AM
» Replies: 1
» Views: 120
|
Why does setting InverseM...
Forum: Obi Fluid
Last Post: nonnamed
13-05-2025, 12:41 PM
» Replies: 8
» Views: 11,851
|
Shaking problem when coll...
Forum: Obi Softbody
Last Post: webmagic
13-05-2025, 12:11 PM
» Replies: 6
» Views: 412
|
Obi Softbody IndexOutOfRa...
Forum: Obi Softbody
Last Post: Aroosh
11-05-2025, 11:37 AM
» Replies: 2
» Views: 249
|
Rope pinned to two dynami...
Forum: Obi Rope
Last Post: Crimson1462
09-05-2025, 07:51 PM
» Replies: 2
» Views: 341
|
|
|
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.
|
|
|
How to add objects along rope without them affecting the rope |
Posted by: yyy-2c2p - 02-04-2019, 09:57 PM - Forum: Obi Rope
- Replies (2)
|
 |
Is there a way to add objects along the rope, similar to how the start and end prefabs work? I don't want to use pin contraints because the attached object would have an effect on the rope.
I need to do this programmatically because I have ropes that change size. Is this at all possible?
Thank you.
|
|
|
|