| Latest Threads |
Water Tunneling Through M...
Forum: Obi Fluid
Last Post: josemendez
2 hours ago
» Replies: 1
» Views: 18
|
ECS Physics/Graphics Supp...
Forum: General
Last Post: josemendez
4 hours ago
» Replies: 21
» Views: 1,743
|
Oculus and Softbodies
Forum: Obi Softbody
Last Post: josemendez
Yesterday, 01:01 PM
» Replies: 3
» Views: 91
|
Issues with closed loops
Forum: Obi Rope
Last Post: N_U_P
17-05-2026, 07:22 AM
» Replies: 8
» Views: 798
|
Editor Customizable Categ...
Forum: General
Last Post: Jawsarn
15-05-2026, 08:13 PM
» Replies: 3
» Views: 4,949
|
Extending Grappling Hook ...
Forum: Obi Rope
Last Post: docgonzzo
15-05-2026, 03:03 AM
» Replies: 5
» Views: 516
|
Triggers and raycasting S...
Forum: General
Last Post: Qriva0
08-05-2026, 04:20 PM
» Replies: 0
» Views: 112
|
How to make better rope e...
Forum: Obi Rope
Last Post: Mediafarm
05-05-2026, 09:59 AM
» Replies: 2
» Views: 386
|
Artifacts on simulated cl...
Forum: Obi Cloth
Last Post: CptnFabulous
04-05-2026, 09:51 AM
» Replies: 2
» Views: 364
|
ObiFluidRendererFeature c...
Forum: General
Last Post: josemendez
04-05-2026, 08:31 AM
» Replies: 2
» Views: 332
|
|
|
| IDea for measure fluid volume? |
|
Posted by: cyy1133 - 02-11-2017, 05:16 PM - Forum: Obi Fluid
- Replies (1)
|
 |
um, sorry for my short English.. i purchased it Yesterday, but i really want to get this information hurry.
For example,
I want Measure fluid Particle volum in bowl.
Or want measure fluid Particle weight in bowl.
Is there any Api Support? or Devleop Idea?
|
|
|
| HELP, libOni.dll is crashing my game. |
|
Posted by: dodgevision - 02-11-2017, 01:02 AM - Forum: General
- Replies (3)
|
 |
Hi,
I'm using Obi Cloth and Obi Fluid in the same build. That has been working great and I love your assets! The problem is after 2 - 5 minutes of my game running, it will just crash. I tried to figure out the problem but had no luck. The fluid and cloth all work fine, and it doesn't seem like anything in particular causes the crash, it seems to just be time based. This crash happens in Unity and in stand alone builds. When it happens in Unity it does not give me an exception, it just crashes Unity completely and I have to restart the program.
After crash if I click the "Debug" Option it says this... "Unhandled exception at 0x00007FFBCA9AFB76 (libOni.dll) in skirtime.exe: 0xC0000005: Access violation reading location 0x000000006AE658C0."
Also, the output log says this before the Crash...
========== OUTPUTING STACK TRACE ==================
0x00007FFBBB67106F (libOni) SetDiffuseParticleNeighbourCounts
0x00007FFBBB66FFD8 (libOni) SetDiffuseParticleNeighbourCounts
0x00007FFBBB66F645 (libOni) SetDiffuseParticleNeighbourCounts
0x00007FFBBB66CD56 (libOni) SetDiffuseParticleNeighbourCounts
0x00007FFBBB6B98C6 (libOni) Generate
0x00007FFBBB6BADE1 (libOni) Generate
0x00007FFBBB6B94A9 (libOni) Generate
0x00007FFBBB6E0559 (libOni) Generate
0x00007FFC05631FE4 (KERNEL32) BaseThreadInitThunk
0x00007FFC073EEF91 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
**** Crash! ****
I hope this help, Let me know if there is anything else that might help you.
Thanks for your help,
Nick.
|
|
|
| Proxy Cloth Crash |
|
Posted by: AltruXeno - 30-10-2017, 08:10 PM - Forum: Obi Cloth
- Replies (1)
|
 |
Hello!
I recently purchased Obi Cloth and am really loving the whole system. Not only does it provide more options and flexibility than the Unity cloth, but also has a better vertex selection tool.
However, I'm having issues with the proxy cloth component. I'm trying to add cloth to my character's jacket and am following the trench coat example but Unity crashes upon play whenever the proxy cloth component is present, or more specifically, when the proxy cloth component is present and I've bound the vertices with the Triangle Skin Mesh. I've checked the editor log and found no hints at all before the crash and am at a loss.
The big trick is that I had it working the day that I downloaded the asset (about a week ago), but decided to restart the whole process since I had become more acquainted with the system (or so I thought). Since then I have tried, from scratch, 5 different times and every time that I attach the proxy component it instantly crashes on play. Removing the component allows it to work again.
I'm sure that I will need to supply much more information to get to the bottom of the issue, but am uncertain what it is that you will need from me: pictures of the skin painting, model details, etc. Or, perhaps, you've come across this before and will know exactly what it is that I need to do. Either way, I hope that you can help me easily fix this and I can use your asset to bring even more depth to my character!
|
|
|
| Material look to lava |
|
Posted by: aldo_manetti - 30-10-2017, 05:29 PM - Forum: Obi Fluid
- Replies (2)
|
 |
Hi, I bought the obi fluid and it works really well.Bu t I have 2 doubts in which I would like a guide.
-To the liquid I need to give it a look like lava, is there a way to add textures to the material? to achieve a similar result:
http://static0.misionesonline.net/wp-con...ophm0g.jpg
- What is the best way to activate the fluid, I currently have a prefab off and active when I need it to start to drain, but it does not work, it will not render particles, but they exist in the editor (like a gizmo mesh)
many thanks
|
|
|
| Connect two objects |
|
Posted by: elfinik - 27-10-2017, 12:40 PM - Forum: Obi Rope
- Replies (3)
|
 |
Hello.
I'm doing the game using obi physics, but after studying the documentation, I could not connect the two objects with a rope with the result I needed.
I need to connect two points so that when the platform bends turned, the cube falls forward. I tried to adjust the distance, mass and stuff, but nothing happened.
Points are selected through the script
Code: localOPB.AddConstraint(0, firstTarget.GetComponent<ObiCollider>(), firstTarget.InverseTransformPoint(firstPoint), 0);
Code: localOPB.AddConstraint(105, secondTarget.GetComponent<ObiCollider>(), secondTarget.InverseTransformPoint(secondPoint), 0);
|
|
|
| Pre-Sale Question |
|
Posted by: Rexima - 27-10-2017, 09:10 AM - Forum: Obi Rope
- Replies (1)
|
 |
I dont know if this product fit my need's so i want to ask some questions.
- Is it possible to create the Rope in Runtime not only Editor Mode?
- Can i connect two GameObjects which have maybe an Rigidbody attached?
- Can i extend the Rope in Runtime, for example the player holds one end of the rope and walks to extend it to X meter?
- When the Rope is to long, can it be roll up?
- Can the Rope tear, when the carried object is to heavy?
- Is it possible to sync it over the network?
|
|
|
|