Disable debugging for a certain camera?

Is it possible to disable debugging (graphics lines) for objects on specific camera?


If i have two cameras on same scene, and i ignore one of object by camera #2, debugg still draw lines for ignored object. How ro prevent this?
camera.ignore(gameObject.input.hitAreaDebug);
1 Like

Thx samme.

1 Like