Unity Asset Store
取消
购物车
应用
Sell Assets

11000+款5星资源

8.5万+用户参与评分

10万+社区成员鼎力支持

每款资源都经过 Unity 审核

首页
工具
可视化脚本
显示 1 - 10 of 277
用户评论
排序
最新资源
最有帮助的
评分最高
M
Great tool for game AI
13 days ago
ManaPotionStudios基于上一个版本 1.7.9
If you only used state machines before, this is a game changer. It's like a step from telegraph to internet in terms of technological leap. If you already know what behaviour trees are this asset is great solution. You can even use it along side with DOTS no problem. Never going back to state machines again. It is solid 10/10 conditional interrupts
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 10 days ago
Behavior trees can really take your AI to the next level. Awesome to hear that you got it working along side DOTS as well!
T
Comlete solution
16 days ago
The_3D_Lunatic基于版本1.7.11
It's been around since forever and the tutorials are 10 years old, but due to the nature of this asset they are still valid. It has lots of actions and integration with lots of useful assets, and you can customize it by writing your own nodes if you're a coder. It does all that I need, and I suspect much, much more. And ChatGPT recommended it when I asked it to compare with alternatives... if that means anything.
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 16 days ago
Thanks for the review! Happy to see that ChatGPT recommends Behavior Designer :) While some of the videos are pretty old as you mentioned they are just as relevant today as they were back then. We have created some new tutorials as topics come up but in general Behavior Designer is easy to grasp so everything just works.
k
Amazing asset. A MUST for implementing AI behavior
a month ago
kmoua基于上一个版本 1.7.10
FYI this is my first asset review, it is so good that I had to comment. Initially, I planned to create my own AI profile logic. Forgot that I had bought this asset on sale YEARS ago. Booted it up and took a less than 2-3 hours to become familiar with the architecture. I use Animancer in my own custom actions for full animation control, and I was able to create some amazing dynamic AI behavior for my boxing sim game. Would highly recommend this asset!
这条评论是否有帮助?
1
0
来自发布商的回复:
回复时间 a month ago
Thank you kmoua - it's great to hear that you were able to get up and running so quickly!
G
Great asset, great developer
2 months ago
Grandtheftzebra基于上一个版本 1.7.10
Been using it for a month now and it's easy to use, very performant, okayish documented and if you have any question (does not even has to be asset specific) the developer answers pretty fast and reliable!
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 2 months ago
Thank you, I'm happy to help and it's great to hear that you're enjoying Behavior Designer!
C
Clean solution
3 months ago
CoreNut基于上一个版本 1.7.7p1
If you need behavior tree implementation, save yourself the trouble.
这条评论是否有帮助?
0
1
来自发布商的回复:
回复时间 3 months ago
Than you CoreNut! Happy to hear that you're enjoying Behavior Designer!
i
Simply Great
3 months ago
instruct9r基于上一个版本 1.7.10
Behavior Designer is the best tool that can be used in Unity for Behavior Tree powered AI's. It's just so intuitive and easy to use. Everything that i could think of is added to the editor, from Global Variables, to Local Variables that can be connected to Properties. I can even reference 2 separate tasks. This is so cool... I highly recommend it...
这条评论是否有帮助?
1
1
来自发布商的回复:
回复时间 3 months ago
I'm happy to hear that you're enjoying Behavior Designer! Awesome to hear that you found the task referencing feature :) Feel free to reach out if you have any questions!
J
Great
4 months ago
Jamsalad基于上一个版本 1.7.10
Great and pretty powerful asset that works exactly as advertised , which is pretty rare on this store. Will it do every single thing to make super powerful AI? Probably not, there are some limitations but through custom tasks you should be able to make most anything you want.
这条评论是否有帮助?
0
1
来自发布商的回复:
回复时间 4 months ago
Thank you for leaving a review! Definitely agree that the power comes in from creating custom tasks. Behavior Designer has a large number of integrations but the true power comes in using your own task with the behavior tree flow. The Playmaker and Visual Scripting integrations are also great if you don't have scripting experience. Justin
w
A MUST HAVE ASSET!
5 months ago
wdessy基于上一个版本 1.7.8
This is a wonderfully developed software. It is very user-friendly and works perfectly. I was able to create some very difficult behavior trees in a very short amount of time. Its UI design is extremely easy to understand and learn. The documentation and online tutorials were very helpful. Plus, the online support and help from its developers and contributors is phenomenal. Any questions I had were answered quickly. You can even create and add your own scripts to be utilized within the software, alongside the included commands. 100% the best asset I've purchased.
这条评论是否有帮助?
1
1
来自发布商的回复:
回复时间 5 months ago
Thank you wdessy - I'm looking forward to the release of your project!
D
it's good,but it can be better
6 months ago
DeaconD基于上一个版本 1.7.9
我认为这是一个不错的资源,不论你是否能完全理解行为树的代码这个资源都因为它适配unity的可视化界面给你节省不少时间和精力。 但是我认为它仍然有很多可以提升的地方,一个是它的document有些过于简短,虽然我们当然也可以通过阅读源码来完全了解各种task,但提供一个更翔实的文档总是好的。另一个问题是我不知道是否因为存在某些约定俗成的习惯,像lower priority这个选项在我看来是非常反直觉的,事实上这个type的任务会不断的检测并在符合条件时打断其他任务和执行,这难道不是一种高优先级吗,这让我这样的初学者在学习时有一些费解。 ========================================= 感谢您的回复
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 6 months ago
Edit: thanks for updating your review, and definitely get in contact if you have any questions on behavior trees! Hello, Behavior trees are a widely used game AI implementation so any resource that you find on how behavior trees work will apply to Behavior Designer (as long as the resource uses a standard behavior tree implementation). With that said, take a look at the page below which goes into detail on what a behavior tree is. At the end of the document it contains some additional links, most of which use Behavior Designer itself: https://opsive.com/support/documentation/behavior-designer/what-is-a-behavior-tree/ Conditional aborts are probably the trickiest concept with behavior trees. We have some resources dedicated to it: - https://opsive.com/support/documentation/behavior-designer/conditional-aborts/ - https://www.youtube.com/watch?v=GFsK5x6ZW7k In addition, if you do a search on our forum you'll find questions related to it which may also help. Behavior trees are an extremely powerful and intuitive AI implementation once you get the hang of them so I'm sure it will be useful for your project. If you have any questions on your specific behavior tree feel free to reach out and I'll be able to help :) Justin
b
One of the best!
6 months ago
blackwid0w102基于上一个版本 1.7.9
This is going to be extremely useful! You won't regret buying this!
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 6 months ago
We agree :) Looking forward to hearing about what you create with Behavior Designer!
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持
USD
EUR
Copyright © 2024 Unity Technologies
所有价格不包含税
USD
EUR