https://github.com/matchvs/AnimalChecker 这个项目推荐的使用的creator 的推荐用哪个版本?
我用了个最新版本得 creator 2.3.1工具,打开失败l
日志:
the use of declaring a property in CCClass as a URL has been deprecated.For example, if property is Texture2D, the previous definition is: loseClip: cc.Texture2D, // or: loseClip: { url: cc.Texture2D, default: “” },Now it should be changed to: loseClip: { type: cc.Texture2D, // use ‘type:’ to define Texture2D object directly default: null, // object’s default value is null },(This helps us to successfully refactor all RawAssets at v2.0, sorry for the inconvenience.
)
Please change the definition of property ‘victoryClip’ in class ‘uiVsResult’. Starting from v1.10,
Can not indicate the ‘cc.String’ attribute for “uiVsResult.loseClip”, which its default value is type of object.
Can not indicate the ‘cc.String’ attribute for “uiVsResult.victoryClip”, which its default value is type of object.