-
Creator 版本:2.0.7
-
重现方式:构建发布微信小游戏
-
之前哪个版本是正常的 :2.0.5
构建小游戏出现警告
‘Editor.projectInfo.path’ has been deprecated, please use ‘Editor.Project.path’.
有解决了的吗?
没找到在哪改
Creator 版本:2.0.7
重现方式:构建发布微信小游戏
之前哪个版本是正常的 :2.0.5
构建小游戏出现警告
‘Editor.projectInfo.path’ has been deprecated, please use ‘Editor.Project.path’.
有解决了的吗?
没找到在哪改
你有自定义插件?把插件里面的 Editor.projectInfo.path 替换成 Editor.Project.path
有使用自定义控件,但是里面没有用到Editor.projectInfo.path, packages的 main.js和inspector.js里面没有找到
能具体在那个地方吗
这个是内部插件发出的警告,忽略就好,下次版本修复。