Latest Threads |
Rod attachment orientatio...
Forum: Obi Rope
Last Post: chenji
Yesterday, 10:56 AM
» Replies: 3
» Views: 60
|
Change rod section at run...
Forum: Obi Rope
Last Post: chenji
Yesterday, 10:43 AM
» Replies: 1
» Views: 102
|
Rope going through wall
Forum: Obi Rope
Last Post: josemendez
04-08-2025, 01:02 PM
» Replies: 5
» Views: 202
|
In SolidifyOnContact exsa...
Forum: Obi Fluid
Last Post: asimofu_ok
04-08-2025, 11:38 AM
» Replies: 5
» Views: 160
|
Sliding along a rope
Forum: Obi Rope
Last Post: vrt0r
01-08-2025, 07:43 PM
» Replies: 0
» Views: 69
|
Is it possible to render ...
Forum: Obi Fluid
Last Post: asimofu_ok
01-08-2025, 10:07 AM
» Replies: 2
» Views: 119
|
Cloth has stretchy behavi...
Forum: Obi Cloth
Last Post: Andreia Mendes
31-07-2025, 02:38 PM
» Replies: 22
» Views: 1,005
|
Get separate particles pa...
Forum: Obi Fluid
Last Post: slimedev
29-07-2025, 06:51 PM
» Replies: 6
» Views: 3,310
|
Solver outside of hierarc...
Forum: General
Last Post: Jawsarn
29-07-2025, 06:19 PM
» Replies: 4
» Views: 231
|
Rope ignoring colliders o...
Forum: Obi Rope
Last Post: josemendez
24-07-2025, 07:03 AM
» Replies: 1
» Views: 166
|
|
|
Platform Support questions |
Posted by: Yung Youngstr - 25-09-2018, 03:47 PM - Forum: General
- Replies (3)
|
 |
