Results 7 issues of CoderM

编辑器日志查看警告为 Invalid AssetDatabase path: [xxx这里是ts文件的文件目录]. Use path relative to the project folder.

I/Unity: CoderM StartJavaScriptError System.Exception: /data/app/~~a_LmcoG1SbiPc-OU2nWQAg==/com.Mhxy.CMMhxy-tZgQFXKSQ5N6Mq0xRvXWUg==/base.apk/csharp/Libraries/Puerts/Src/Resources/puerts/modular.js.txt:67: Error: can not find bootstrap.js Error: can not find bootstrap.js at require (/data/app/~~a_LmcoG1SbiPc-OU2nWQAg==/com.Mhxy.CMMhxy-tZgQFXKSQ5N6Mq0xRvXWUg==/base.apk/csharp/Libraries/Puerts/Src/Resources/puerts/modular.js.txt:67:27) at D:/CMMhxy/CmUnity_Ts/Assets/StreamingAssets/scripts/bootstrap.js:1:1 at Puerts.JsEnv.Eval[TResult] (System.String chunk, System.String chunkName) [0x00000] in :0 at...

Vscode无法调试TypeScript了 链接不上调试接口

PR关联 1335 在使用图文混排时,文本会和图片进行居中对齐,超链接中的文本也会居中对齐,这样的显示效果就会很奇怪 修改Text.ts中的 **doLayout** -> **endLine**方法,去掉居中显示,结果才是正确的 ![image](https://github.com/layabox/LayaAir/assets/22463022/82fec7dc-8fc0-4157-8d9c-d3e4e0bb8d10) ![image](https://github.com/layabox/LayaAir/assets/22463022/eab6c6de-adf0-4d2b-b81e-b58f94ec60eb)

修改Text.ts中的行排版,让文字不与图片进行居中对齐,否则超链接加图文混排会出现意料之外的显示结果 修复相关问题 #1334

增加缓存,防止在微信小游戏上每次读取的时候卡顿 改变微信上滑动不流畅的问题 增加了GObject的数据解析,携带Data变成一个对象

无法Fork2.13的分支,只能在这里提了,3.0的修复方法理论一样 新建 ChatAni.ts 类 ``` export class ChatAni extends Laya.HTMLImageElement { private _srcc: string; private frames: Array = []; constructor() { super(); this.width = 72; } public set emoji(id: string)...