using UnityEngine; using System.Collections; public class ActualHeroController : MonoBehaviour { // Use this for initialization void Start () { }…
I was setting validation errors on the initial load of my view model, and to my annoyance the window would…