当前位置:网站首页>Unity版本升级问题总结
Unity版本升级问题总结
2022-07-31 05:18:00 【叶大锅】
Unity版本升级问题总结
1.优先解决与当前版本差异性过大的插件,升级2D Animation至适配最新版,删除以前的版本,然后重新加载项目以解决IK对Animation和Common的冲突。
2.修复与版本冲突的API ;修复原则1.引用少的,不影响程序的暂时先注释2.引用较多的,重写应用的方法,参照2018的方法输出。
3.修复运行过程中的bug;1.MagicText升级到2020版本后的bug定位与修复2.traveller下修复skin必要的canvasRenderer组件3.AstarPath中OnDrawGizmos方法绘制网格与scene面板冲突,注释掉报错的方法函数。
4.ToLua 执行Generate ALL失败,2020下某些函数方法执行冲突,不被允许。
问题1
问题点:
2D Animation1.0.4的版本不满足Unity2020.3.12
解决方案:
过时的插件包需要更新,下载最新的2D Animation Package
问题2
问题点:
error CS0234: The type or namespace name ‘Common’ does not exist in the namespace ‘UnityEngine.U2D’ (are you missing an assembly reference?)IK对Animation和Common的冲突
解决方案:
重启工程!!!
问题3
问题点:
error CS0034: Operator ‘+=’ is ambiguous on operands of type ‘Vector4’ and ‘Vector2’ 2020API和2018API冲突
解决方案:
按照2020的API方法修改并替换为Vector4
问题4
问题点:
error CS0619: ‘MovieTexture’ is obsolete: ‘MovieTexture is removed. Use VideoPlayer instead.’方法过时
边栏推荐
- 【Rhapsody学习笔记】4:Relations
- 2021年软件测试面试题大全
- MySQL master-slave switching steps
- CAS:474922-22-0 Maleimide-PEG-DSPE 磷脂-聚乙二醇-马来酰亚胺简述
- mPEG-DMPE 甲氧基-聚乙二醇-双肉豆蔻磷脂酰乙醇胺用于形成隐形脂质体
- Wangeditor rich text editor to upload pictures and solve cross-domain problems
- wangeditor富文本编辑器上传图片以及跨域问题解决
- box-shadow related properties
- Four common ways of POST to submit data
- Software Testing Interview Questions 2021
猜你喜欢
ImportError: cannot import name ‘Xxxx‘ from partially initialized module ‘xx.xx.xx‘
数据分析之SQL面试真题
DSPE-PEG-Azide DSPE-PED-N3 磷脂-聚乙二醇-叠氮脂质PFG
wangeditor编辑器内容传至后台服务器存储
MW:3400 4-Arm PEG-DSPE 四臂-聚乙二醇-磷脂一种饱和的18碳磷脂
Picture-in-Picture API in the browser
Pytorch study notes 13 - Basic_RNN
Pytorch study notes 7 - processing input of multi-dimensional features
Embedding cutting-edge understanding
Cholesterol-PEG-Amine CLS-PEG-NH2 胆固醇-聚乙二醇-氨基科研用
随机推荐
When solving background-size:cover, the picture is covered but not displayed completely?
opencv之图像二值化处理
学习JDBC之获取数据库连接的方式
解决nx安装 jtop问题
关于Iframe
box-shadow相关属性
crontab timing operation
钉钉H5微应用免登鉴权
UR3机器人运动学分析之逆运动学分析
哈希表基础
[Solved] ssh connection report: Bad owner or permissions on C:\\Users/XXX/.ssh/config
自然语言处理相关list
IDEA概述和安装及调试
力扣151. 颠倒字符串中的单词
螺旋矩阵Ⅱ
Tensorflow——demo
mobaxterm 编码问题解决
自己设置的私密文件,在哪找
这些数组技巧,我爱了
堆和栈的区别