Which object layers are ignored by the projector.
ignoreLayers
will make this layer not affected by the projector.function Start() { var proj : Projector = GetComponent (Projector); // Make the projector ignore Default (0) layer proj.ignoreLayers = (1<<0); }