Search found 3 matches

by aya
Wed Mar 07, 2018 6:48 am
Forum: Dialogue System for Unity
Topic: Make character walk in sequence
Replies: 1
Views: 185

Make character walk in sequence

Hello, I want to make a character move during a sequence and play the walking animation. I could only find the code below but I don't want speed to increase up from 0 to 2 in 3 seconds, but stay at speed 2 for 3 seconds but I cannot figure out how to do that. Any ideas? Thank you AnimatorFloat(Speed...
by aya
Tue Mar 06, 2018 11:55 pm
Forum: Dialogue System for Unity
Topic: Remove closeup on usable
Replies: 3
Views: 267

Re: Remove closeup on usable

You are right, it was something else! Sorry to bother you and thanks for the reply :)
by aya
Tue Mar 06, 2018 11:03 pm
Forum: Dialogue System for Unity
Topic: Remove closeup on usable
Replies: 3
Views: 267

Remove closeup on usable

Hello, I hope you can help me with this because it's driving me insane. I have some NPCs in my scene that are usable, with Conversation Triggers onUse. Whenever my player approaches the NPCs (get in the usable trigger collider vicinity, without interacting), my camera does a close up on the NPC. I d...