bevy_mod_scripting 0.19.0

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