Latest Threads |
Get separate particles pa...
Forum: Obi Fluid
Last Post: slimedev
29-07-2025, 06:51 PM
» Replies: 6
» Views: 3,090
|
Solver outside of hierarc...
Forum: General
Last Post: Jawsarn
29-07-2025, 06:19 PM
» Replies: 4
» Views: 88
|
Cloth has stretchy behavi...
Forum: Obi Cloth
Last Post: josemendez
29-07-2025, 11:02 AM
» Replies: 21
» Views: 678
|
Rope ignoring colliders o...
Forum: Obi Rope
Last Post: josemendez
24-07-2025, 07:03 AM
» Replies: 1
» Views: 121
|
Ladder made by Ropes (Rat...
Forum: Obi Rope
Last Post: josemendez
23-07-2025, 01:43 PM
» Replies: 5
» Views: 286
|
can you remove particles ...
Forum: Obi Softbody
Last Post: josemendez
22-07-2025, 02:19 PM
» Replies: 1
» Views: 169
|
ObiRope Mesh Renderer
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 11:27 AM
» Replies: 4
» Views: 536
|
How to dynamically change...
Forum: Obi Rope
Last Post: quent_1982
08-07-2025, 06:34 AM
» Replies: 6
» Views: 752
|
Pipeline that bends
Forum: Obi Softbody
Last Post: josemendez
04-07-2025, 09:52 AM
» Replies: 13
» Views: 1,547
|
How to implement/sync Obi...
Forum: Obi Rope
Last Post: quent_1982
01-07-2025, 01:48 PM
» Replies: 2
» Views: 440
|
|
|
Question, Suggestion, Request. Obi Rope + Game Creator 2 |
Posted by: Skcmmj - 31-01-2023, 06:59 PM - Forum: Obi Rope
- Replies (4)
|
 |
I'm trying to combine Game Creator 2 with Obi Rope capabilities.
Game Creator 2 is an all around game engine used with unity to basically turn everything into visual scripting. Amazing Asset.
Obi Rope seems to be the best solution on the asset store for these tasks.
I've been looking to create two different actions
- Player able to jump towards a handing rope and grabbing it, swinging and possibly back and forth, then using the jump to dismount the rope.
- A grappling hook / whip action to grab onto surfaces and pull the player towards it.
Right now I'm working with the first person with Game Creator 2.
You are a very intelligent individual to have created these assets, I've used your search feature and seen numerous requests for a 3D swinging, and 3d grappling hook. I know you believe the demo scene is a great starting point for purchasers of your asset. However, I'm not nearly intelligent as you with these scripting and game object setups. If you create a integration with Game Creator 2 and sold it as an asset, you would get a lot of purchases. The posts I've read seems a lot of people are purchasing your asset to accomplish these things. If you could help create these to work in Game Creator 2, I can pay or purchase multiple copies of your assets and gift them to several people.
I know you're a very busy man and probably have other projects at hand. I've been toying around with the grappling hook scene and Game Creator 2 Player Prefab, some of the main issues I've come across are.
Game Creator 2 doesn't add a rigid body to the player until play mode, so trying to add the Obi Rigid body doesn't happen unless I add the component in play mode.
Im not sure if my player prefab has to be a child of the obi solver, as the cube is in the demo scene.
The way Game Creator 2 sets up the player prefab is in the screenshot.
I've tried a few different things back and forth still having some issues, Not sure how I should set up these hierarchy of game objects. Anyway. Would love to see a integration with GC2 or Tutorial Video of combining these assets. Would Gladly Pay
![[Image: Question.png]](https://i.ibb.co/pL9MqHk/Question.png)
|
|
|
Rope around collider |
Posted by: alex798 - 30-01-2023, 05:30 PM - Forum: Obi Rope
- Replies (14)
|
 |
Hello dear developer,
Using ropes pretty much in project and have currently 2 difficulties:
1)I want to stretch my rope around cubeCollider- but because my rope don't produce new particles while stretching, after some limit, rope pass throught collider obviously- what's the way to do it, so that on release one of the ends rope will return to initial state?
2) For 3d rope cutting using ObiCollisionEventArgs- is there some way to process it without obiRope enabled and turn it on only if the tearing is happening (for optimization Reazons)?
|
|
|
Assigning runtime static attachments cause rope to bounce |
Posted by: aderae - 30-01-2023, 03:37 PM - Forum: Obi Rope
- Replies (2)
|
 |
Hello!
I am using Obi Rope to make rope connections between physic objects. And anytime a new object is created, I am spawning a rope prefab and dynamically assigning Obi Particle Attachment components Target transforms to different physic objects. These objects are dynamic and can move to anywhere at anytime. Those attachments are set to static. However, when I spawn the prefab with solver as parent and the rope as child, rope starts with a huge back and forth swing eventually being dampened and goes back to normal function. However this bouncing takes around 8 seconds and looks glitchy. I am definitely doing something wrong here. How can I properly spawn a cable prefab and attach both ends to different transforms so they don't swing around just start like they used to function?
Sorry if it was too confusing.
Thanks!
|
|
|
Obi Rope + Game Creator 2 Grappling Hook |
Posted by: Skcmmj - 29-01-2023, 11:34 PM - Forum: Obi Rope
- Replies (2)
|
 |
Hey, I'm trying to use Obi Rope to create a grappling system using Game Creator 2 - First Person
I've played around with the Obi Rope Grappling Hook Demo scene, I can't seem to figure out how's the ropes even spawning and how to make it shoot from my player.
Any suggestions or help with achieving this would be greatly appreciated.
In the demo scene, I've disabled all the objects and even the 2d script, the hook still shoots and connects, But I don't understand how its even doing that.
Is there any readme? or instructions how to create this in first person?
|
|
|
|