I notice the message Exception is thrown in EditorSetting.cs on the condition ce==null but I do not understand why and when the ce can be null ???
Why is important to test ce==null here?
Can't I do something else if ce==null? Something that makes it not null anymore?
Thanks for your help.