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?
Is it possible to disable debugging (graphics lines) for objects on specific camera?
camera.ignore(gameObject.input.hitAreaDebug);
Thx samme.