Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ObiRope Disabling
#12
(11-12-2017, 11:09 AM)DeGenerals Wrote: Hey guys,

I have a different problem with disabling/enabling the rope. After 3.2 when the rope component gets deactivated it is still rendered but not simulated. This is my problem, I would like it's mesh to disappear, do I need to roll back to 3.1? I was trying to solve the problem with Obi Particle Renderer component, but it has no effect.

Any tips?

Hi!

Just disable the MeshRenderer component.

We changed the behavior in 3.2 to make it more consistent with Unity's component-based architecture: Renderer components are in charge of rendering, the ObiRope component is in charge of simulation. So it makes sense to disable simulation by disabling ObiRope, and disable rendering by disabling the MeshRenderer.

Note that if you want to disable both rendering and simulation, it is easier/quicker to just disable the entire GameObject.

cheers,
Reply


Messages In This Thread
ObiRope Disabling - by brad404 - 01-10-2017, 10:04 PM
RE: ObiRope Disabling - by brad404 - 04-10-2017, 01:23 PM
RE: ObiRope Disabling - by josemendez - 04-10-2017, 03:01 PM
RE: ObiRope Disabling - by brad404 - 04-10-2017, 10:24 PM
RE: ObiRope Disabling - by josemendez - 05-10-2017, 08:50 AM
RE: ObiRope Disabling - by josemendez - 05-10-2017, 09:04 AM
RE: ObiRope Disabling - by brad404 - 05-10-2017, 12:42 PM
RE: ObiRope Disabling - by josemendez - 05-10-2017, 04:37 PM
RE: ObiRope Disabling - by brad404 - 05-10-2017, 09:18 PM
RE: ObiRope Disabling - by josemendez - 07-10-2017, 01:22 PM
RE: ObiRope Disabling - by DeGenerals - 11-12-2017, 11:09 AM
RE: ObiRope Disabling - by josemendez - 12-12-2017, 10:27 AM
RE: ObiRope Disabling - by DeGenerals - 12-12-2017, 11:33 AM