脚本/功能 Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader

插件名称:Emerald AI 1.3.1插件官网:访问官网
版权协议:Red pine1.1解压密码:通用密码


Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI系列索引:

Emerald AI 1.2.5  下载链接
Emerald AI 1.3.5  下载链接
Emerald AI 2.0  下载链接
Emerald AI 2.0.1  下载链接
Emerald AI 2.1.1  下载链接
Emerald AI 2.2.0  下载链接
Emerald AI 2.2.1  下载链接
Emerald AI 2.3.0.2  下载链接

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源







Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源

Emerald AI 1.3.1 unity3d asset Unity插件 Unity3d shader资源




Requires Unity 5.0.2 or higher.
Emerald AI is an easy to use, all in one, AI system that creates dynamically wandering animals, predator and prey, enemies, NPCs, breedable animals, and more.

Supports both UFPS and RFPS, tutorial included.

Emerald 1.3 brings tons of new features, Mecanim support, multi-tag support, improvements, and more.

Demo Videos
Forum
Documentation

With the behavior system, you choose if the AI is Cowardly, Passive, Hostile, or Defensive. With Emerald's easy to use Editor, it only takes few minutes to setup custom models.

All AI using Emerald will have dynamically generated waypoints. These waypoints allow the AI to dynamically roam, hunt, form herds and packs, and graze all within their appropriate Radii. Emerald offers 150+ customizable options allowing you to create the perfect AI to suit your game's needs.


System
* Supports both First Person and 3rd Person camera types. Example systems are included for both.
* Supports both Unity Free and Unity Pro
* Supports Mecanim and Legacy animations. * Support for more than just Animals. Emerald AI can be used for NPCs, Enemies, Creatures, Zombies, and more.
* For users who want only animals or only NPCs, we have designed Emerald with this in mind. NPC and Animals are separated using the Editor. The code from these 2 categories don't even run unless one or the other is selected. So, if your AI was set to Animal, none of the code for the NPC would be running in the script.
* Emerald has amazing performance by utilizing Unity's LOD system. This is done by deactivating Emerald and its components when not in view. This allows Emerald to have 1,000's of AI within 1 scene at a time. AI are then activated when within view when they become unculled. This process is seamless and fast. We tested this with 1,000+ AI/Animals spread across 13 square miles and maintained 60+ frames per second.
* Dynamic Herds and Packs - This is done dynamically by randomly generating an alpha on start. There is a 1 in 5 chance that an AI will be an alpha. If an AI that is not an alpha comes within range of an alpha, that is also the same Name Type (that is set within the Editor), and it isn't ready in a herd, it will become apart of that alpha's herd. AI within a herd will follow the alpha (in herd mode) to its generated waypoints. This can be used from animals, to enemies, to hordes of zombies.
* AI use slope detection and rotate according to the current terrain slope. This allows there to be no hovering on steep slopes as well as resulting in much more realistic looking AI. This option can be enabled or disabled if desired. This feature is only enabled if an AI is active.
* Behavior Types categorized as (Cowardly [will flee from appropriate tags] Passive [usable by farm animals or NPCs, allows AI to continuously wander around an area], Hostile [will attack anything with the appropriate tag on site] Defensive [will attack enemies on sight (with the tag enemy) but only attack a player, or others, if they are hit first.])
* After an AI has given up on its chase. It will return back to its starting position, if enabled, and continue to wander within its Wander Range.
* Max Herd Capacity for each AI Name Category. This is to help AI/animal herds from getting too big and dominating your artificial ecosystem.
* Alpha replacement. If an alpha AI dies, and it is leading a herd, it will generate a new alpha within its herd to become the new alpha.
* Turn Animation Support - We have also added support for turning animation, as requested. This feature is completely optional. Turning animations will play when an AI needs to take a turn that's sharper than ~60°. This also applies when an AI is attacking and chasing its opponent. This allows for greatly improved realism.


