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)
Refresh Full Screen Toggle Error Message
-
- Posts: 62
- Joined: Wed Sep 25, 2024 11:26 pm
- Location: New York City
- Contact:
Re: Refresh Full Screen Toggle Error Message
Hi,
You can edit the Options script and remove references to the screen res dropdown.
You can edit the Options script and remove references to the screen res dropdown.
-
- Posts: 62
- Joined: Wed Sep 25, 2024 11:26 pm
- Location: New York City
- Contact:
Re: Refresh Full Screen Toggle Error Message
Thank you very much.
Re: Refresh Full Screen Toggle Error Message
Glad to help!