Latest Threads |
Force Zone not working
Forum: Obi Fluid
Last Post: OneGuyProd
Yesterday, 06:38 PM
» Replies: 2
» Views: 60
|
ObiRope 7.0 save/load
Forum: Obi Rope
Last Post: chenji
22-08-2025, 11:39 AM
» Replies: 1
» Views: 45
|
ObiAttachment issue
Forum: Obi Rope
Last Post: chenji
18-08-2025, 09:14 AM
» Replies: 5
» Views: 281
|
Rod loses initial shape w...
Forum: Obi Rope
Last Post: Qriva0
18-08-2025, 08:41 AM
» Replies: 7
» Views: 556
|
Fluid oddities at <= 4 pa...
Forum: Obi Fluid
Last Post: josemendez
15-08-2025, 11:56 AM
» Replies: 3
» Views: 293
|
Rod dynamic attachment is...
Forum: Obi Rope
Last Post: matty337s
12-08-2025, 10:44 AM
» Replies: 10
» Views: 728
|
7.1 Obi bone spasm
Forum: Obi Rope
Last Post: chenji
12-08-2025, 02:41 AM
» Replies: 3
» Views: 332
|
Scripting rod forces
Forum: Obi Rope
Last Post: Qriva0
11-08-2025, 03:24 PM
» Replies: 7
» Views: 572
|
Pinhole inspector throw e...
Forum: Obi Rope
Last Post: josemendez
11-08-2025, 10:45 AM
» Replies: 5
» Views: 442
|
Adding ObiColider To Gene...
Forum: Obi Rope
Last Post: aderae
08-08-2025, 01:17 PM
» Replies: 4
» Views: 380
|
|
|
Sticky Cloth Behavior |
Posted by: hecali_aj - 28-11-2018, 04:47 AM - Forum: Obi Cloth
- No Replies
|
 |
Hello! I'd just like some advice to point me in the right direction.
I like to use Obi Cloth to make a sticker that you can peel, and maybe even tear when you peel it wrong.
Is it possible with Obi Cloth?
|
|
|
Android Performance Issue (Due to lots of particles) |
Posted by: Tuna.Y - 27-11-2018, 08:04 PM - Forum: Obi Fluid
- Replies (8)
|
 |
Hi,
I am working on a project for a while and it's almost done. I was making test on my Samsung Galaxy Note 8 mobile phone and FPS was dropping a bit when I use 3500 particles in the scene. It wasn't a big deal until I tested on a slower phone...
I have tested the game on an HTC One M7. FPS was dropping around 0.5 when there are 3500 particles in the screen. Which makes game almost freeze and even closing the application is getting harder.
So, my question is: Is it possible to make particles bigger?
I'm using 1x scale 3500 particles now. Is it possible to make it 10x scale with 350 particles?
That's my only obstacle before releasing my game. I would be glad if we can figure it out.
(I'm using Simple2DFluid for better performance)
|
|
|
Newbie with a question or 2 |
Posted by: gadgetkk - 27-11-2018, 05:01 AM - Forum: Obi Fluid
- Replies (2)
|
 |
Hi everyone,
Just bought Obi Fluid and playing around with it following the basic youtube video and the FAQs page and have a couple of questions...
1. Is the most recent how to video the one from October 2017 or is there a newer one? That video's menu's and components are not the same as i see in my version.
2. My game is going to be a 2D game, i do not see how to setup collisions with a 2D object (a cube for my playing around to learn it). If the object has a 3D collider then the particles collide just fine, but if i change the object to have a 2D box collider the particles go straight through. Ideas?
Thanks in advance.
|
|
|
Obi Rope 4.0 |
Posted by: xpXdx - 23-11-2018, 11:18 AM - Forum: Obi Rope
- Replies (3)
|
 |
Hi Obi Team,
I saw the video on YouTube for obi rope 4.0 coming in a few weeks, just wondering it will be released soon?
I require the rods feature for a project.
Thanks
|
|
|
NullReferenceException - Prefab related? |
Posted by: p3gamer - 23-11-2018, 08:50 AM - Forum: Obi Fluid
- Replies (1)
|
 |
Hello,
I have a prefab that contains an emitter, emitter shapes, a solver, and 2d sprites. I noticed that particles were rendering from an emitter shape that I had marked inactive. I also unchecked all emitter shapes and the particles still rendered. I then started to remove emitter shapes (which makes prefab no longer a prefab instance). Now when I am in game mode I get the following errors even though I still have a solver, emitter, emitter shapes.
NullReferenceException: Object reference not set to an instance of an object
Obi.ObiEmitter.OnSolverStepBegin () (at Assets/Obi/Scripts/Actors/ObiEmitter.cs:403)
Obi.ObiSolver.SimulateStep (Single stepTime) (at Assets/Obi/Scripts/Solver/ObiSolver.cs:545)
Obi.ObiSolver.FixedUpdate () (at Assets/Obi/Scripts/Solver/ObiSolver.cs:745)
NullReferenceException: Object reference not set to an instance of an object
Obi.ObiEmitter.UpdateEmitterDistribution () (at Assets/Obi/Scripts/Actors/ObiEmitter.cs:258)
Obi.ObiEmitter.RemoveShape (Obi.ObiEmitterShape shape) (at Assets/Obi/Scripts/Actors/ObiEmitter.cs:154)
Obi.ObiEmitterShape.OnDisable () (at Assets/Obi/Scripts/Emitter/ObiEmitterShape.cs:76)
UPDATE:
I am able to reproduce the error. First I notice that when I uncheck the ObiEmitterShape from the emitter, it still renders the fluid (SimplefluidRenderer). Since I have an object that requires multiple emitterShapes, I created child objects under the single emitter so that I can move them around, etc. When I remove the ObiEmitterShape component from the single emitter object, that's when I get those NullReferenceException errors. To avoid this, should I create multiple emitters and add a single ObiEmitterShape component to them (1 to 1 setup) instead of having one emitter with multiple child objects that have the ObiEmitterShape component attached to them?
|
|
|
How to Render a Fluid behind a 2D object |
Posted by: p3gamer - 22-11-2018, 06:10 PM - Forum: Obi Fluid
- No Replies
|
 |
I am trying to fill a glass container (2D) and also have a label that sits in front of the fluid (ie. soda bottle with a label). The issue is that the fluid is being rendered over the label even when I move the label closer to the camera (ie. change z position). I am using sprite renderer objects with sorting layers (ie. 1 = bottle, 2 = label), if that helps.
UPDATE:
I had to adjust the main camera's clipping planes which seemed to work.
|
|
|
|