Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping.SetAdditionalBakedProbes(int id, Vector3[] positions)

Switch to Manual

Parameters

idAn ID to identify the positions to be baked. This ID is used later to retrieve the result for those positions.
positionsAn array of probe positions.

Description

Submit additional probe positions to be baked using an identifier.

Additional baked probes are probes that can be baked independently of any Light Probe Groups. The baked probe data contains spherical harmonic L2 coefficients as well as a single float value to determine the validity of each probe. By setting an array of probe positions with an identifier, a successive bake will produce probe results for these positions, which can then be fetched again from the API using the identifier.