Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: foxication/bevy-inspection.vscode

0.1.2

Choose a tag to compare

@foxication foxication released this 09 May 09:30

This update focuses on stability improvements and gives you more control over data synchronization

✨ New Features

  • Switch between live streaming or manual refresh modes
  • Set update frequency from 5 ms to 1 sec in inspection view
  • Added manual refresh and live update buttons

⚙ Improvements

  • Switched from unstable streaming to configurable polling (from 5ms to 1000ms) to prevent server disconnects and balance precision/performance

0.1.1

Choose a tag to compare

@foxication foxication released this 05 May 05:21

🚀 What's New in This Release

This update brings significant improvements and new features to enhance your experience:

✨ New Features

  • Major codebase overhaul with improved support for serialized data structures
  • Added context menu options to copy Label, TypePath, Value, or ErrorMessage
  • Added editing support for simple Enums (non-parameterized variants)

⚙ Improvements

  • Values now update every 100ms for smoother real-time tracking
  • Entities in the hierarchy tree now display icons based on their components
  • Entity information has been moved from the Inspection window title into the panel itself
  • Enhanced tooltips with additional contextual information
  • New initial page in the Inspection window

⚠️ Known Issues

  • The extension occasionally struggles to keep up with high-frequency data streams, which may cause:
    • Unexpected pauses in open data streams
    • Spontaneous stream termination in rare cases

0.1.0

Choose a tag to compare

@foxication foxication released this 24 Apr 14:48

Initial Release 🎉

  • Establish connection with bevy app via URL
  • Entity Hierarchy Inspection
  • Manually refresh entity tree
  • Modify serialized values of component for any selected entity