yangbear
  • Joined on 2026-06-22
yangbear pushed to main at yangbear/VFSUnity 2026-07-17 05:54:34 +08:00
bd76dfd9ec Improve exam flow and WebGL build
yangbear pushed to main at yangbear/VFSUnity 2026-07-17 01:29:26 +08:00
9b4690d396 Stabilize limb fixation exam flow
yangbear pushed to main at yangbear/VFSUnity 2026-07-14 03:33:26 +08:00
5ca24ec3b8 Move compose file into WebGL build
yangbear pushed to main at yangbear/VFSUnity 2026-07-14 03:27:00 +08:00
2ce29568ee Tune WebGL quality and loading screen
53fe281ecc Improve WebGL asset caching
Compare 2 commits »
yangbear pushed to main at yangbear/VFSUnity 2026-07-14 00:22:33 +08:00
53f856e44e Optimize WebGL build and video loading
yangbear pushed to main at yangbear/VFSUnity 2026-07-13 23:12:24 +08:00
ecfc382b03 Optimize WebGL deployment
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 21:02:40 +08:00
ccb3beb660 Add Docker Compose for WebGL server
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 20:56:25 +08:00
bd2046215e Bind WebGL server to all interfaces
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 20:48:42 +08:00
dd648dc95b Add WebGL server package script
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 20:37:04 +08:00
79e1fbb70b Implement limb fixation exam flow
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 19:46:04 +08:00
1d60eebb4f Change WebGL server port
b5ee16f7c6 Update WebGL build artifacts
Compare 2 commits »
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 12:17:35 +08:00
e7eb9a9cbc Fix full flow reset cleanup for outlines and residual objects, adjust EndPanel buttons
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 07:07:03 +08:00
a6bda2b296 Add close logic for BtnYes and BtnBack on EndPanel
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 07:03:40 +08:00
ab7f0fb1b2 Fix duplicate voice playback on Ping completion and add EndPanel integration
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 06:59:42 +08:00
cd0944be45 Fix returning to home bug: ensure all pings, chanrao, and Shose are hidden completely
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 06:36:53 +08:00
fb0a77625a Cleanup ShoseClickHandler: completely remove audioManager variable that was causing compile error
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 06:28:33 +08:00
d3db73d271 Fix ResetState for ShoseClickHandler to properly show outline and reset related objects
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 06:03:58 +08:00
23dd034f75 Fix ping click through issue caused by missing frame lock
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 05:58:24 +08:00
f4d31f9d69 Fix: each ping does its own closest-check instead of broken global delegate pattern
yangbear pushed to main at yangbear/VFSUnity 2026-07-12 05:55:47 +08:00
27b64ec49d Complete rewrite: use screen-space distance detection instead of colliders for ping clicks