error CS0619: `UnityEngine.Types.GetType(string, string)‘ is obsolete: `This was an internal method which is no longer used‘
可以用 System.Reflection.Assembly.Load(assemblyName).GetType(typeName)作为替换
时间: 2024-10-21 12:02:19
error CS0619: `UnityEngine.Types.GetType(string, string)‘ is obsolete: `This was an internal method which is no longer used‘
可以用 System.Reflection.Assembly.Load(assemblyName).GetType(typeName)作为替换