Search found 19 matches
- Tue Jun 03, 2025 9:29 pm
- Forum: Grid Controller
- Topic: A question about Enemy turns/Collision
- Replies: 3
- Views: 529
Re: A question about Enemy turns/Collision
Alright thanks!
- Tue Jun 03, 2025 7:19 pm
- Forum: Grid Controller
- Topic: A question about Enemy turns/Collision
- Replies: 3
- Views: 529
A question about Enemy turns/Collision
HI I'm currently prototyping a project, its a "Live" turn system, similar to how legend of Grimrock works, where the player and enemy "Turns" are independent of each other. I'm having an issue where there's an edge case where the player and the enemy can navigate to the same spac...
- Thu May 08, 2025 10:51 pm
- Forum: Dialogue System for Unity
- Topic: Question about locking dialogue
- Replies: 3
- Views: 565
Re: Question about locking dialogue
Cheers once again Tony,
I knew I was missing a piece of the puzzle somewhere after implementing the show some invalid entries
This works a treat!
I knew I was missing a piece of the puzzle somewhere after implementing the show some invalid entries
This works a treat!
- Thu May 08, 2025 9:57 pm
- Forum: Dialogue System for Unity
- Topic: Question about locking dialogue
- Replies: 3
- Views: 565
Question about locking dialogue
Hi I'm just trying to figure out how to do this, apologies if this has already been answered somewhere: I have a conversation for an NPC that has a reputation requirement for a locked dialogue entry that they should be unable to click on, I want to make it clear to the player that this dialogue exis...
- Fri Jan 17, 2025 9:46 am
- Forum: Dialogue System for Unity
- Topic: Character disappearing when animation plays
- Replies: 3
- Views: 597
Re: Character disappearing when animation plays
Hi Tony
Ive just sent the project off
I should have a portrait image attached to all the Dialogue editors actors already
Thank you for your quick response!
Ive just sent the project off
I should have a portrait image attached to all the Dialogue editors actors already
Thank you for your quick response!

- Thu Jan 16, 2025 7:19 pm
- Forum: Dialogue System for Unity
- Topic: Character disappearing when animation plays
- Replies: 3
- Views: 597
Character disappearing when animation plays
Hi I'm using unity 2021.3.30f and the 2.2.50.1 Version of Dialogue system I'm running into an issue currently that for the life of me i cannot diagnose. Everything works fine until a character plays their animation again, in which case they proceed to not only not play that animation, but disable th...
- Wed Oct 09, 2024 10:08 pm
- Forum: Dialogue System for Unity
- Topic: Animated portraits not working between scenes on the VN novel framework
- Replies: 8
- Views: 1154
Re: Animated portraits not working between scenes on the VN novel framework
Yes, please. Send a reproduction project to tony (at) pixelcrushers.com and I'll check it in the morning. (I've finished work for the night.) Just in reply to this, i fixed the issue, i did have a AnimatorPlayWait and i also had a duplicate of the actor in the scene, my bad :? Regardless, thank you...
- Wed Oct 09, 2024 9:12 pm
- Forum: Dialogue System for Unity
- Topic: Animated portraits not working between scenes on the VN novel framework
- Replies: 8
- Views: 1154
Re: Animated portraits not working between scenes on the VN novel framework
Will do, thank you for your continued help as always
- Wed Oct 09, 2024 9:05 pm
- Forum: Dialogue System for Unity
- Topic: Animated portraits not working between scenes on the VN novel framework
- Replies: 8
- Views: 1154
Re: Animated portraits not working between scenes on the VN novel framework
There's no animator component that's been assigned, currently it doesnt actually work for any animators while im using the DontDestoryOnload version
As for AnimatorPlayWait(), ive not used that anywhere in the nodes for this scene, Would you prefer if i sent you a Repro-project?- Wed Oct 09, 2024 6:13 pm
- Forum: Dialogue System for Unity
- Topic: Animated portraits not working between scenes on the VN novel framework
- Replies: 8
- Views: 1154
Re: Animated portraits not working between scenes on the VN novel framework
Animator is not playing an AnimatorController UnityEngine.StackTraceUtility:ExtractStackTrace () PixelCrushers.DialogueSystem.SequencerCommands.SequencerCommandAnimatorPlayWait:CheckIsInState (UnityEngine.Animator,string,UnityEngine.AnimatorStateInfo&) (at Assets/Plugins/Pixel Crushers/Dialogue ...