Commit a26558e
fix: isomorphic xstate imports + singleplayer worker boot
- TickSystem, ReconnectManager: replace bare 'xstate' static import with
top-level await dynamic import using _isNode guard — Chrome 145 workers
do not inherit page importmaps, causing bare specifier resolution to fail
- XRWidgets: fix updateFade() to use _fadeActor.getSnapshot().value instead
of undefined fadeState variable
- server.js: fix stale watcher for client/animation.js → AnimationStateMachine
+ AnimationLibrary
- draco: add missing draco_wasm_wrapper.js and draco_encoder.js files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6c0c98f commit a26558e
6 files changed
Lines changed: 158 additions & 5 deletions
File tree
- client
- draco
- src
- client
- netcode
- sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments