Search found 1 match

by rileypb
Sun Jun 24, 2018 11:38 am
Forum: Dialogue System for Unity
Topic: Is there a better way to highlight NPCs?
Replies: 1
Views: 324

Is there a better way to highlight NPCs?

First off, wow! Dialogue System 2.x is an amazing upgrade from 1.x! I'm wondering if there's a "better", more conventional way to do this. I'm trying to highlight NPCs when they are selected via ProximitySelector. Here's some code illustrating what I'm doing now: using System.Collections; ...