Search Unity

Collision not working when offscreen

Discussion in 'Physics' started by R_Walker, Dec 6, 2018.

  1. R_Walker

    R_Walker

    Joined:
    Dec 6, 2018
    Posts:
    2
    Hi,

    I'm experience an issue where I'm not getting OnCollisionStay2D & OnCollisionEnter2D messages
    when my objects are offscreen.

    When objects are on screen everything works perfectly as expected.

    Is this supposed to happen or is there any way to fix this?

    Thanks in advance..
    Rob.
     
  2. R_Walker

    R_Walker

    Joined:
    Dec 6, 2018
    Posts:
    2
    Actually ignore this.. My bug..