UnityGameProjectsCode / RelianceGame / Helper Scripts / HighlightObject.cs
HighlightObject.cs
Raw
using UnityEngine;

public class HighlightObject : MonoBehaviour
{
    //place script on object so that it has a unique component to identify it
}