Latest Threads |
Obi Softbody IndexOutOfRa...
Forum: Obi Softbody
Last Post: Aroosh
Yesterday, 11:37 AM
» Replies: 2
» Views: 88
|
Rope pinned to two dynami...
Forum: Obi Rope
Last Post: Crimson1462
09-05-2025, 07:51 PM
» Replies: 2
» Views: 154
|
Unity 6 Console Spam abou...
Forum: Obi Fluid
Last Post: josemendez
09-05-2025, 08:03 AM
» Replies: 3
» Views: 1,121
|
the Obi cloth has some co...
Forum: Obi Cloth
Last Post: josemendez
09-05-2025, 08:00 AM
» Replies: 2
» Views: 89
|
Hard crash in build after...
Forum: Obi Rope
Last Post: goldfire
04-05-2025, 10:10 PM
» Replies: 2
» Views: 224
|
Particle collision with s...
Forum: Obi Softbody
Last Post: Duncano
03-05-2025, 02:07 PM
» Replies: 2
» Views: 249
|
Memory leak warning with ...
Forum: Obi Fluid
Last Post: Softscale
02-05-2025, 04:36 PM
» Replies: 3
» Views: 280
|
Rope cursor with attachme...
Forum: Obi Rope
Last Post: josemendez
01-05-2025, 07:19 PM
» Replies: 1
» Views: 193
|
Issue Saving/Loading Part...
Forum: Obi Rope
Last Post: josemendez
30-04-2025, 01:20 PM
» Replies: 10
» Views: 854
|
Rope extension, vibration...
Forum: Obi Rope
Last Post: josemendez
29-04-2025, 04:09 PM
» Replies: 26
» Views: 2,128
|
|
|
Positions Saving & Loading |
Posted by: Loki_Priest - 16-01-2019, 05:03 AM - Forum: Obi Cloth
- Replies (2)
|
 |
Hello.
I need to save disposed positions of particles (or vertices) after closing the game and to load them when I start the game.
I managed to write actor's positions and obiCloth's meshVertices arrays to XML files and to read them.
But I faced with two problems:
1) It's ok to SetParticlePositions using the values from the file; but it was not possible to get changed positions of particles (I mean the position[] array doesn't change, however the real picture is ok while deforming the object). Maybe it's necessary to RequireRenderablePosition (or/and PullDataFromSolver), isn't it?
2) On the other hand, values of meshVertices array change when I deform the mesh, but I have no luck in changing them manually with the values from the XML file (I mean the clothMesh from ObiClothBase class).
Maybe I missed something important?
For clarity, here is an example of what I need:
1) I start my game with a ball.
[attachment=215]
2) Then I deform it (via the "finger" collider), save it, and quit the game.
[attachment=217]
3) When I open the game again I am to see the second picture.
|
|
|
Build errors with latest Unity |
Posted by: Bluerex - 14-01-2019, 06:39 PM - Forum: Obi Rope
- Replies (4)
|
 |
Hi,
With the current asset store version of Obi Rope, I get build errors. I created a new, empty project, imported Obi Rope, then opened the solution and did a build, and I get the following errors:
Code: Error CS0308 The non-generic type 'Queue' cannot be used with type arguments Test F:\Unit Projects\Test\Assets\Obi\Scripts\Actors\ObiBone.cs 104
Error CS0246 The type or namespace name 'Stopwatch' could not be found (are you missing a using directive or an assembly reference?) Test F:\Unit Projects\Test\Assets\Obi\Scripts\Coroutines\CoroutineJob.cs 93
Error CS0006 Metadata file 'F:\Unit Projects\Test\Temp\UnityVS_bin\Debug\Assembly-CSharp.dll' could not be found Test.Editor F:\Unit Projects\Test\CSC 1 Active
Any tips on how to fix this?
|
|
|
T-Shirt Max Particles |
Posted by: Gabe Tomsen - 11-01-2019, 01:24 AM - Forum: Obi Cloth
- Replies (1)
|
 |
Hi,
I´m trying use Obi Cloth with a mesh but I had to set de Max Particles number to 6544. Unfortunately, the scene became very slow and unresponsive. Any ideas?
Thanks in advance
all the best
|
|
|
Android ARM64 |
Posted by: ickydime - 09-01-2019, 07:26 PM - Forum: Obi Cloth
- Replies (3)
|
 |
Since UWP is not supported I can't build to the Hololens. Instead I figured I'd try Magic Leap, given you support Android. Unfortunately, when I deploy using armeabi-v7a, the app throws errors saying libOni is x86 and needs to be x64.
Would it be possible to get a x64 bit of the Android .so to test it out?
I requested more details from MagicLeap as well: https://forum.magicleap.com/hc/en-us/com...to-Request
I've seen other 3rd party libraries provide the following in case it is helpful: aarch64-linux-android
Cheers,
Mark
|
|
|
How do you properly destroy an Obi Rope at runtime? |
Posted by: SamMcG - 07-01-2019, 05:06 AM - Forum: Obi Rope
- Replies (4)
|
 |
If I try to destroy a rope simply using Destroy(gameObject), all other ropes using that solver stop working. I've tried using Solver.RemoveActor(rope), but that results in a whole bunch of weird problems. What is the correct way to go about this?
|
|
|
|