Hello. Thanks for all the hard work you have put into Obi. Your efforts have really paid off! I have two vaguely related questions about Obi:
1. I noticed on your site that you support Windows/OSX/iOS/Android, and that the only other platforms you plan on supporting are PS4/XB1. Does this mean that UWP will never get support? I understand that it may be quite a bit of work, but I don't believe there's anything that would make such a thing unfeasible. I would say there's quite a bit more demand now that the Windows Mixed Reality Platform, both Hololens and immersive headsets, are using UWP. Myself in particular am developing for the platform, and I just hit a brick wall with the lack of platform support.
2. While loosely on the subject of VR, I noticed that your website says Obi Fluid requires some funky two-camera setup "since the renderer does not support single-pass stereo rendering". When you say "the renderer", are you referring to Obi's fluid renderer or Unity's renderer? I ask because Unity does support single pass stereo rendering, and it has been supported as early as the Unity 5 cycle.
![[Image: SinglePassStereoRendering3.png]](https://docs.unity3d.com/uploads/Main/SinglePassStereoRendering3.png)
ta-da!
So am I missing something here? Will you guys bring native support for Obi's fluid renderer to single pass? It would be a killer feature to add, since single pass heavily decreases CPU usage, freeing up valuable resources for the fluid simulation. And I have no clue whether support for the newer "single pass instanced" rendering would be any harder, but that's also a valuable feature to support, since it brings CPU usage even lower than traditional single pass does.
Thanks for your help guys
|
|
|
iOS Simulator Crash |
Posted by: gmentat - 25-09-2018, 11:35 AM - Forum: Obi Cloth
- Replies (3)
|
 |
Hello,
We are having issues with the Cloth component in the iOS Simulators. The app crashes somewhere in the Oni library with an error: "...UseHalfMesh not found". I can attach the whole log of the error if necessary.
Can Obi Cloth run in the Simulator SDK?
Thanks
|
|
|
Interpolation frame delay |
Posted by: Sewy24 - 24-09-2018, 09:30 AM - Forum: Obi Cloth
- Replies (4)
|
 |
Hello,
as the problem is still valid, and we have no answer from your side for almost 3 months, I'm making new thread to remind and not
to abuse previous thread with different purpose.
--
we put together simple scene to demonstrate our situation (will send it to the support@virtualmethodstudio.com).
In the example, there is a Cube - to simulate the player.
We are simulating movement on simulaton rig and using our own interpolation - simple Lerping/Slerping over time (attached in the example) to apply smooth movement to the render rig because of networking.
Description of the scene:
a. Moving the simulaton rig in fixed update.
b. Own interpolation of the a. and copying the transforms to the render rig.
c. Cloth object position is copied from the simulation rig "bone" in fixed update.
d. Cloth simulation in fixed update with your interpolation.
Observation 1. We have to use skinned mesh with "fixed particles" being substitued with "skin radius" set to 0, to avoid jump-following of the "fixed paricles" - not happy with that, because we cannot use "fixed particles"
Observation 2. Your interpolation seems to be dependant on "Fixed Timestep"
- when 0.02, the interpolated cloth is working fine,
- on lower value, the interpolated cloth is few steps ahead of our interpolation
- on higher value, the interpolated cloth is s few steps behind of our interpolation
Could you please take a look on the example and recommend setting for this setup?
If you could share your interpolation script with us, we will be more able to identify the delay issue.
Thanks
|
|
|
Just upgraded to 3.5 from 3.1 |
Posted by: Zomby138 - 22-09-2018, 10:23 PM - Forum: Obi Cloth
- Replies (8)
|
 |
Hi Jose,
I think this is my first time posting on this forum, but you might remember me from a while ago on Unity.
I just upgraded my Obi from 3.1 to 3.5 and I can see that a lot has changed! I was having some problems in the old version, so I thought I'd upgrade to the latest version before trying to address them. Unfortunately for me it seems like I have much worse problems now after the upgrade 
I have attached some screen shots demonstrating my new problem. This is a character running around a test area with an Obi Cloth skirt. Her upper clothing is turned off so you can see the problem more easily.
The Obi Solver is attached to her pelvis bone, is set to "Simulate in Local Space" and all four Velocity / Inertia Scales are set to 0. This should mean that no influance can come from world space movement. The solver is set to "Late Update", and the character's Animator has Update Mode of Normal. (I have tried using Fixed Update and Animate Physics, but it is much worse).
The top two rows of verticies are Pinned in place (which is working), and then you can see all the vertices bellow that are offset backwards while she is moving forwards, as if they are taking the world space possitions that they should have had in the previous frame. You can see in the second shot, that her legs and body poke through the front while this is happening. Screen shot 3 shows that this effect is more pronounced when she is sprinting (moving through world space faster).
The final screen shot is just to show that the colliders in her legs work correctly when she is not moving fast, as she hangs on the ledge the cloth works nicely.
I didn't have any of these problems while using 3.1. Do you have any idea what's happened here?
|
|
|
_FluidDepthTexture not found |
Posted by: asimofu_ok - 22-09-2018, 02:14 AM - Forum: Obi Fluid
- Replies (6)
|
 |
When I play the Obi Fluid example scene, it makes this caution.
CommandBuffer: temporary render texture _FluidDepthTexture not found while executing Render fluid (SetGlobalTexture)
Some of examples seems not rendering fluid particles(MultiphaseFluidBuoyancy.unity and SimpleFluid.unity)
And in all example scene, its not rendering fluid particles in Scene View.
I use Unity2018.2.5f1 with Win10.
|
|
|
Render ObiSimpleFluidRenderer before everything |
Posted by: rosedev - 19-09-2018, 10:04 PM - Forum: Obi Fluid
- Replies (2)
|
 |
Hello,
I'm working on a 2D game and using ObiSimpleFluidRenderer to render the fluid.
By default the fluid is rendered after all renderers in the scene. Is it possible to make it render BEFORE all renderers?
I tried to change this line in the OnPreRender() method:
Code: currentCam.AddCommandBuffer (CameraEvent.BeforeImageEffectsOpaque, renderFluid);
to
Code: currentCam.AddCommandBuffer (CameraEvent.BeforeForwardOpaque, renderFluid);
but it did not work.
Thanks for your answer.
|
|
|
Rope Climb Ability |
Posted by: JacobSiler - 18-09-2018, 10:22 PM - Forum: Obi Rope
- Replies (5)
|
 |
Hi there.
I am working on a rope climbing system for my game, and I came to a few questions about Obi Rope.
Will I be able to determine particle positions to snap my character's hands to them as she climbs? I would also need the hand and leg contact areas to be similar to pin constraints, because I want my character to be able to affect the rope while climbing and swing on the rope according to keyboard input.
I have a mindmap of my current, and desired features here: https://www.mindmeister.com/1144902602?t=Rw6xppRVNe
Obi Rope definitely tops the other rope assets I could find, so I purchased it in hopes that I can get my design working with it.
If anyone has any tips, or can confirm if this is possible I would be very appreciative!
Thanks.
|
|
|
Filling a bottle on start |
Posted by: DJacquemin - 17-09-2018, 11:02 AM - Forum: Obi Fluid
- Replies (1)
|
 |
Hi everybody,
I'm trying to fill a bottle with liquid at the start of the application.
This is the list of problem I encounter : - Filling at startup : I suppose I should use the "burst" emission method but it only spawns a little amount of particles. I tried to set the speed to a higher number but it didn't change anything. I probably missed something.
- Leaks : after a certain height, the particles start leaking from a side of the bottle (always the same) and from the bottom.
I tried to add another object with a collider (and obi collider) to the leaking side but if it's too far, it leaks between the bottle and the object, if it's too close to the side of the bottle, the particles leak through the object.
I also tried to increase the thickness of the Obi collider but it still leaks.
Changing the emitter material (From blood to foamy water) improve the situation but it still leaks after a moment.
I also noticed that the leak "pattern" changes when the starting position changes.
I attached screenshot with my bottle configuration.
The emitter is a child of the bottle.
Am I doing something wrong ?
Can I "pre-fill" the bottle ?
Thanks for your answer.
|
|
|
some questions.. |
Posted by: excellency - 14-09-2018, 08:42 PM - Forum: Obi Rope
- Replies (1)
|
 |
hi,
i have some questions
1. how to reset the rope. with reset tear.
2. a error is occured always in the Unity Editor(2018.2.6f1).
- "Menu Component/Physics/Obi/Obi Particle Renderer can't be checked because doesn't exist"
what is this?
3. i click to preview play button. and then the unity editor is crashed in almost cases.
and when i set the Time.timeScale is lower than 1, the rope motion is not smooth.. how can i improve smoothmess?
|
|
|
|