Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BakeSelectedAsync()

Starts an asynchronous bake job for the selected objects.
Read time 1 minuteLast updated 2 days ago

Definition

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

Returns

Type

Description

bool

Remarks

The progress can be monitored via Lightmapping.isRunning property.