Search found 15 matches
- Tue Feb 10, 2015 7:54 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Tue Feb 10, 2015 7:28 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Tue Feb 10, 2015 5:48 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Tue Feb 10, 2015 4:36 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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.
Unticked "Disable Internal Sequencer Commands" in the Camera Settings to get that instead.
- Tue Feb 10, 2015 4:17 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
Trouble displaying a Variable
I messed around and at least got it to say this...
"Dialogue System: Sequencer: AnimatorPlay() command: subject is null."
"Dialogue System: Sequencer: AnimatorPlay() command: subject is null."
- Tue Feb 10, 2015 3:37 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Tue Feb 10, 2015 1:20 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Tue Feb 10, 2015 12:09 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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...
- Mon Feb 09, 2015 8:00 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
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 ...
- Mon Feb 09, 2015 7:50 am
- Forum: Dialogue System for Unity
- Topic: Trouble displaying a Variable
- Replies: 22
- Views: 4435
Trouble displaying a Variable
Getting this error:
"Can't add script - Can't add component 'WatchScale' because it doesn't exist."
"Can't add script - Can't add component 'WatchScale' because it doesn't exist."