找回密码
 立即注册
搜索

[编辑器/功能拓展] AI Designer Pro 1.0001 AI系统战斗套件

[复制链接]
226 |0
发表于 2023-9-15 11:54:19 | 显示全部楼层 |阅读模式
















The ultimate AI system and combat kit for Unity. Craft complex AI without a line of code. With a few clicks, your people, wildlife, vehicles, zombies, etc instantly come alive!
What can you make? Combat agents (simple/light, or advanced), flying units, car racing AI, RTS units, tactical AI, companions, advanced wildlife, birds that flock, and more! One AI tool to learn for ALL your projects! Use AI Designer over and over, for any game, genre, AI need.

Key Features:
+ Visual Behavior Editors - no coding!
+ One-Click AI Setup from menu
+ Easy integration w/ other assets
+ FPS Shooter demo w/ Controllers
+ TONS of demo scenes
+ Combat System (Melee/Ranged)
+ Complete Health System + Auto Heal
+ Armor & Shields + Auto recharge
+ Object Pooling System (modular)
+ Advanced Weapons System
+ A* Pathfinding (Integrated w/ NavMesh)
+ Simple or Advanced pathfinding options
+ Advanced AI Move Controller
+ Goals & Needs
+ Built-In Dialogue System
+ A.I. Emotion & Feelings
+ Built-in Tactical Behaviors
+ Unlimited Factions
+ Supports Racing & Flying
+ Visual path editor for patrol paths
+ Procedural Animation Blender
+ Footsteps Manager
+ Mobile-ready
+ Editor extension is precompiled optimized DLL for speed
+ 3rd Party Ready:
(UFPS, Invector TPC, +more)
+ Extend with API & Scripts

Simulate Daily Life: More than combat AI! The goals/needs system lets you create NPCs with unlimited custom goals and unlimited actions, all without code. Each NPC's needs are managed automatically in the background - you just set the rates and how often needs arise.
Examples: Animals: (Needs) Hunger & Thirst. (Actions) Hunt objects tagged as "food" or find nearest water when thirst levels reached. City dwellers: (Need) Daily jobs / go to office. (Action) Find path to office building. Peasants: (Need) Chop trees. (Actions) Find nearby tree, move to it, play effects until need for wood decreases. Flag Carrier: (Need) Capture enemy flag. (Action) Find enemy flag object & move to it.

Visual Editing All AI agents have their own behavior editor right in the Unity Inspector, along with all your other components. Use this editor to build complex behavior, all without coding. Waypoints, patrol paths, cover spots, and more can simply be drag/dropped around your scene!

Essential Tactical Behaviors: Flee, wander, patrol, take cover, call backup, and more. All built-in! You just tweak some settings.

Targeting Strategies: Agents can prioritize targets (e.g. pick enemies with lowest health, pick enemies with highest priority rating, etc)

Companion Behaviors: Built-in companion abilities can follow and protect your human players as companions, attacking enemies along the way. Perfect for RPGs!

Emotions & Dynamic Dialogue: The built-in dialogue system lets AI dynamically pick responses depending on their feelings towards the player, affected by the player's actions. (e.g. if the player steals from the AI, it will trigger negative speech). Supports multi player responses! (your players can select reply choices that in-turn affect how AI replies)

Combat & Weapons Built-in weapons system supports projectile-based weapons, hit-scan sniper weapons, melee weapons, and area-damage weapons such as grenades.

What's In The Box?
+ The AI Designer Pro system
+ Visual editor tools
+ FPS team vs zombies demo (Playable)
+ Many demo scenes (sword battle, shooters, racing, dialogue, and more!)
+ Preset Templates for many AI types (wildlife, combat, vehicle, etc)
+ Many example bots to drop into scene (just swap model & anims)
+ Sample integration scripts
+ Special Camera System (AI POV, spectator, follow, etc)
+ Free pre-made prefabs and assets for fast prototyping
+ Special procedural animation blended Zombie setup
+ 90 page PDF User Manual (and growing)

