QualitySettings.streamingMipmapsAddAllCameras

Switch to Manual
public static bool streamingMipmapsAddAllCameras ;

Description

Process all enabled Cameras for texture streaming (rather than just those with StreamingController components).

Set to True to process all enabled Cameras for texture streaming. This is a quick way to set up an existing project. Set to False to process only those Cameras that have active StreamingController components. This allows more fine grain control.

StreamingController components are always considered in the streaming system. These are considered active locations in the following cases:
- Camera and StreamingController are enabled.
- Camera is disabled but StreamingController is in a preloading state.
See Also: StreamingController.