Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BakeLightProbesOnlyAsync()

Starts an asynchronous bake job, but only bakes light probes.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. BakeLightProbesOnlyAsync has been deprecated. Use BakeAsync instead
public static bool BakeLightProbesOnlyAsync()

Returns

Type

Description

bool

Remarks

The progress can be monitored via Lightmapping.isRunning property.