You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Focus on `src/inspector/inspector.rs` first - main plugin file
105
117
2. Update imports to use individual bevy crates available in bevy_dev_tools
106
118
3. Add missing derive macros where compilation errors indicate
107
119
108
-
### To work on live updates:
120
+
### To work on live updates
121
+
109
122
1. See `LIVE_UPDATES_IMPLEMENTATION_PLAN.md` for complete technical specification
110
123
2. Start with `src/inspector/http_client.rs` - replace simulation with real SSE
111
124
3. Test with `examples/moving_target_app.rs` for obvious component changes
112
125
113
126
## Current Workaround
114
127
115
-
For immediate use of the remote inspector, use the original `bevy_remote_inspector` crate which is fully functional. The bevy_dev_tools integration can be completed over time while the working version remains available.
128
+
For immediate use of the remote inspector, use the original `bevy_remote_inspector` crate which is fully functional. The bevy_dev_tools integration can be completed over time while the working version remains available.
0 commit comments