I asked about marquee tool before, but I want to choose particles by only script not using UI. How can I choose particle by rect of coordinates? and create obi handle from there? I don't know how to select the target(obi cloth) and lead to edit by script
We have run into an issue where Obi Cloth reliably crashes on Apple A12 based devices. I have created a minimal repro project based on the Runtime Cloth example of the distribution. The issue happens on both 4.0 and 4.1. The attached project crashes on A12 devices, such as the iPhone XS and XR, but not on any other devices we have tested on, including A9, A10 and A11 devices. We are building using Unity 2018.4.1f1 and Xcode 10.2.1 (10E1001). The devices are running iOS 12.2.
There are multiple different stack traces for the crashes, I have attached some.
The issue was unfortunately discovered in the last minute and blocked us from making a release using Obi, we will have to temporarily strip the assets using it until a solution can be found.
To repro with the project attached, unzip into a base distribution of 4.1 (or 4.0 for that matter, same result), build, run on a A12 device and tap to spawn a sack.
Hello, first off I want to say it's amazing asset, have messed around with it in the editor and everything worked as expected, however I have problems achieving the same on runtime.
I have checked the example code on 1 of your pages, but it seemed outdated. I have tried various things but can't seem to get it to work. I have tried the following code:
However I get an nullreferenceexception. that occurs in ObiRopeCursor.cs line 101.
The rope does appear in the scene tho. The effect I am going for is to generate a rope between 2 object where 1 of the objects could be both static or a moving object and the other object is always a moving object.
I have a table mesh with a separate tablecloth mesh. Both are sitting upon a floor mesh. The table is a rigidbody with a mesh collider.
The tablecloth has an Obi Cloth component, set up as shown in the Obi Cloth setup video. The simulation works great, the tablecloth that came with the table actually moves like cloth now. The only trouble is, it falls through the table and through the floor, off into space. I've tried different colliders, configurations, etc, but can't seem to get it. Thanks for any help!
I bought obi fluid a couple of days ago and I still have not figured out how to make chemical reactions like in the video demo. There isn't even a demo scene to test.
Hi,
I faced unexpected behavior of a softbody positioned far from the world origin.
Repro:
1. open BallPool sample scene.
2. create new GameObject with its name is 'Parent', its position is (0, 0, 0).
3. move existing GameObjects of 'Main Camera', 'TestEnvironment', 'ActorSpawner' and 'Ball' to under 'Parent' (to be Parent's children).
4. change Parent's position.x = 10000 (here, dare large)
changed like this
[attachment=359]
5. play the scene
Result:
The ball falls down and also moves rightward as like horizontal force was added.
It should fall down only along Y axis.
Might think the ball goes back to the world origin.
// set the cloth topology and solver:
cloth.Solver = solver;
cloth.SharedTopology = topology;
}
}
What is wrong with that? I had three errors.
Assets\SetupCloth.cs(21,38): error CS0411: The type arguments for method 'GameObject.GetComponent<T>()' cannot be inferred from the usage. Try specifying the type arguments explicitly.
Assets\SetupCloth.cs(22,40): error CS0411: The type arguments for method 'GameObject.GetComponent<T>()' cannot be inferred from the usage. Try specifying the type arguments explicitly.
Assets\SetupCloth.cs(25,68): error CS0103: The name 'sourceTopology' does not exist in the current context
Hi, I bought Obi Rope ver 4.1 and using it in Unity 2018.4.
It's a great package to generate rope. thanks a lot for develop this tool!
My problem is that I have multiple ropes in one scene and it cost quite a lot memory when they are extruded.
Is it possible to pause the physics and update of the rope, just keep the mesh renderer during the play mode in order to save memory?