Search found 4 matches
- Tue Sep 29, 2020 11:24 am
- Forum: Dialogue System for Unity
- Topic: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
- Replies: 7
- Views: 661
Re: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
Hi tony, I figure out what caused the error, in my button template, somehow, I lost the reference to the unity Button in the StandardUIResponseButton component. Even if StandardUIResponseButton check the presence of the Button component in Awake and assign it automatically, in some way in the build,...
- Tue Sep 29, 2020 9:09 am
- Forum: Dialogue System for Unity
- Topic: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
- Replies: 7
- Views: 661
Re: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
The latest version, 2.2.11
However the problem occurred also in a previous version, I don't remember which one, I updated yesterday in the hope that it would solve itself.
However the problem occurred also in a previous version, I don't remember which one, I updated yesterday in the hope that it would solve itself.
- Tue Sep 29, 2020 7:23 am
- Forum: Dialogue System for Unity
- Topic: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
- Replies: 7
- Views: 661
Re: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
Ok fixed! commenting out those lines moved the error to [StandardUIMenuPanel.cs Line:457]. Something with template button navigation causes the error, so I set to false the bool "ExplicitNavigationForTemplateButtons" in "StandardUIMenuPanel" and everything works fine, now i have ...
- Mon Sep 28, 2020 5:26 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
- Replies: 7
- Views: 661
Dialogue System: In ShowResponses(): Object reference not set to an instance of an object
Hi tony, I have a strange problem and I don't quite understand the cause of this. The error appear when a response window should appear, but this appen only in a build, in the editor everything work just fine. The error is here [AbstractDialogueUI.cs Line: 304] At that point in the script, every pos...