Skip to content

Releases: splo/vscode-bevy-inspector

v0.4.1

16 Oct 10:46

Choose a tag to compare

Fixes

  • Ignore already despawned entities when listing them.

v0.4.0

07 Oct 15:24

Choose a tag to compare

Changes

v0.3.0

15 May 19:02

Choose a tag to compare

Changes

  • New views dedicated to components, resources, schema registry and server management.
  • Display component and resource values with dynamic forms, depending on their reflected type.
  • Modify component and resource values.
  • Insert components to entities or add new resources.
  • Spawn, destroy or re-parent entities.
  • Publication of the extension on the Open VSX Registry.
  • Improvements to the Rust examples.
  • A contribution guide, better README.

v0.2.0

21 Mar 14:20

Choose a tag to compare

Changed

  • Add Go to Defintion to components by @splo in #11.
  • Copy a component's full name by @splo.
  • Support different Bevy versions by @splo in #9.

v0.1.1

03 Jan 21:47

Choose a tag to compare

Fixed

  • Infer entity name when using Bevy serialize feature by @splo

v0.1.0

03 Jan 18:33

Choose a tag to compare

Changed

Fixed

  • Correctly shorten entity names with generics by @splo

New Contributors