Search Unity

Rendering visual only

Discussion in 'Scripting' started by Zu01, Oct 8, 2011.

  1. Zu01

    Zu01

    Joined:
    Aug 17, 2010
    Posts:
    95
    I am seeking to change the way I have a set of cubes render. Right now, I have a HUGE chunk of 100 cubes killing my FPS. Is there any way I can have only the camera visual sides of my cubes render?

    I thank all answers in advance, I couldn't do this without you!
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    That already happens; that's what backface culling does. If you're talking about cubes hidden behind other cubes, that's what occlusion culling is for.

    --Eric
     
  3. Zu01

    Zu01

    Joined:
    Aug 17, 2010
    Posts:
    95
    really? I still has an fps of 10