#Why EditorUtility.SetDirty triggers full bake of subscene

1 messages · Page 1 of 1 (latest)

floral geyser
frozen ether
#

Hey filod. I replied on the forum post. You need to guard the EditorUtility.SetDirty.

regal dove
#

If you modify a property with setdirty, this will re-trigger rebake no matter what. This will be reported by unity has object changed and the bake will react.
As niki said, you need to guard and set dirty only if things has chaged.