MOST Detector
MOST Detector is used to detect objects and their current/updated position around certain areas, find the closest, and mark it, also, the system comes with an area debug system, scan, and on-site detection system.
You can use this system for enemy AI to sense other objects, auto-aim systems, following, spectating, and detection
MOST Detector system doesn't require rigidbody, collider, or trigger components to work, and has nothing to do with the object collision component and system. Just add it, and the detector will be ready to go.

When there is no detected object, the rotation will be controlled by the moving system, otherwise, the detector system will disable the rotation inside moving system and control the rotation


Features
Working with characters and AI enemies and characters
A debugging system and Gizomos drawer for the detection area
can use layer masks or tags to detect
Active only on site (detects only objects that are on site and not hidden behind walls, for example)
Record inactive objects as well
Option for sorting the detected objects list depending on distance
Marker system for the closest object
Option for Look at the closest or rotate toward the closest
Events system

Continuous calling system These events will continuously be called if the detector list is not empty and the delay between each call = Delay Between Calls (if = 0 then Time.deltaTime).

API reference
All public properties can be updated at runtime, and the changes will be set immediately.
Last updated