Skip to content

v0.17.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Nov 19:47

Added

  • Lua definition file generation, ladfile re-work (#497)
  • add ScriptPipelineState system parameter and rust script loading example (#494)
  • add script asset path to function call context (#493)
  • add location information to function call context (#492)
  • Replace ParsedPath with custom ReferencePath, support Map and Set references with arbitrary types (#491)
  • registered callbacks via register_callback, and bevy_mod_scripting_script crate. (#490)
  • Asset references, world.get_asset and world.has_asset bindings (#484)
  • warn on duplicate globals (#486)

Contributors