Latest Threads |
Rope disappears when came...
Forum: Obi Rope
Last Post: josemendez
8 hours ago
» Replies: 3
» Views: 39
|
Collisions do not happens...
Forum: Obi Rope
Last Post: quent_1982
Yesterday, 12:00 PM
» Replies: 2
» Views: 131
|
Unstable chain attachment
Forum: Obi Rope
Last Post: quent_1982
17-05-2025, 10:31 AM
» Replies: 13
» Views: 659
|
Memory leak warning with ...
Forum: Obi Fluid
Last Post: josemendez
16-05-2025, 02:07 PM
» Replies: 4
» Views: 484
|
the Obi cloth has some co...
Forum: Obi Cloth
Last Post: MakeLifeEasier
16-05-2025, 08:59 AM
» Replies: 3
» Views: 292
|
ObiCloth going through co...
Forum: Obi Cloth
Last Post: josemendez
16-05-2025, 08:10 AM
» Replies: 1
» Views: 119
|
Why does setting InverseM...
Forum: Obi Fluid
Last Post: nonnamed
13-05-2025, 12:41 PM
» Replies: 8
» Views: 11,851
|
Shaking problem when coll...
Forum: Obi Softbody
Last Post: webmagic
13-05-2025, 12:11 PM
» Replies: 6
» Views: 411
|
Obi Softbody IndexOutOfRa...
Forum: Obi Softbody
Last Post: Aroosh
11-05-2025, 11:37 AM
» Replies: 2
» Views: 249
|
Rope pinned to two dynami...
Forum: Obi Rope
Last Post: Crimson1462
09-05-2025, 07:51 PM
» Replies: 2
» Views: 341
|
|
|
Support for PolygonCollider2D? |
Posted by: PuppyPuppyPuppy - 01-04-2019, 06:29 PM - Forum: Obi Softbody
- Replies (2)
|
 |
I was wondering if there are plans at some point to include support for PolygonCollider 2D. The documentation says that this is the only type of collider not currently supported. It would be useful in 2D projects, especially with the attention Unity is giving with things like SpriteShapes (which currently use either edge colliders or poly 2D colliders).
Thanks!
|
|
|
softbody not deformed |
Posted by: songsongsong - 31-03-2019, 02:51 PM - Forum: Obi Softbody
- No Replies
|
 |
i have put softbody on several models.
most models are working.
however this model is not woking. the "particle renderer‘ indicators are displayed as expected. however the real mesh not deformed as those particle renderer.
[attachment=310]
this is deformed photo. only particle renderer deformed, the model not deformed
[attachment=311]
this is no-deformed photo.
|
|
|
Other constraints than shape matching |
Posted by: RandomWaterbird - 29-03-2019, 03:41 PM - Forum: Obi Softbody
- Replies (1)
|
 |
Hi,
I'm trying to understand how other constraints work. I've tried ticking the distance and volume checkboxes in the solver component, and then adding distance and volume constraint behaviors to my soft body. Yet, when running the simulation, the whole object collapses.
Maybe I don't understand these constraints properly? The only constraint that seems to work is shape matching. This is also the only constraint that has samples.
|
|
|
ObiParticleRenderer |
Posted by: mimarilker - 29-03-2019, 01:38 PM - Forum: Obi Fluid
- Replies (10)
|
 |
Hi,
Is it possible to duplicate particles in visual without increasing the actual numbers of particles? Then I can use ObiParticleRenderer instead of Unity Native Particle System which cannot visualize viscosity, vorticity, pressure etc.
If this is not possible is there a way to utilize Unity Native Particle System to render not speed only but also the other parameters as I mentioned (viscosity, density, vorticity etc.).
Last, your support and the asset are amazing and you the people reading this post, don't think even for one second before buying this excellent asset!
|
|
|
Addition of Obi Collider |
Posted by: Richard - 29-03-2019, 09:12 AM - Forum: Obi Cloth
- Replies (7)
|
 |
Hello.
This is very basic question, but I cannot add Obi collider by AddComponent.
My code is.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ManSetting : MonoBehaviour
{
public GameObject man;
// Start is called before the first frame update
void Start()
{
man.AddComponent<MeshCollider>();
man.AddComponent<ObiCollider>();
}
}
However, error massage is displayed like the image.
|
|
|
Warning when imported |
Posted by: Richard - 29-03-2019, 08:00 AM - Forum: Obi Cloth
- Replies (1)
|
 |
There was three warnings.
Assets\Obi\Scripts\Actors\ObiCloth.cs(78,14): warning CS0108: 'ObiCloth.Awake()' hides inherited member 'ObiClothBase.Awake()'. Use the new keyword if hiding was intended.
Shader warning in 'Obi/FlatSurfaceShader': floating point division by zero at line 51 (on d3d11)
Compiling Fragment program with UNITY_PASS_META
Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR
Shader warning in 'Obi/Simple Particles': Use of UNITY_MATRIX_MV is detected. To transform a vertex into view space, consider using UnityObjectToViewPos for better performance.
What should I do?
|
|
|
|