How Does It Work?
1) Use our one-click menu to auto-setup AI on any model.
2) Use the easy visual editor to build actions without code. Simply set your conditions (e.g. “If target is within 15-35 range...”) and set the actions to play (e.g., "run to cover").
3)Use the special Effects-Builder (again, without code!) to create runtime effects like physics forces, spawn particles, play animations and random sounds, and more. This ties in with your AI behavior to easily generate special effects! (e.g., spawn dust at feet when running to cover)

How to Integrate?
Integration is simple! You can either use the built-in damage sender component with health system (works with human player prefabs too), or use your own custom damage function that can be triggered by the system. If you're using a Third-party visual scripting tool, simply use that tool's function caller to call a single function: TakeDamage(amount)

For any genre: Companion AI for RPGs, advanced weaponry for Shooters, dynamic melee combat for Medieval battles, procedural zombie motions for Zombie games, emotion-driven dialogue for immersive games, vehicle AI for racing, Needs system for wildlife sims & survival games, the list goes on...!

For Rapid Prototyping: One-click setup from scratch or drop pre-made bots into scene in minutes!

For Commercial Games: Not just for prototypes or hobbies! AI Designer was engineered with commercial game development in mind: Fast workflows and iterations, multi-platform high performance, and a special event system with API for 3rd Party integrations. Bring your game to market faster than you could ever imagine!

For Artists & Developers: Artists without coding experience can setup AI in a few clicks (knowledge of basic Unity concepts required). Developers can use the API to create extremely advanced integrations and significantly reduce development time.

For You: You don't have years to learn AI and you simply want a system that works out of the box. You don't have time to figure out how to make AI behaviors from scratch - you want it handed to you in an easy-to-understand manner. You want tons of example scenes for fast learning. You want straightforward integration with all your other 3rd party assets. You want a chance to compete with the big players who have entire teams working just on AI. Friend, you need AI Designer Pro!
Experience Needed? You need a basic knowledge of Unity (prefabs, gameobjects, animations, colliders, Mechanim setup, etc). Most things are done in Unity Inspector, so no new windows or node editors to learn. Optional C# beginner knowledge needed if you prefer coding.

Beta Notice: This product is in Beta. Future updates to this product are free for current buyers even when beta pricing increases.

What's the difference between our AI products?
AI Designer Pro Originally intended to be named "Silver AI 2" with all paid addons included. Completely rewritten and received an enormous upgrade. The original Silver AI package will be updated to include both Silver AI and AI Designer Lite (an upcoming version).
Silver AI The predecessor to AI Designer. It was a low-price package with paid addons for purchase. AI Designer has been completely rewritten and is not backwards compatible (we sent out a notice months ago about this).
Advanced Battle AI A PlayMaker-only AI kit where the entire AI engine is editable as FSM graphs.


Unity的终极AI系统和战斗套件。不用一行代码就能制作复杂的AI。点击几下,你的人,野生动物,车辆,僵尸等立即活了起来!
你会做什么?战斗代理(简单/轻型或高级)、飞行单位、赛车AI、RTS单位、战术AI、同伴、高级野生动物、成群的鸟类等等!一个AI工具来学习你所有的项目!针对任何游戏、类型和AI需求,反复使用AI Designer。

主要特点:
+视觉行为编辑器-无需编码!
+菜单中一键式AI设置
+易于集成与其他资产
+ FPS射击演示w/控制器
+大量的演示场景
+战斗系统(近战/远程)
+完整的生命系统+自动治疗
+盔甲和盾牌+自动充电
+对象池系统(模块化)
+先进武器系统
+ A*寻径(集成w/ NavMesh)
+简单或高级寻路选项
+高级AI移动控制器
+目标和需求
+内置对话系统
+人工智能情感和感觉
+内置战术行为
+无限派系
+支持赛车和飞行
+可视化路径编辑器的巡逻路径
+程序动画搅拌机
+脚步管理器
+惯于使用手机
+编辑器扩展是预编译优化DLL的速度
+第三方准备:
(UFPS,矢量TPC,更多)
+扩展与API和脚本




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表