Search found 15 matches

by slapdashash
Tue Feb 10, 2015 7:54 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Ok, more weirdness. I've been using a Continue button to advance through dialogue. I've got the Continue Button (in Subtitle Settings) set to 'always'. I just changed it to 'never' and now the AnimatorPlay() function is working! By this point I'm so confused. The WatchScale script is working consist...
by slapdashash
Tue Feb 10, 2015 7:28 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Emailing you the editor.log file now. Watching the console window as it went I can see that it calls the function, but nothing happens onscreen. Also, just to make things more fun, even weirder things are happening with the AC() command. Everything works fine, but sometimes it says "cannot find...
by slapdashash
Tue Feb 10, 2015 5:48 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

That's done it! - Scale number is displaying. Thank you very much. Still no joy with the AnimatorPlay() command though. Checked the case and name and all that. It's all correct. Now it's not even showing a compile error any more, just moves past that point in the conversation as if nothing was there...
by slapdashash
Tue Feb 10, 2015 4:36 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

3859 wrote: I messed around and at least got it to say this… “Dialogue System: Sequencer: AnimatorPlay() command: subject is null.”


Unticked "Disable Internal Sequencer Commands" in the Camera Settings to get that instead.
by slapdashash
Tue Feb 10, 2015 4:17 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

I messed around and at least got it to say this...



"Dialogue System: Sequencer: AnimatorPlay() command: subject is null."


by slapdashash
Tue Feb 10, 2015 3:37 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Added that to the top. Now I've got this... "Assets/WatchScale.cs(16,68): error CS0246: The type or namespace name `AdventureBridge' could not be found. Are you missing a using directive or an assembly reference?" Also, my bad on the Sequencer. It's in the right area now, I've written this...
by slapdashash
Tue Feb 10, 2015 1:20 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Back to the sequencer commands for a moment... I'm using the 'Sprites Unity' animation engine, so wasn't sure if Animation() or AnimationPlay() was appropriate. Still, both failed on me. I'm trying to get my NPC to play animations during the conversation. I get this compiler error.. "Dialogue S...
by slapdashash
Tue Feb 10, 2015 12:09 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Here's the compile error: "Assets/WatchScale.cs(5,27): error CS0246: The type or namespace name `MonoBehaviour' could not be found. Are you missing a using directive or an assembly reference?" I checked the WatchScale.cs and it's named correctly, and sitting in my Assets folder (not sure i...
by slapdashash
Mon Feb 09, 2015 8:00 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Also, to follow up on the AC stuff... While you've been helping me (THANK YOU!) I've realised I'll also need to trigger various NPC, and sometimes PC, animations throughout the conversation. I'd really like to return control to AC throughout a conversation whenever possible to do just that. Is this ...
by slapdashash
Mon Feb 09, 2015 7:50 am
Forum: Dialogue System for Unity
Topic: Trouble displaying a Variable
Replies: 22
Views: 3989

Trouble displaying a Variable

Getting this error:



"Can't add script - Can't add component 'WatchScale' because it doesn't exist."