“I want a scene where the player speaks to a character NPC, engages in a dialogue, for example, reads a bedtime story, and afterwards, the character - NPC- should lie down in bed and sleep. Does anyone have an idea? Is this possible with this asset?” how to do it in unreal step by step tutorial
What asset?
You will not be able to find a “step by step tutorial” for that entire one specific thing; break it into pieces and work on that instead:
- do you have a basic understanding of the engine? variables, framework, functions, communication?
- do you have an NPC?
- can you make the player speak?
- do you have the dialogue / VO lines?
- can you show widgets for the text? (if subs are needed)
- if this a one-time behaviour, you can hard code it; if there’s more dialogue - you will need to develop a dialogue system
- do you have animations ready for lying down and sleeping?