NPCs

In addition to the previous variables, we'll need two more.

private Image Portrait;
private string ActorName;

Remember: Assign the Interactible GameObject to the Interactibles Layer. Optionally, add a Tag for "NPC."

Last updated