Geequlim

Results 20 issues of Geequlim

### 环境信息 Chrome 110.0.5481.177 on Arch Linux LayaAir Master3.0 with f77aed304e8925c5cd3a23f1f91468521ee35d6d ### 错误描述 相机的 `clearFlag` 设置为 `DepthOnly` 时无法正确清屏,并报错如下 ``` [.WebGL-0x24d803f1cd00] GL_INVALID_OPERATION: Invalid copy texture format combination. ``` ### 用例 创建用于在UI上一层,播放3D粒子特效的透明场景场景...

GLoader 的 FillType 新增 Resize 模式,由于现在FairyGUI编辑器不支持此类适配模式,这里先将其取值设置为与自由缩放相等,这样在编辑器中可以先凑活用。 已经在 Laya 的 SDK 中这样修改并应用与多款游戏项目。 用例: 将 GLoader 作为页面容器,通过修改 url 实现类似前端路由切换页面的功能。

## 使用场景 1. 关键的少数几个地方生成绑定代码,其余部分还是走反射。 - 提取出哪些api走了反射然后生成与 [link.xml](https://docs.unity3d.com/Manual/ManagedCodeStripping.html) 兼容的配置,从而避免在构建程序时这些用到的api被裁剪 2. 希望自动收集出哪些函数走了反射进而能够在方便书写/生成 [StaticWrapper配置](https://puerts.github.io/docs/puerts/unity/wrapper/)

NodeJS crash when batching is enabled. ``` Fatal JavaScript invalid size error 169220804 ```

### 前置阅读 | Pre-reading - [X] [文档](https://puerts.github.io/unity/zhcn/readme)/[Doc](https://puerts.github.io/unity/en/readme) - [X] [Issues](https://github.com/Tencent/puerts/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) - [X] [FAQ](https://github.com/Tencent/puerts/blob/master/doc/unity/zhcn/faq.md) ### Puer的版本 | Puer Version github 主干分支 ### Unity的版本 | Unity Version 2022.3.17 ### 发生在哪个平台 | Platform...

bug
Unity

没有看到开源协议内容,可以当 Public domain 用?

## detail | 详细描述 puerts 和 webgl demo 版本: 2.0.5 profiler 显示 JSEnv.Tick 开销比较高 ![Chrome Profiler](https://github.com/Tencent/puerts/assets/6964556/9766552a-2673-4ffd-9b91-53049396c4ae) [Chrome Profiler 在实际项目中的记录结果](https://github.com/user-attachments/files/15923472/Trace-20240621T123259.json)

首先感谢 @xiaoguzhu 开源此优秀的UI框架。 这是我们的项目在使用 FairyGUI 开发 Unity 小游戏项目时对 FairyGUI 库做出的必要修改。这里向官方提交,方便大家使用,合并后也方便我们日后同步官方的库。 技术栈: Unity + FairyGUI + PuerTS 发布平台: 抖音小游戏/微信小游戏/Web端 每一项功能的修改都整理为单独的提交记录以方便审查。 ---- 对BUG修正这里不展开说。这里提一下一些新增的功能: ### 1. Dispose 流程的修改 和 onEnable/onDisable 事件 我们对 FairyGUI...

### 前置阅读 | Pre-reading - [X] [文档](https://puerts.github.io/unity/zhcn/readme)/[Doc](https://puerts.github.io/unity/en/readme) - [X] [Issues](https://github.com/Tencent/puerts/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) - [X] [FAQ](https://github.com/Tencent/puerts/blob/master/doc/unity/zhcn/faq.md) ### Puer的版本 | Puer Version 2.0.5 ### Unity的版本 | Unity Version 2022.3.17 ### 发生在哪个平台 | Platform Editor(win)...

bug
Unity

演示 demo physx 模拟效果有问题,换成 bullet 效果是正确的。 https://github.com/user-attachments/assets/0208d985-ac67-4775-881c-b0c5a336ca70 [demo-project.zip](https://github.com/user-attachments/files/17426905/LayaProject.zip)