Search found 26 matches

by Swing Wren
Thu Apr 18, 2024 3:25 am
Forum: Dialogue System for Unity
Topic: Adding new menu options to node editor
Replies: 3
Views: 74

Re: Adding new menu options to node editor

I was not aware of those hooks, sadly are not in the places I need. (I want to add them to the context menu of a dialogue entry node). But that is much better for modifying the source code, I'll just add more hooks to the DialogueEditorWindowDelegates file

thanks!
by Swing Wren
Wed Apr 17, 2024 12:40 pm
Forum: Dialogue System for Unity
Topic: Adding new menu options to node editor
Replies: 3
Views: 74

Adding new menu options to node editor

Hi, I'm trying to add more options to the node Editor to make iterations faster for our game. I managed to do the change required by modifying the DialogueEditorWindowConversationNodeEditor.cs file and adding a empty method so I can get an error if an update overrides my changes. .... AddCustomOptio...
by Swing Wren
Thu Dec 14, 2023 3:41 am
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Well this is hopefully the last post I will have send about this :roll:. Finally after updating to unity 2023.2.2f1 from 2023.2.1f1 all the performance issues are gone even if I try very hard for them to appear. Sad unity is so much like a black box not sure what change they did for this to be solve...
by Swing Wren
Fri Nov 24, 2023 12:07 pm
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Currently I'm using dialogue system version 2.2.41. I don't see the 2.2.42 version in unity, do you mean 2.2.41.1?
by Swing Wren
Fri Nov 24, 2023 7:40 am
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Hi, I've got good and bad news updating updating to unity 2023.2.1f1 removes the slowdown problems.(I suspect related as how unity UI changed). But I can get a new one that makes all the dialogues disappear (when selecting dialogue appears empty) and a general editor slowdown after I go nuts moving ...
by Swing Wren
Fri Nov 24, 2023 6:36 am
Forum: Dialogue System for Unity
Topic: Recommended approach to choose between different response menus?
Replies: 3
Views: 339

Recommended approach to choose between different response menus?

Hi, Currently we have one response menu that its placed in the middle of the screen, but now we need to use with one with different design when its an important choice for the user. What would be the recommended approach to choose in a dialogue system block the response menu we want in each case? (w...
by Swing Wren
Tue Nov 14, 2023 2:06 pm
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Hi, Ow I meant without Exporting/Importing sorry, We do that for bigger edits but for smaller ones its too much of a hassle. I'll leave doing database splits as a last resort as I foresee issues having too many databases to manage and to find things. Downgrading its not an option for us so upgrading...
by Swing Wren
Tue Nov 14, 2023 1:35 pm
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Thanks for the tips No console errors shown, no custom drawing methods and all show options turned off but the issue persists with no noticeable improvement. As this is a unity issue there is any alternate way/tool to edit the dialogues outside unity? Let me know If I can help in some way to solve t...
by Swing Wren
Tue Nov 14, 2023 12:14 pm
Forum: Dialogue System for Unity
Topic: Editor slow down after use
Replies: 13
Views: 12353

Re: Editor slow down after use

Hi back, thanks for the quick response I'm using unity 2023.1.14f1, fast undo is on in all databases I have, currently I would prefer not to split them even more unless I know why the slowdown happens and how to avoid it. There is any way for me to profile the unity editor code to see what its slowi...