Latest Threads |
Ladder made by Ropes (Rat...
Forum: Obi Rope
Last Post: jaripam
Yesterday, 01:26 PM
» Replies: 2
» Views: 45
|
can you remove particles ...
Forum: Obi Softbody
Last Post: aardworm
09-07-2025, 07:09 AM
» Replies: 0
» Views: 124
|
ObiRope Mesh Renderer
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 11:27 AM
» Replies: 4
» Views: 447
|
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 06:34 AM
» Replies: 6
» Views: 613
|
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
04-07-2025, 09:52 AM
» Replies: 13
» Views: 1,357
|
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 392
|
Collisions don't work con...
Forum: Obi Rope
Last Post: chenji
27-06-2025, 03:05 AM
» Replies: 3
» Views: 466
|
Force Zone apply differen...
Forum: Obi Rope
Last Post: chenji
26-06-2025, 11:41 AM
» Replies: 11
» Views: 1,284
|
Can I blend in and out of...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 04:42 PM
» Replies: 3
» Views: 459
|
Using a rigidbody/collide...
Forum: Obi Cloth
Last Post: josemendez
24-06-2025, 09:29 AM
» Replies: 1
» Views: 263
|
|
|
obi fluid unusable since 2021.2.17f1 |
Posted by: locque - 19-04-2022, 07:46 AM - Forum: Obi Fluid
- Replies (15)
|
 |
Unity must have changed something that made it incompatible with Obi in 2021.2.17f1 that unfortunately made it into the 2021.3 LTS version, which I really would like to use.
The editor is unusable as soon as you import Obi Fluid into the project, everything slows down to a crawl. Going into play mode in any of the sample scene will result in around 5-10 FPS, and even just navigating the scene view outside of play mod is unusably slow.
This affects the entire project, not just the scenes that have Obi components in them. The problem is the exact same even in a completely new, empty scene in a project that has Obi Fluid imported.
There are no errors being reported in the console, so I'm not sure what is actually going on. But it's definitely Obi that is causing the problem, I tried it multiple times on completely blank projects and each one of them became unusable immediately after importing Obi. I also tried saying yes and no the the script upgrade prompt, it does not make a difference. Closing the project in this state will also crash the editor pretty much every time, here is the log in case that helps:
https://we.tl/t-kSM2qyMyxs (Too big for this post and pastebin)
|
|
|
Rope extending issue |
Posted by: nmbileg - 17-04-2022, 01:29 PM - Forum: Obi Rope
- Replies (4)
|
 |
Howdy! First, let me say I'm a newbie and love your asset! I have few questions on Obi Rope, pls view the video link attached to better understand what I'm trying to accomplish:
The main use of rope is to pull and drag to tangle the rope between cylinders. Here are the questions:
Video link: https://www.youtube.com/watch?v=K-Qg3fuCsBE
1. As you can see from the video, when I pull and extend the rope, it wiggles (moves left and right) a lot. What I want is when you pull and drag the rope, it should be a stable extension. I'm using Obi Rope Cursor component to extend the rope. If there are any better solution to extend the rope very stably, pls let me know.
(here's the code how I extend the rope: cursor.ChangeLength(rope.CalculateLength() * 0.9f))
2. At the end of the video, you can see that the rope goes through the cylinder, I understand it happens because of performance issues, but I just wanted to know if there are any better solution not to get the rope pass through cylinders.
I bought this asset only few days ago so I'm sure I'm missing some optimal solution to get the result I want.
Best,
Billy
|
|
|
Fishing Pole/Line |
Posted by: Natty - 15-04-2022, 12:57 AM - Forum: Obi Rope
- Replies (28)
|
 |
Hi All,
Just grabbed Obi Rope and played around with some tutorials and overall got a feel for it. This tool is amazing. Definitely worth the purchase, and I will be leaving a review shortly once I get more comfortable with it.
I am trying to implement a fishing pole; to be specific, the fishing line on a fishing pole and casting it out, with the option of reeling it in. To begin, I'm focusing first on being able to cast it out. I've created a pole and attached a rope to the pole, and a bobber (just a Unity sphere) to the end of it and added a Rigidbody component to it. My idea is to eventually have an animation play for the player slowly bringing back the rod to then release it forward and cast out.
Currently my fishing system is set up without any animations, but it works by applying a force to the bobber's rigidbody, depending on how long the player holds the button to essentially wind-up a cast. As it is now, when the player let's go of the cast button the following code is triggered:
Code: bobberGO.transform.position = transform.position + yOffset;
rb.velocity = transform.TransformDirection(10f * fishingCastScrollBarValue * randomPosition);
Which is just setting the bobber at a position of where it would be released, and then applying the physics to the bobber.
Where Obi Rope comes in is that I would like the rope to always start off with a length of where the rope is just hanging from the pole a bit, and then when the player casts out it dynamically resizes until the bobber hits the water. I currently don't have a system in place to reel in the rope and instead when the player catches a fish or is done fishing, I would just like the rope to be set back to it's original length of hanging from the pole.
Admittedly, I need more time and practice with Obi Rope, but I was hoping someone could point me in the right direction. I have found resources for ObiRopeCursor, and the tutorials on YouTube, but I'm struggling a bit to get something cohesive working.
Thank you.
|
|
|
URP 2d Renderer Support |
Posted by: Civil - 13-04-2022, 02:31 PM - Forum: Obi Fluid
- Replies (1)
|
 |
It appears that currently there isn't any support for the URP's '2D Renderer'.
Is this planned in a future update and if so is there a timeframe for when it is likely? (possibly with Obi 7?)
|
|
|
|