![]() |
Help Can Obi Fluid interact with Unity terrain - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Fluid (https://obi.virtualmethodstudio.com/forum/forum-3.html) +--- Thread: Help Can Obi Fluid interact with Unity terrain (/thread-1256.html) |
Can Obi Fluid interact with Unity terrain - protofactor - 01-07-2019 Hi there, i'm considering the purchase of Obi Fluid. However i would first need to know if the Obi Fluid can collide with Unity terrain. Thanks in advance to anyone who can help answering that question. Best, RE: Can Obi Fluid interact with Unity terrain - josemendez - 02-07-2019 (01-07-2019, 09:32 PM)protofactor Wrote: Hi there, Hi there, Yes it can. The only collider not supported is PolygonCollider2D. Note however that due to performance reasons the terrain is treated like a height map, not a triangle mesh. This means that extremely steep sections resembling walls won't result in completely accurate collisions. kind regards, |