Simple FieldOfView


This asset provides a simple field-of-view script ready to be used in your project. It creates a sector-shaped field-of-view like seen in most stealth games.


by QL GameDev


Price History +

This asset supports both 3D and 2D (slightly different implementations) and provides examples for both. By simply adding the provided script, MeshFilter, MeshRenderer to an object, you can set up your field-of-view within one minute.


Note that this tool is based on raycasting, so it is unsuitable for use cases where you need a lot of such field-of-view. When used in for example stealth games, it should work well and be able to be set up and adjusted quite quickly.