bakery issue NullReferenceException: Object reference not set to an instance of an object

I’ve been stuck on rendering light map preparing 55% for 3 days I’ve tried everything noting is working I even have the error that I’m getting

NullReferenceException: Object reference not set to an instance of an object ftRenderLightmap+d__304.MoveNext () (at Assets/Editor/x64/Bakery/scripts/ftRenderLightmap.cs:8228) ftRenderLightmap+d__282.MoveNext () (at Assets/Editor/x64/Bakery/scripts/ftRenderLightmap.cs:5832) ftRenderLightmap.RenderLightmapUpdate () (at Assets/Editor/x64/Bakery/scripts/ftRenderLightmap.cs:4601) System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[ ] parameters, System.Globalization.CultureInfo culture) (at :0) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[ ] parameters, System.Globalization.CultureInfo culture) (at :0) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[ ] parameters) (at :0) System.Delegate.DynamicInvokeImpl (System.Object[ ] args) (at :0) System.MulticastDelegate.DynamicInvokeImpl (System.Object[ ] args) (at :0) System.Delegate.DynamicInvoke (System.Object[ ] args) (at :0) UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at :0)

I don’t know what to do and I am on unity 2019.4.31f1

You might want to make it clear in the post title that this question is about bakery :slight_smile: