Hello,
I have a fairly small project that I am trying to package and I keep getting errors that some non-optional objects in my game have references to an optional object. The non-optional object that is causing the trouble seems to be the MaterialEditorOnlyData for a class I made named BP_SpherePiece. There error message I’m getting during cooking is:
Non-optional object has a reference to optional object (/Game/ThirdPerson/Blueprints/BP_SpherePiece.Default__BP_SpherePiece_C:Sphere Material.Sphere MaterialEditorOnlyData)
I would greatly appreciate some insight on this error and how to approach optional and non-optional objects in the future.
Thank You!