SenseSystem is a flexible, extensible, and multi-functional system for detecting and responding to the detection of game objects in UnrealEngine. The ease of implementation and fine-tuning makes it suitable for projects of the most diverse genres from shooters, strategies, and to arcade ones. Allow the player or AI to interact with the entire game world.
Its purpose is an alternative to existing systems in the engine such as AIPerception, PawnSensing, and EQS. SenseSystem has better performance, a wider range of tasks, more features, is simpler, and it's universal to use.
MyOtherMarketplaceProducts
Technical Details Features:
SenseSystem has all the features of AIPerception, PawnSensing and some functions of EQS, a system that currently detects targets with increased performance. The physical engine is not used to detect overlapping detection zones. The number of targets for detection can be very large, thousands of simultaneously detected targets. There are all standard sensor sets, such as vision, touch, noise, distance.
The system has a built-in reaction function for detecting both the detector and the target, which is implemented through delegates.
The scope is not limited only to AI-perception, the system is also easily integrated into any system of interaction between an arbitrary object and the environment, interaction with objects without direct guidance, selecting objects with the cursor and interaction with groups of objects.
The system is designed for customization in both c++ and blueprints
(The example project build clearly demonstrate the features, and it is available at the link below.)
Number of Blueprints: 0, but have blueprintable c++ classes
Number of c++ Classes: >50
Network Replicated: No
Supported Development Platforms: Win64, Win32, Mac, Linux
Supported Target Build Platforms: Win64, Win32, Mac, Linux, PS4, XboxOne
- marketplace : https://www.unrealengine.com/marketplace/en-US/product/28a0c4ba00bf4eee8c17e52b7b2c8d52
- LinkToVideo : https://www.youtube.com/watch?v=BRw0GmMvG_g
- Doc and Example : https://drive.google.com/drive/folders/1YznJOVTO32tNC0-Zcv9XrGiVkhYsfNcv?usp=sharing
- Project Discord : https://discord.gg/2m5DCzC
TODO:
- Documentation of DebugDraw in Quick Start
- Documentation of Profiling in Quick Start