Search Unity

Only rendering thing that the camera is looking at?

Discussion in 'Scripting' started by luxidium, Oct 1, 2014.

  1. luxidium

    luxidium

    Joined:
    Oct 29, 2013
    Posts:
    2
    Is the a script or something that will only render GameObjects and stuff that the camera is currently looking at to keep the draw calls low on mobile?
     
  2. smitchell

    smitchell

    Joined:
    Mar 12, 2012
    Posts:
    702
    look into occlusion culling, that's what you're after