- Home /
generic / templatized components / monobehaviors ?
i would love to be able to attach a component like this to a GameObject in the Unity Editor:
using UnityEngine;
public class ReferenceVO<T> : MonoBehaviour {
public T theReference;
}
anybody know a way ?
Comment