bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
let component = world.get_type_by_name.call("TestResource");
assert(world.has_resource.call(component) == true, "Resource was not found");