Overview
This asset is available completely FREE until September 1st.
The Simple Detection System is a simple package to implement enemy vision. Uses interfaces for cleaner communication between components, and is very easy to use.
Features
- Vision cone or mesh.
- Detect obstacles.
- A player easily knows which enemies are watching him.
- Supports multiple players or npcs.
- Simple waypoint system included.
- Includes an indicator of the enemies watching the player.
- Two levels vision (near and far) (only on cone).
- Simple to use.
- Good performance.
Version 2.0.0
- Now fully integrated with Unity Package Manager (UPM).
- Performance improvements.
Version 1.6.3
- The new input system has been implemented and is now required.
Version 1.6.2
- Performance improvements.
- Coroutines are replaced by awaitables.
Version 1.6.1
- URP is used by default.
- Performance improvements.
Version 1.3.0
Version 1.2.0
- Added a sample scene of noise emitting objects.
Version 1.1.0
- An example scene of interaction with objects is added.