Search found 13 matches

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: 148

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: 148

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 130 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: 148

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 ...
by Boydy111
Wed Oct 09, 2024 2:13 pm
Forum: Dialogue System for Unity
Topic: Animated portraits not working between scenes on the VN novel framework
Replies: 8
Views: 148

Animated portraits not working between scenes on the VN novel framework

Hi I'm running into an issue when changing scenes with animated portraits When i change scenes by sequencer command while continuing the conversation into the other scene, the animator for the character cant be found after i advance a node Ive tried having the dialogue actor component be DoNotDestro...
by Boydy111
Sun Aug 18, 2024 10:57 pm
Forum: Dialogue System for Unity
Topic: VNload level disables remember current dialogue entry when changing scenes
Replies: 9
Views: 1135

Re: VNload level disables remember current dialogue entry when changing scenes

Ill send you over a reproduction project as soon as i can.

thanks again for all your help, this is why this asset is incredible!

cheers.
by Boydy111
Sun Aug 18, 2024 4:04 pm
Forum: Dialogue System for Unity
Topic: VNload level disables remember current dialogue entry when changing scenes
Replies: 9
Views: 1135

Re: VNload level disables remember current dialogue entry when changing scenes

Hi again This has resolved the error but i still have the issue of not being able to load a save while in the scene that said save was from, it will function correctly if i were to go to the menu (Start scene) and then load the save What happens currently is when i load the scene, it will play the O...
by Boydy111
Sun Aug 18, 2024 12:45 pm
Forum: Dialogue System for Unity
Topic: VNload level disables remember current dialogue entry when changing scenes
Replies: 9
Views: 1135

Re: VNload level disables remember current dialogue entry when changing scenes

Hi Heres my current dialogue manager set up in the first scene in build settings (Start), it should already replace itself if theres another version of it it within a scene Issue_1.PNG I also made a dev build to see if any errors came up in there, i got this error here ( * are just private info) Nul...
by Boydy111
Sat Aug 17, 2024 11:41 pm
Forum: Dialogue System for Unity
Topic: VNload level disables remember current dialogue entry when changing scenes
Replies: 9
Views: 1135

Re: VNload level disables remember current dialogue entry when changing scenes

Hi, Make sure your Dialogue Manager GameObject has a "Remember Current Dialogue Entry" or "Conversation State Saver" script (either is fine). Your Dialogue System Trigger component in your gameplay scene should be set to OnSaveDataApplied, not OnStart. See the Test Conversation ...
by Boydy111
Sat Aug 17, 2024 5:49 pm
Forum: Dialogue System for Unity
Topic: VNload level disables remember current dialogue entry when changing scenes
Replies: 9
Views: 1135

VNload level disables remember current dialogue entry when changing scenes

Hi Im currently using the VNframework, and im running into an issue. When the player saves after a scene change, then loads said save it will just restart the dialogue trigger rather than save on the current node. I've tried a couple of work arounds already but they just don't seem to help I'm using...