Example Systems
* Custom 3rd Player character controller that allows collisions with AI, running, stamina system (that will only allow the player to run as long as they have stamina), and footstep sounds system. Speed, jump height, sounds, and more are all customizable.
* Custom First Person character controller that allows collisions with AI, running, stamina system (that will only allow the player to run as long as they have stamina), and footstep sounds system. Speed, jump height, sounds, and more are all customizable.
* A customizable player weapon damage system is included with Emerald. This system has customizable timers, distances, and delays to perfectly match any custom animations customers may have. It also uses RayCast so all attacks are properly registered which then spawns a customizable blood effect right on the hit point of attack.
* AI receive damage by calling the Damage function. This makes it easy to implement custom forms of damage from bullets, arrows, or anything else.
* A Player Health system is also included. We have built a custom Editor to make it easier than ever to customize the settings. These settings include customizable health, health regeneration, attack sounds, UI, and more.
* An animal Breeding system allows users to feed animals, of similar type, to breed and spawn babies of customizable rarities (common, uncommon, rare, and super rare).
* We include a Loot System with our system. Easily integration with UFPS, Unity's FPSController, and other systems. Our wiki site covers these tutorials.
* An AI health bar example system is included that displays an AI's current health and name.


Example Scenes
* Animal Breeding Example – Demonstrates breedable animals, similar to MineCraft. Animals have 4 rarity types, Common, Uncommon, Rare, and Super Rare. A system is included that allows interaction with animals.
* Defensive AI Example - Demonstrates defensive AI that will attack enemies on sight (with the tag enemy) but only attack a player, or others, if they are hit first.
* Enemy/Hostile AI Example - Demonstrates enemy/hostile AI that will attack anything on sight with the tag Ally, Player, or prey.
* Fleeing Example – Demonstrates fleeing AI that will run away from the player when they get near.
* Loot Example - Demonstrates a loot system that randomly generates loot when an enemy is killed. It is then added to the player's inventory UI that is visible on screen.
* Prey and Predator Example - Demonstrates a predator AI chasing and killing its prey.
* AI Health Bar Example - Demonstrates displaying an AI's current health and name (UI included).


Combat System
* Attack sound support to play sounds when AI attack
* Randomized Attack Animations (Choose from up to 6 animation clips for your Predator to attack with.)
* Customizable Hunt Time that controls when a predator will give up on a chase.
* Support for Run Attack animations for those models that have it (this is an optional feature).
* Hit animation support, if desired (this will play a hit animation when an AI is hit by a player or other AI).



游客,如果您要查看本帖隐藏内容请回复





作者 如果没有感觉 发表于 2017-2-5 12:37:08

mengliang010800

哈哈哈。。这个是最新版的啊,牛逼
发表于 2017-3-16 10:46:40

fremmen


哈哈哈。。这个是最新版的啊,牛逼
发表于 2017-4-4 14:25:49

xsisx

谢谢分享学习学习了
发表于 2017-4-26 15:20:34

taichiu727

thanks for sharing!
发表于 2017-4-28 02:25:25

darkmajki

Thank you very much for sharing this, i was looking for it.
发表于 2017-5-21 19:16:20

ScrewSigningUp

Just let me see this.
发表于 2017-5-25 13:21:59

294839937%40qq.co

看看学习一下
发表于 2017-7-4 01:05:37

avi9111%40163.com

不错,看看
发表于 2017-7-11 16:04:24

7891liang

貌似挺好的东西,下载一下
发表于 2017-7-30 01:36:29

Mrnoob64

:) whre can i find this?
发表于 2017-9-12 10:15:06

doomsday

感谢分享!
发表于 2017-11-8 19:15:37

Byakko

i can't wait for probe this
发表于 2017-11-13 00:54:46

wstcgez

看看跟1.1的有什么不同
发表于 2017-11-29 14:30:07

youzih6

不错的资源
发表于 2018-4-8 11:55:20

yl25349558

威武。。。11111111111
发表于 2020-2-28 03:16:21
您需要登录后才可以回帖 登录 | 立即注册
如果没有感觉

关注0

粉丝371

发布3073

热门作品推荐
glow
Bus Pack 1.2 公交车大巴车公共汽车模型
glow
Operating System Simulator Plugin 3.0.1
glow
【更新】Fantastic City Generator 3.1.2
glow
【更新】Terrain To Mesh 2024.1地形转换为
glow
EPIC Fantasy Village - Low Poly 3D Art 1
glow
EPIC Fantasy Town - Low Poly 3D Art 1.0
glow
【更新】Drawing & Coloring (Extra Editio
glow
Archero Unity Source code 1.0 2019.2.17f
glow
【更新】Sky Master ULTIMATE Volumetric S
glow
【更新】Stick Guys Defense 2020.3.25f1战