脚本/功能 【更新】Alek AI System 0.8.2

Unity插件信息
插件名称: Alek AI System
插件官网: https://assetstore.unity.com/packages/tools/behavior-ai/alek-ai-system-213920
版本: 0.8.2
解压密码:
素材类型: 脚本/功能














Alek AI System's aim is realism, by making the AI move nicely, and react to the environment with all kinds of animations/movements.

Who is it for?
This system was specifically made for VR, so it supports all kinds of interactions, like dodging, blocking incoming objects procedurally, has an integration with PuppetMaster (essential for good VR games) and more. so it is perfect for VR devs. if you are not making a VR game it still has the upper hand on meleeinteractions (blocks, dodges, hit interruptions etc), and most ranged interactions (during attack movement, IK, cover shooter etc)

why the higher price than other AI assets?
Because it has features specifically for VR (like the dynamic blocking), and many integrations that other systems just don't have. It is lightweight, has functions that will make your AI immersive, and i offer cool support (just read the reviews)

specfic descripton:
MOVEMENT
AI moves, adapting to how it's target is moving
- chasing
- backing off when needed
- strafing
- any movement with any animation on any action additionally (Additional Actions)
- hiding system
- dodging (and blocking (and dynamic procedural blocking))
- dropdown/incomplete path - plays a specific animation when on a link, and stands when is an incomplete path and not moving
- custom rotation system (allows for slowing down when not facing target)
- run away agro mode, so your AI can run away from target
- hiding from the terget (cover shooter)

ATTACKS
Any amount/animation/movement on attacks
- melee/ranged/mixed
- unlimited number of attacks (with sequences/animations/events), picked randomly, with weights (probability)
- attack sequencing (so you can make fe. a bull chasing up, after that running toward a player, and then hitting)
- a lot of damage methods
- better bullet system - bullets always detect target
- movement on attacks (so when shooting, AI will not look dull)

WAYPOINTS
Advanced wayPoint system
- 4 waypoint modes: loop, reverse, random around AI, random around spawn
- weapon placement helper (fe. random around AI, snap waypoint to ground)
- waypoint painting (with a brush)
- waiting a specific ammount of time at a specific waypoint

SIGHT
Full sight and detection system. dynamic (AI vs AI and multiplayer support) and preset target detection

ANIMATIONS
Just drag and drop animation to the animator , reference them by name, and viola! it even works with root motion
- any animation on any actions additionally (Additional Actions)
- animations on certain events (fe. when spotted target, when hit (with knockback), etc.)
- dynamic turning (AI turns when it should)
- animation speed match to velocity option

STRUCTURE
all non specific values are held in profiles (scriptable objects)
- share all kinds of settings between AI
- you do not have to copy settings all the time
- specific settings for each AI (like avoided tags, waypoints, etc.)
you can switch between behaviours (for example, you can have an AI that is punching when close, and shooting when far away, or (/and couse you can switch behaviour switchers) run away when low on health)

Alerts
The system contains 4 alert methods (distractions):
- look - AI looks at a specific position (fe. you throw a rock, and AI looks where it was)
- chase - AI immiedly starts chasing Target
- check - AI goes to investigate a specific position
- danger - AI blocks/dodges incoming danger

HEALTH DAMAGE
Full health and damage solution, easily integratable with other solutions

AUDIO
Full audio solution

