This website requires JavaScript.
Explore
Help
Sign In
CocosPlugin
/
esengine
Watch
1
Star
0
Fork
0
You've already forked esengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a7750c2894ce31c7bc6c3144ec39e2a99f3dd910
esengine
/
packages
/
core
/
tests
T
History
LING YE
a7750c2894
fix: 修复场景反序列化时子实体丢失的问题
...
在场景反序列化过程中,子实体虽然保持了父子引用关系, 但未被添加到 Scene 的实体集合和查询系统中,导致查询时子实体"丢失"。
2025-10-15 15:48:54 +08:00
..
Core
插件系统
2025-10-11 09:26:36 +08:00
ECS
fix: 修复场景反序列化时子实体丢失的问题
2025-10-15 15:48:54 +08:00
integration
更新测试用例
2025-10-10 10:58:52 +08:00
performance
改成 SparseSet+SwapRemove 的致密存储
2025-09-02 22:29:11 +08:00
Utils
更新测试用例
2025-10-10 10:58:52 +08:00
Core.test.ts
依赖注入引入DI容器
2025-10-10 21:52:43 +08:00
DebugManager.test.ts
新增调试配置服务用于DI
2025-10-13 23:17:10 +08:00
reactive-query-debug.test.ts
使用ComponentRegistry来确保与Entity.componentMask使用相同的bitIndex
2025-10-14 17:34:15 +08:00
reactive-query-timing.test.ts
使用ComponentRegistry来确保与Entity.componentMask使用相同的bitIndex
2025-10-14 17:34:15 +08:00
SceneQuery.test.ts
对query/entity进行安全类型扩展
2025-10-08 13:13:23 +08:00
setup.ts
修复响应式查询缓存失效和测试隔离问题
2025-10-14 11:48:04 +08:00
TypeInference.test.ts
对query/entity进行安全类型扩展
2025-10-08 13:13:23 +08:00