|
|
Obi Rope on Android |
Posted by: aleksOleinikov - 17-01-2018, 08:45 AM - Forum: Obi Rope
- Replies (2)
|
 |
Hello, I started with your asset and tested it. That work great in editor, but when i build it on Android, rope doesn't work at all, no simulation. I build Sample Scenes, use clear project with this asset. I believe I missed settings, or should I use any additional scripts in scene for android and IOS?
Do you have any documentation about project setings for Android and Ios?
I use Unity 2017.2.0f3, 2017.3.0f3, min API lvl24
|
|
|
Soccer net values. |
Posted by: BirdInTheCity - 17-01-2018, 03:21 AM - Forum: Obi Cloth
- Replies (2)
|
 |
I'm using the cloth sim to create a hockey net, just like you did in this video:
https://www.youtube.com/watch?v=aY0IEIJe...HdzlzdwEr4
Are these scene files available for me to take a look at? Or could you perhaps post the solver values here?
In my sim, the hockey pucks continue to go straight through the net. I've tried increasing the Distance Constraint Parameters to 40, but that doesn't seem to solve it.
Do you have any advice to stop the pucks from passing through the net? The physics look so realistic in that video, but I'm having trouble achieving the same result.
|
|
|
Obi Particle Trigger |
Posted by: Riscii - 15-01-2018, 06:50 PM - Forum: Obi Rope
- Replies (2)
|
 |
Hello,
I just recently purchased obi rope and I have to say, it simulates beautifully. However I was wondering if an Obi Particle Trigger is possible. I want particles that are inside of the trigger to have different properties. For example I have a body of water and when a particle enters the body of water I want the drag to increase and the gravity to change.
I noticed the ObiSphericalForceZone, and this was a possible solution for the effect I wanted to achieve, however when the rope entered the sphere it was thrown out of the water, and placing many spheres under the water wasn't desirable.
For now I just created an obi collider with high friction under the water. It looks okay, and it stops the rope from sinking
|
|
|
A few general questions |
Posted by: rendezvous - 15-01-2018, 03:44 PM - Forum: Obi Cloth
- Replies (5)
|
 |
Hello,
I have a few questions regarding the proper usage of this package as follows:
1. What is "generally recommended" number of vertices in a single Obi Cloth mesh? Obviously, I'd think smaller the better due to performance reasons but I wonder if I should stay away from using a high-poly (i.e., 10,000+ vertices) meshes
2. I noticed that the trench coat mesh found in the CharacterCloth demo has a little more than 2,800 vertices. And during runtime it moves a lot smoother than my custom mesh, which has close to 5,000 vertices. Apart from using less than optimal settings for my mesh, what other factors would contribute to my mesh's jagged, unnatural movement & look? Should I triangulate my meshes as the trench coat mesh is?
3. I cannot seem to get the ObiClothDragger feature work on my custom mesh. I'm particularly curious as to what settings have been used for the skirt demo on this blog post (http://blog.virtualmethodstudio.com/2017...whats-new/). I have not been able to find any demo/tutorial on the ObiClothDragger feature (which is one of the main reasons why I bought this package), so it'd be tremendously helpful if you could provide some guidance on the proper setup. On a related note, which application did you use to properly rig the skirt mesh?
Any pointers and/or tips would be much appreciated!
|
|
|
Compile error : Invalid subscript _ShadowCoord |
Posted by: Kumsan - 15-01-2018, 04:37 AM - Forum: Obi Rope
- Replies (3)
|
 |
Hi,
I am using Obi Rope and when I compile my project, it fails. I get a total of 4 errors, all of which are related to shaders. I could not solve it or find any resource online to solve it. Below are my errors. I am not going to post the code since you already have it. Please reply soon as possible I am on a tight deadline and have already spent quite sometime trying to solve this but to no avail. Thank you.
Error 1:
Shader error in 'Obi/Particles': invalid subscript '_ShadowCoord' at line 82 (on d3d9)
Compiling Vertex program with DIRECTIONAL LIGHTMAP_ON SHADOWS_SHADOWMASK
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
Error 2:
Shader error in 'Obi/Particles': invalid subscript '_ShadowCoord' at line 82 (on d3d11)
Compiling Vertex program with DIRECTIONAL LIGHTMAP_ON SHADOWS_SHADOWMASK
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_LIGHT_PROBE_PROXY_VOLUME
Error 3:
Shader error in 'Obi/Simple Particles': invalid subscript '_ShadowCoord' at line 68 (on d3d9)
Compiling Vertex program with DIRECTIONAL SHADOWS_SHADOWMASK
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
Error 4:
Shader error in 'Obi/Simple Particles': invalid subscript '_ShadowCoord' at line 68 (on d3d11)
Compiling Vertex program with DIRECTIONAL SHADOWS_SHADOWMASK
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_LIGHT_PROBE_PROXY_VOLUME
|
|
|
Compile failure with Obi Rope |
Posted by: jonworks - 15-01-2018, 03:53 AM - Forum: Obi Rope
- Replies (4)
|
 |
Hello,
After downloading Obi Rope 3.2 in Unity 5.6.5f1 my application will no longer compile with the following errors:
Assets/Obi/Scripts/Solver/ObiArbiter.cs(19,36): error CS0066: `Obi.ObiArbiter.OnFrameStart': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiArbiter.cs(20,36): error CS0066: `Obi.ObiArbiter.OnFrameEnd': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(88,28): error CS0066: `Obi.ObiSolver.OnFrameBegin': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(89,28): error CS0066: `Obi.ObiSolver.OnStepBegin': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(90,28): error CS0066: `Obi.ObiSolver.OnFixedParticlesUpdated': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(91,28): error CS0066: `Obi.ObiSolver.OnStepEnd': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(92,28): error CS0066: `Obi.ObiSolver.OnBeforePositionInterpolation': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(93,28): error CS0066: `Obi.ObiSolver.OnBeforeActorsFrameEnd': event must be of a delegate type
Assets/Obi/Scripts/Solver/ObiSolver.cs(94,28): error CS0066: `Obi.ObiSolver.OnFrameEnd': event must be of a delegate type
I figure I must be doing something wrong since nobody else has mentioned this yet, but I took great pains to update Unity to this version so I could try this asset and I still can't get it to compile at all. What do I need to do?
Thanks,
Jon
|
|
|
Obi Rope + Ultimate Water System |
Posted by: Galahad_druid - 12-01-2018, 07:39 PM - Forum: Obi Rope
- Replies (1)
|
 |
It is possible to apply forces to Obi Rope object?
I'm trying to make rope that float on water. I'm using the Ultimate Water System plugin and it has a component that apply forces to Rigidbodies to make them float.
Could ObiSolver code be modified to make this happen?
Regards
Thiago
|
|
|
|