Type type = Resources.Load("", typeof(Type)) as Type;
例:
Material weapon = Resources.Load("***", typeof(Material)) as Material;