Refresh Full Screen Toggle Error Message

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Arctichorse9
Posts: 62
Joined: Wed Sep 25, 2024 11:26 pm
Location: New York City
Contact:

Refresh Full Screen Toggle Error Message

Post 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)
User avatar
Tony Li
Posts: 22871
Joined: Thu Jul 18, 2013 1:27 pm

Re: Refresh Full Screen Toggle Error Message

Post by Tony Li »

Hi,

You can edit the Options script and remove references to the screen res dropdown.
Arctichorse9
Posts: 62
Joined: Wed Sep 25, 2024 11:26 pm
Location: New York City
Contact:

Re: Refresh Full Screen Toggle Error Message

Post by Arctichorse9 »

Thank you very much.
User avatar
Tony Li
Posts: 22871
Joined: Thu Jul 18, 2013 1:27 pm

Re: Refresh Full Screen Toggle Error Message

Post by Tony Li »

Glad to help!
Post Reply