Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 04:32 PM
» Replies: 1
» Views: 163
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 2,985
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 258
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 526
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 766
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 837
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 577
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 543
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,045
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 884
|
|
|
Not Building on iOS and collisions issue |
Posted by: Rohaan081622 - 02-05-2020, 04:28 PM - Forum: Obi Fluid
- Replies (15)
|
 |
Hi there, I have a problem and a few questions
Problem is that I am using unity 2019.2.2.1f1 and when I build the project for iOS it gets stuck on linking with no errors and stays there forever. You can generate that by downloading the obi into an empty project and build.
Now questions
1 - how to detect collisions, I have tried all the docs and examples. simple fluid renders fine and flows well but I want to get callbacks when it collides with certain objects.
By the way, I have used the example script CollisionEventHandler and also change the phase and thickness but no success. it does not log anything.
There should be a video tutorial!!!
plus is there any possibility if it works finger crossed to use the triggers.
2 - How to set a separate layer for the fluid particles which can be used to enable disable collision with certain layers.
Please help and I'll update my review on the store.
|
|
|
Cloning A Rope Exactly |
Posted by: alininavcisi - 02-05-2020, 12:04 PM - Forum: Obi Rope
- Replies (1)
|
 |
Hello.
I want help about cloning a rope in runtime. I have a rope attached to player's hand. I need to clone it exactly with old one, with positions of particles i meant. Old one will be stay in game for 5-6 seconds, new one will be new rope of the hand. And old rope vs new rope shouldn't collide so I have made layer matrix settings. I have used saving state and load immediately, but there are also some obstacles in map, rope may go through the walls, I am really stucked.
Result : https://streamable.com/digvso
Save/Load script :
Code: public ObiActorBlueprint Save()
{
ObiActorBlueprint state2 = Instantiate(rope.blueprint);
rope.SaveStateToBlueprint(state2);
return state2;
}
public void Load(ObiActorBlueprint state3)
{
rope.ropeBlueprint = (ObiRopeBlueprint)state3;
}
Thank you.
|
|
|
Unity Collider Position - Raycast Spherecast |
Posted by: fishing-rod - 01-05-2020, 02:31 PM - Forum: Obi Rope
- Replies (7)
|
 |
Hi,
I want the player to be able to pick up a rod. I'm checking for pickable objects via spherecasting in front of the player. Unity collider, which are needed for raycasting, are not moving though when attached to a rod. How else could I detect a rod via casting?
greetings
|
|
|
unrigged cloth animation with rigged character avatar |
Posted by: Bhavesh - 01-05-2020, 01:22 PM - Forum: Obi Cloth
- Replies (2)
|
 |
How can i animate without rigged separate cloth with rigged avatar? Where cloth i can change dynamically. so avatar will be same for other cloth also. Please help i have tried with rigged cloth with rigged avatar but cloth animation not looks realistic. Please help.
|
|
|
|