ud18010
|
ef7f24738e
|
Add networked Fighter3D minigame
|
2026-08-10 16:47:16 +08:00 |
|
ud18010
|
fab8e3142f
|
feat: add player avatar selection UI
|
2026-08-04 19:42:56 +08:00 |
|
ud18010
|
7cbea6186c
|
test: define avatar picker prefab contract
|
2026-08-04 15:13:23 +08:00 |
|
ud18010
|
0ce3b18bfe
|
feat: add player avatar catalog
|
2026-08-04 15:06:40 +08:00 |
|
ud18010
|
0fecc6aa61
|
test: define avatar catalog behavior
|
2026-08-04 14:57:51 +08:00 |
|
ud18010
|
bece0a4d2c
|
Add player profile system
|
2026-07-31 17:39:52 +08:00 |
|
ud18010
|
d1a526094e
|
Add resource pool manager
|
2026-07-30 20:57:59 +08:00 |
|
ud18010
|
576aa6c14e
|
修复技能输入并更新战斗资源
|
2026-07-30 20:10:38 +08:00 |
|
ud18010
|
d3c4bba5b2
|
fix: bind fighter animator controller in lobby
|
2026-07-30 17:15:09 +08:00 |
|
ud18010
|
e9efa8a567
|
feat: trigger fighter behavior from lobby action button
|
2026-07-30 17:00:31 +08:00 |
|
ud18010
|
03cee1036d
|
feat: add actor behavior client presentation
|
2026-07-30 16:27:27 +08:00 |
|
ud18010
|
8ef870ff6c
|
feat: add fighter animator controller
|
2026-07-30 16:03:59 +08:00 |
|
ud18010
|
8c7f34a5aa
|
chore: add actor behavior unity metadata
|
2026-07-30 15:36:39 +08:00 |
|
ud18010
|
b123c09ac5
|
feat: add fighter quantao01 behavior config
|
2026-07-30 15:35:49 +08:00 |
|
ud18010
|
de69e6d223
|
fix: move actor behavior configs under game config
|
2026-07-30 15:16:03 +08:00 |
|
ud18010
|
f898cbab10
|
fix: harden actor behavior authority logic
|
2026-07-30 13:38:10 +08:00 |
|
ud18010
|
bc52b74ff8
|
fix: complete actor behavior timelines
|
2026-07-30 13:29:35 +08:00 |
|
ud18010
|
1380d5107a
|
feat: add actor behavior example config
|
2026-07-30 13:19:45 +08:00 |
|
ud18010
|
c12e9ea9d7
|
feat: add actor behavior buffs
|
2026-07-30 13:17:41 +08:00 |
|
ud18010
|
52741e68a8
|
feat: add actor behavior projectiles
|
2026-07-30 13:15:55 +08:00 |
|
ud18010
|
1517d46fc0
|
feat: add actor behavior runtime
|
2026-07-30 13:12:27 +08:00 |
|
ud18010
|
7ef8427e01
|
feat: add actor behavior config catalog
|
2026-07-30 13:10:18 +08:00 |
|
ud18010
|
5ccfab3f2b
|
fix: tune camera and humanoid fbx imports
|
2026-07-30 11:18:06 +08:00 |
|
ud18010
|
5853c5bd83
|
feat: add reusable virtual hud input
|
2026-07-30 11:14:56 +08:00 |
|
ud18010
|
42c3874d82
|
fix: improve minigame reconnect flow
|
2026-07-29 19:30:50 +08:00 |
|
 ud18010andClaude Opus 4.8
|
6a5e534d00
|
feat: isolate lobby during minigames
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-29 15:26:54 +08:00 |
|
 ud18010andClaude Opus 4.8
|
31afce6882
|
feat: add minigame room player service
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-29 12:24:58 +08:00 |
|
ud18010
|
053a95b4fb
|
fix: polish lobby chat and joystick
|
2026-07-28 17:23:11 +08:00 |
|
ud18010
|
48aed26725
|
feat: add world chat UI
|
2026-07-28 11:54:07 +08:00 |
|
ud18010
|
3200235537
|
fix: load lobby characters from config
|
2026-07-27 12:19:12 +08:00 |
|
ud18010
|
ba6595217b
|
feat: resolve character figures from config
|
2026-07-27 12:15:21 +08:00 |
|
ud18010
|
c9a1e71400
|
chore: checkpoint current workspace
|
2026-07-27 12:03:36 +08:00 |
|
 ud18010andClaude Opus 4.8
|
ea93b3b217
|
XShader: 运行时环境光仅在全局开启后覆盖 bakedGI,编辑器保留场景 SH
修复编辑器预览中 XPbr/XTex/XTerrain 比 URP Lit 亮的问题:
旧写法无条件把 bakedGI 覆盖成 SampleXRuntimeAmbient,未运行 Game.cs 时
退回硬编码的高强度三色环境光(sky≈1.45),远亮于场景真实环境光探针。
现改为 _XRuntimeAmbientEnabled 开启后才覆盖,运行时行为不变。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-15 20:27:08 +08:00 |
|
 ud18010andClaude Opus 4.8
|
dd28cf8176
|
ModelTranslator: 菜单脚本 .meta
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-15 19:57:14 +08:00 |
|
 ud18010andClaude Opus 4.8
|
18b40d1f67
|
ModelTranslator: 菜单转换取消时用 taskkill 杀进程树,python -u 实时输出
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-15 19:55:20 +08:00 |
|
 ud18010andClaude Opus 4.8
|
3a17c96220
|
ModelTranslator: Unity 菜单集成(XWorld/模型转换(XPbr))
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-15 19:47:20 +08:00 |
|
ud18010
|
f742f40169
|
XPbr: remap sphere-map normal decode to signed range for ModelTranslator
|
2026-07-15 10:53:12 +08:00 |
|
 ud18010andClaude Opus 4.8
|
c29c6f5bac
|
Add XPbr shader: base map (RGB albedo + A alpha/AO) + mix map (RG normal, B metallic, A roughness)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-15 10:23:46 +08:00 |
|
 ud18010andCursor
|
7e35d8da31
|
Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-10 10:24:29 +08:00 |
|