Search found 3 matches

by InferiorBrain
Thu Dec 21, 2023 8:49 pm
Forum: Dialogue System for Unity
Topic: Performance Spike Instantiating Dialogue System Trigger
Replies: 5
Views: 4845

Re: Performance Spike Instantiating Dialogue System Trigger

That fixed the issue! Amazing support, thank you so much.
by InferiorBrain
Wed Dec 20, 2023 9:00 pm
Forum: Dialogue System for Unity
Topic: Performance Spike Instantiating Dialogue System Trigger
Replies: 5
Views: 4845

Re: Performance Spike Instantiating Dialogue System Trigger

Thanks for the quick reply. The Trigger dropdown is set to OnUse. Installing the patch causes the following error to appear twice, once in line 167 and again in line 241: Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Triggers\Triggers\DialogueSystemTrigger.cs(241,10): error CS1729: 'Conversa...
by InferiorBrain
Tue Dec 19, 2023 9:43 pm
Forum: Dialogue System for Unity
Topic: Performance Spike Instantiating Dialogue System Trigger
Replies: 5
Views: 4845

Performance Spike Instantiating Dialogue System Trigger

I'm experiencing large CPU performance spikes when instantiating prefabs that have a Dialogue System Trigger attached. Baseline CPU/Scripts is around 2.3 ms and it jumps to ~42 ms each time I instantiate a single prefab. If I remove the trigger it's around 7 ms (other scripts and effects run simulta...