Page 1 of 1

Refresh Full Screen Toggle Error Message

Posted: Thu Mar 20, 2025 9:13 pm
by Arctichorse9
Hi. I'm using the Dialogue System Menu System Extras Asset but not using the Option Screen Resolution. I deleted it in the Options Panel. Now I'm getting this error message. Is there a simple way around it? Thanks.

NullReferenceException: Object reference not set to an instance of an object
PixelCrushers.DialogueSystem.MenuSystem.Options.RefreshFullscreenToggle () (at C:/Users/BS/My Unity Projects/Curse of the Bone Reapers/Assets/Dialogue System Extras/Dialogue System Menu Framework/Scripts/Options.cs:77)
PixelCrushers.DialogueSystem.MenuSystem.Options.RefreshMenuElements () (at C:/Users/BS/My Unity Projects/Curse of the Bone Reapers/Assets/Dialogue System Extras/Dialogue System Menu Framework/Scripts/Options.cs:67)
PixelCrushers.DialogueSystem.MenuSystem.Options.Start () (at C:/Users/BS/My Unity Projects/Curse of the Bone Reapers/Assets/Dialogue System Extras/Dialogue System Menu Framework/Scripts/Options.cs:51)

Re: Refresh Full Screen Toggle Error Message

Posted: Thu Mar 20, 2025 9:29 pm
by Tony Li
Hi,

You can edit the Options script and remove references to the screen res dropdown.

Re: Refresh Full Screen Toggle Error Message

Posted: Thu Mar 20, 2025 9:44 pm
by Arctichorse9
Thank you very much.

Re: Refresh Full Screen Toggle Error Message

Posted: Thu Mar 20, 2025 11:00 pm
by Tony Li
Glad to help!