![]() |
Bug / Crash Collisions don't work consistently with multiple solvers in Obi 7 - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: Bug / Crash Collisions don't work consistently with multiple solvers in Obi 7 (/thread-4516.html) |
Collisions don't work consistently with multiple solvers in Obi 7 - goldfire - 26-06-2025 I never had these issues with Obi 6, but ever since upgrading to Obi 7 I've been tearing my hair out trying to get this to work. I've made a net prefab that uses a grid of ropes to create a net that captures a character that has a sphere obi collider attached to it. There are two of these at different parts of the game that are in different additively loaded scenes. If you load in to either one of these they work fine with collisions working on the obi collider. However, if you trigger the first net and then continue onto the second (which when reached, the prior net's scene has long since unloaded), the collisions don't work. I'm having the same issue either with the CPU or GPU backend. It's using the async simulation -- sync fixed grinds the game to a crawl, so it's not really an option for this. I've spent hours and hours over multiple days and every change I make either breaks the first one or the second one, I can't ever get them both to work consistently. Any thoughts on what could be happening? Unity Version: 2022.3.57 (built-in renderer) ![]() RE: Collisions don't work consistently with multiple solvers in Obi 7 - josemendez - 26-06-2025 Hi, The collision detection pipeline hasn't changed at all between Obi 6 and Obi 7, so behavior should be no different. Would it be possible for you to send your project (or a smaller one that reproduces the same issue) to support(at)virtualmethodstudio.com so that we can take a closer look at it? kind regards, RE: Collisions don't work consistently with multiple solvers in Obi 7 - goldfire - 26-06-2025 (7 hours ago)josemendez Wrote: Hi, It's quite a massive game, so sending the project isn't possible. I'll try to put together a test case, but it's going to take a fair amount of work to do that and no guarantees it replicates the issue. Is there anything I can test in terms of maybe trying to reset the physics state or something like that in the meantime? I suppose it's possible this was an issue before and we just never caught it until after the upgrade since we've been doing a lot more full game QA testing recently. |