using System.Reflection;
MonoBehaviour script=(MonoBehaviour) gameObject.AddComponent(Assembly.GetExecutingAssembly().GetType(item.ToString()));
using System.Reflection;
MonoBehaviour script=(MonoBehaviour) gameObject.AddComponent(Assembly.GetExecutingAssembly().GetType(item.ToString()));