Search Forums

(Advanced Search)

Latest Threads
Broken scripts with updat...
Forum: Obi Rope
Last Post: hariedo
21-12-2024, 10:35 AM
» Replies: 0
» Views: 47
Garment explodes on Andro...
Forum: Obi Cloth
Last Post: CptnFabulous
19-12-2024, 07:16 AM
» Replies: 4
» Views: 677
Calculating and Reproduci...
Forum: Obi Fluid
Last Post: ZacharyP
18-12-2024, 05:49 PM
» Replies: 2
» Views: 773
Null Reference, actor not...
Forum: Obi Rope
Last Post: josemendez
13-12-2024, 12:39 PM
» Replies: 1
» Views: 165
Issue with Grasping ObiRo...
Forum: Obi Rope
Last Post: josemendez
12-12-2024, 12:00 PM
» Replies: 5
» Views: 472
Changing extruded rendere...
Forum: Obi Rope
Last Post: aderae
10-12-2024, 07:35 PM
» Replies: 2
» Views: 246
Baking a rope is causing ...
Forum: Obi Rope
Last Post: josemendez
10-12-2024, 11:06 AM
» Replies: 6
» Views: 665
Barrier belt - changing l...
Forum: Obi Rope
Last Post: josemendez
10-12-2024, 10:42 AM
» Replies: 1
» Views: 221
Path editor gizmo's appea...
Forum: Obi Rope
Last Post: josemendez
10-12-2024, 09:50 AM
» Replies: 1
» Views: 219
Problems when using multi...
Forum: Obi Cloth
Last Post: Cat3Man
09-12-2024, 03:17 AM
» Replies: 2
» Views: 297

 
  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

Print this item

  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!

Print this item

  Tearable plastic bags issue
Posted by: jedi8421 - 15-01-2018, 08:39 AM - Forum: Obi Cloth - Replies (6)

Hello,

I've been trying to manipulate obi tearable cloth on Unity 2017.2, and everything went well until I tried to make a closed bag. I'm using a "closed" mesh, like a sphere, so that may be the issue here : when I try tearing the cloth it results in incoherent triangles scaling at random where it should have been separated. 

I take it that it may be impossible to use completely closed meshes, but can you confirm Huh ? I've also tried with the basic Unity sphere and got the same result. However I'm having no issues with planes and such.

Print this item

  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

Print this item

  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

Print this item

  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

Print this item

  Rope not working on mobile devices to drag objects
Posted by: imranbinazhar - 09-01-2018, 10:03 AM - Forum: Obi Rope - Replies (1)

I am using Obi rope to drag a ball from a car, it works fine on editor but when I build it on Android, the rope breaks. I don't know why is that happening. Need help.

Print this item

  Obi cloth crash
Posted by: Chaiker - 09-01-2018, 09:18 AM - Forum: Obi Cloth - Replies (3)

Hi there. I have obi cloth on characters and test scene, where i press key and enemy spawns at point. And when it spawns in other enemy (just same point) Unity crashes. If enemy spawn not in other enemy, so crash will be little bit later. What it is?

Preview:

Code:
Unity Editor [version: Unity 2017.3.0f2_d3a5469e8c44]

Unity.exe caused an Access Violation (0xc0000005)
 in module Unity.exe at 0033:00000000.

Error occurred at 2018-01-09_150618.
D:\Soft\Unity 2017.3.0f2\Editor\Unity.exe, run by Chaiker.
37% memory in use.
16275 MB physical memory [10196 MB free].
28275 MB paging file [19542 MB free].
134217728 MB user address space [134213514 MB free].
Write to location 00000000 caused an access violation.

Context:
RDI:    0x00000000  RSI: 0x9f7eade0  RAX:   0x40000000
RBX:    0x00000028  RCX: 0x543a46f0  RDX:   0x543b4cb0
RIP:    0x00000000  RBP: 0x9f6e3860  SegCs: 0x00000033
EFlags: 0x00010246  RSP: 0x2065fa68  SegSs: 0x0000002b
R8:    0x9f6e36a0  R9: 0x2065fb00  R10:   0x2065fac0
R11:    0x2065fc38  R12: 0x9f6e36a0  R13:   0x9f6e5ae8
R14:    0x9f7eae20  R15: 0x543a46f0

Bytes at CS:EIP:
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??

Stack:
0x2065fa68: 428fa77e 00000001 00000030 00000000 ~..B....0.......
0x2065fa78: 00000013 00000000 3e4ccccd 00000000 ..........L>....
0x2065fa88: 00000000 00000000 2065fc58 00000000 ........X.e ....
0x2065fa98: 9f7eae20 00000000 9f6e3860 00000000  .~.....`8n.....
0x2065faa8: 00000000 00000000 543b4cb0 00000000 .........L;T....
0x2065fab8: 408046c0 00000001 3f3673f5 be821590 .F.@.....s6?....
0x2065fac8: be96adec bf15778c c0185fb7 3f6d489e .....w..._...Hm?
0x2065fad8: c06a2784 00000000 3f350393 bbb3ed00 .'j.......5?....
0x2065fae8: bbb3ee00 bf35038b c018fa59 3f9328b8 ......5.Y....(.?
0x2065faf8: c06bd4af 00000000 44a2d930 00000001 ..k.....0..D....
0x2065fb08: 00000016 00000000 184f5d14 00000000 .........]O.....
0x2065fb18: 184f58f0 00000000 00000000 00000000 .XO.............
0x2065fb28: 0000022f ffffffff 00000000 00000000 /...............
0x2065fb38: 00000000 00000002 00000001 40665080 .............Pf@
0x2065fb48: 00000000 00000000 05c464a0 00000000 .........d......
0x2065fb58: 00000000 00000000 00000000 00000000 ................
0x2065fb68: 00000000 00000000 00000000 00000000 ................
0x2065fb78: 00000000 00000000 fffffffe ffffffff ................
0x2065fb88: 4038cbc3 00000001 3f800000 00000000 ..8@.......?....
0x2065fb98: 408045c9 00000001 00000000 3f800000 .E.@...........?
0x2065fba8: 00000000 00000000 00000000 00000000 ................
0x2065fbb8: 4038cbc3 00000001 00000000 00000000 ..8@............
0x2065fbc8: 00000000 3f800000 fffffffe ffffffff .......?........
0x2065fbd8: 00000000 00000000 005e9908 00000000 ..........^.....

Crash dmp you can download by link: https://1drv.ms/f/s!AlCyB5jMt8_SnnmIdXjx2yO8_hVb

Print this item

  Physically accurate closed pulley system
Posted by: M. Hanssen - 08-01-2018, 12:18 PM - Forum: Obi Rope - Replies (3)

I would like to make a physically accurate closed pulley system with 2 pulleys and one closed rope.
All physics and colliders are working except that I cannot get the rope to react to the pulley rotation.
Is this even possible with Obi Rope and/or how should I approach this?

[Image: 1ii445dNDDSzaQWcR00kG_scJbCijUBoMfrU2AW4...17-h337-no]

Print this item

  playableGraph Error
Posted by: Shreeya - 05-01-2018, 08:07 AM - Forum: Obi Cloth - Replies (2)

ERROR>>>>>Assets/Obi/Scripts/Solver/ObiAnimatorController.cs(38,14): error CS1061: Type `UnityEngine.Animator' does not contain a definition for `playableGraph' and no extension method `playableGraph' of type `UnityEngine.Animator' could be found. Are you missing an assembly reference?


How to resolve this?

Print this item