--- tags: render title: Screen to World brief: This example shows how to convert from screen to world cooridnates while using a camera. author: Defold Foundation scripts: bee.script --- The `bee.script` uses a `screen_to_world()` function which takes a camera view and projection and uses these to convert from screen space coordinates to world coordinates.