Search Forums

(Advanced Search)

Latest Threads
Stitcher breaks simulatio...
Forum: General
Last Post: Qriva0
4 hours ago
» Replies: 3
» Views: 1,907
(7.0.3) Updating skin con...
Forum: Obi Cloth
Last Post: josemendez
7 hours ago
» Replies: 3
» Views: 142
Extending rope by pulling...
Forum: Obi Rope
Last Post: trentthebaker
09-01-2026, 03:58 PM
» Replies: 0
» Views: 243
Managing dynamic constrai...
Forum: General
Last Post: josemendez
09-01-2026, 09:54 AM
» Replies: 1
» Views: 366
Emit rope like silly stri...
Forum: Obi Rope
Last Post: josemendez
09-01-2026, 09:17 AM
» Replies: 8
» Views: 979
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
09-01-2026, 02:56 AM
» Replies: 11
» Views: 4,218
Setting velocity to 0
Forum: Obi Cloth
Last Post: Qriva0
22-12-2025, 11:26 AM
» Replies: 7
» Views: 1,264
Cloth backside collision ...
Forum: Obi Cloth
Last Post: Qriva0
19-12-2025, 10:07 AM
» Replies: 7
» Views: 2,259
Following Seas - Made wit...
Forum: Made with Obi
Last Post: josemendez
19-12-2025, 09:56 AM
» Replies: 1
» Views: 414
Obi 8: what's coming up
Forum: Announcements
Last Post: josemendez
12-12-2025, 08:41 AM
» Replies: 8
» Views: 2,138

 
  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

  AfterShadowMapPass
Posted by: Shreeya - 05-01-2018, 07:15 AM - Forum: Obi Cloth - Replies (2)

Error message >> Assets/Obi/Rendering/ShadowmapExposer.cs(21,38): error CS0117: `UnityEngine.Rendering.LightEvent' does not contain a definition for `AfterShadowMapPass'

How to correct this error?

Print this item

  Obi Fluid Setup - Beginner Question
Posted by: hmhmhm - 03-01-2018, 08:26 AM - Forum: Obi Fluid - Replies (6)

Hello,

I'm new to Obi Fluid and in the process of getting familiar with it.
I'm trying to have a very simple 2D scene, similar to 'Simple Fluid' in the Sample Scene folder.

I start a new scene, add an Obi Emitter (with solver), and turn it 90 degrees on the x-axis so it emits downward.
I then add an empty Game Object, and add 'Rigidbody 2D', 'Box Collider 2D' and 'Obi Collider 2D (Script)' to that object. As per the instructions, I make sure the emitter and game object are in different layers.

When I run the scene, two unexpected things happen:

1. The Obi particles 'enter' the object, i.e. they don't bounce off the surface, some of them even 'fall through' the object.

[Image: 5rJWiwA.png]

2. When I switch to 3D view, and have a look from the side, I can see the particles are not remaining in the 2D plane (z=0), i.e. they move backwards and/or forward once they hit the object.

[Image: qTYuXhm.png]

Eventually I would like to create a simple bucket and fill it with fluid in 2D. How do I best go about this, so the fluid stays a) in the 2D plane, and b) in the bucket. Also, is there an easy way to fill the bucket when the scene gets executed, i.e. without having to 'emit' the fluid into it first, which takes a while?

Thank you!

Print this item