拓写导表生成的类时,Vector3使用的是System.Numerics.Vector3
可是在unity里,使用的是UnityEngine.Vector3
现在我在modelview写代码,获取导表的vector3后,无法直接赋值给unity的tranform,请问要怎么处理比较好?