PERFORMANCE
Alek AI has incredible performance compared to other AI solutions
- you can slow down path updating, and sight updates or reduce - reduce lag spikes by distributing calls between frames
- with 180 enemies the system caused 0.7 - 2ms.
tests (results given during fight, before deaths, when AI dies, it doesn't waste almost any FPS, accept for the model, note that i do not have a great computer):
- with 0 AI i got - 2700- 2300FPS (for reference)
- with 4 melee + 2 ranged AI, with dynamic detection (the heaviest for the system) I got 1300-1120FPS
- with 8 melee AI, with dynamic detection (the heaviest for the system) I got 920- 830 FPS
- with 90melee AI with dynamic detection (the heaviest for the system) I got 170- 150 FPS
- with 180 melee AI with dynamic detection (the heaviest for the system) I got 90- 80 FPS
see the 180 enemies test video here. since the video many things have improved, but it briefly show the performance.

ONE CLICK SETUP & AWESOME EDITORS
- you can set up any AI with just one button click. just go to Tools/Alek Games/Alek AI System/Behaviour Maker or Shift + Alt + M. There are a lot of creation options, so you can make any enemy in seconds.
- There are a lot of custom editors to make your job easier.
- you can edit/switch all (or just selected) AI in scene, using AI Manager (in Window/Alek Games/Alek AI System/AI Manager)

INVERSE KINEMATICS
the system uses IK for:
- aiming - AI aims with hand and body at its target
- dynamic (procedural) blocking - automatically places weapon to block incoming attack or places it on proper height when just standing, perfect for VR sword fighting game (like blade & sorcery or battle talent)

INTEGRATIONS
you obviously need assets these integrations are for, to make these integrations work.
- PuppetMaster (click here for video): supports: falling, knockdown, being grabbed (for example in VR), being unpinned on damage, and all of the other stuff you would expect from puppet AI with ragdolls.
- Final IK - for aiming and dynamic blocking.
- A* Pathfinding Project Pro (since i do not know how to do samplePosition() function in A*PPP, its integration does not support NavMeshSample Target Pos Fix Mode.

integration with Puppet Master is not officially supported by A*PPP integration. that still needs some work)
- easily integratable with all damage systems, due to interfaces used in the damage system

COOL STUFF
- ragdoll activation on death
- a lot of events to expand the system
- agro modes
- not linked with player controller, everything is done separately, adapting to the situation
- action structure for behaviour (13 actions + 9 movement actions)
and a lot more...

LEARNING CURVE
- fully documented
- tutorials
- discord server and email

FULL SOURCE CODE
Full source code is provided in the package.

quickly (24h max, unless there is like a 1000 email, which I do not expect). There also is a discord server, to help you (click here to join).

NOTE
- as long as the system version is 0.x (below 1), I may change some stuff (so there will be no legacy support then). That means that stuff like used classes, and variables can change, so your prefabs may not work correctly (I will avoid that, but I still think it is worth warning).

REFUND POLICY (Additional info, cause this asset in under EULA)
I will most likely accept refunds, unless they fall under following reason:
- I accidently bought the asset,
- I misread the description,

the system is close to v1, and I may relaunch the asset, as the initial version that most people bought is nothing like what the asset is now (if you bougt this asset in last 4 months you will be able to get the relaunched version for free).


Alek 人工智能系统的目标是让人工智能动作逼真,并通过各种动画/动作对环境做出反应。

适用对象
该系统专为 VR 而设计,因此支持各种互动,如闪避、程序化阻挡来袭物体、与 PuppetMaster 集成(对于优秀的 VR 游戏至关重要)等等。如果您不是在制作 VR 游戏,该系统在近战互动(阻挡、闪避、命中中断等)和大多数远程互动(攻击移动、IK、掩护射击等)方面仍具有优势。

为什么价格高于其他人工智能资产?
因为它具有专门针对 VR 的功能(如动态格挡),以及许多其他系统不具备的集成功能。它重量轻,功能强大,能让您的人工智能身临其境,而且我还提供超酷的支持(只需阅读评论即可)

具体描述
移动
人工智能移动,适应目标的移动方式
- 追逐
- 必要时后退
- 扫射
- 在任何动作上附加任何动画的任何移动(附加动作)
- 隐藏系统
- 闪避(和阻挡(以及动态程序阻挡)
- 下拉/不完整路径--在链接上时播放特定动画,在不完整路径上不动时站立
- 自定义旋转系统(允许在不面对目标时减速)
- 逃跑激动模式,让人工智能可以逃离目标
- 躲避目标(掩护射击)

攻击
任意数量/动作/移动





作者 cg小白兔 发表于 2023-12-28 11:16:33
您需要登录后才可以回帖 登录 | 立即注册
cg小白兔

关注0

粉丝0

发布4060

热门作品推荐
glow
GUI Kit - Matt Metal 2.0.0 按钮图标UI素
glow
女性人物模型 萝莉 可爱 卡通角色max文件有
glow
Classic RPG GUI 1.1手绘中世纪MMO经典UI素
glow
Two Handed Sword Animset Pro 1.2双手持剑
glow
Girl GreatSword AnimSet 1.0动漫风格女性
glow
Mesh Simplify 1.10 Unity网格简化插件
glow
UIObject3D:Render 3D Models on any Unit
glow
黑色幸存者 Hyejin 慧珍 巫女 含骨骼动画 F
glow
Climbing System 4.0 攀爬功能
glow
AVPro Live Camera 2.9.1