Search found 19 matches

by Boydy111
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!
by Boydy111
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...
by Boydy111
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!
by Boydy111
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...
by Boydy111
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! :)
by Boydy111
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...
by Boydy111
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...
by Boydy111
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
Capture.PNG
Capture.PNG (14.99 KiB) Viewed 1136 times
As for AnimatorPlayWait(), ive not used that anywhere in the nodes for this scene, Would you prefer if i sent you a Repro-project?
by Boydy111
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 ...