メインコンテンツにスキップ
Unity logo
キャンセル
プライバシー設定
カート
アプリケーション
Sell Assets

11,000 種類を超える 5 つ星アセット

8.5 万人以上の顧客による評価

10 万人を超えるフォーラムメンバーが支持

すべてのアセットを Unity が審査済み

Dinopunch
100件のレビュー
FREE
100件のうち 1 - 10を表示中
ユーザーレビュー
表示順
K
How is this FREE?
3 months ago
KenKosgroveバージョン v1.2 で
I was looking for crows and this happens to have a large variety of other birds too! The scripts are very well written and it only took a minute to set up how i wanted crows to spawn. This is incredible for a FREE asset! Thanks so much
このレビューは役に立ちましたか?
1
0
L
Amazing!
4 months ago
Lilaunitバージョン v1.2 で
They look very good and are so easy to use, thank you very much!
このレビューは役に立ちましたか?
1
0
t
Хороший актив
6 months ago
tapac69バージョン v1.2 で
Дивовидно реалістичні птахи. Гарний актив
このレビューは役に立ちましたか?
1
0
B
Still Great Asset
8 months ago
BraniDevバージョン v1.2 で
I have issues with Birds landing and then they fly away right away when they land of they have issue with landing so i disable collisions and comment out inside birds.cs // void OnTriggerExit for anyone else wants to kill all the birds and then stop spawning and destroy script add this to birdcontroller.cs then you can call it from different scripts whenever you want hope it helps to someone :) I am currently working on Horror games so this helps Thank you for the asset. //kill all birds public void KillAllBirds() { Debug.Log("Killing all birds"); GameObject[] birds = GameObject.FindGameObjectsWithTag("lb_bird"); foreach (GameObject bird in birds) { Vector3 randomForce = Random.onUnitSphere * 500f; bird.transform.SendMessage("KillBirdWithForce", randomForce); } } public void DestroyAllBirds() { GameObject[] birds = GameObject.FindGameObjectsWithTag("lb_bird"); foreach (GameObject bird in birds) { if (bird != null) { Destroy(bird); Destroy(this); } } } If this helps follow me on YT as @branidev.
このレビューは役に立ちましたか?
1
0
V
A great tool for living enviroments
9 months ago
VegaBooバージョン v1.2 で
Thank you for allowing us to use these assets free of charge. I especially commend how easy it is to use and implement into an already existing project. Here is the game I made with the help of your work! --> https://vegaboo.itch.io/treasure-island
このレビューは役に立ちましたか?
0
0
g
Pretty Good but...
2 years ago
gabriel-diquinzioバージョン v1.2 で
Hey i really like your asset! There is just one thing.. i noticed that one of the variable in sever set in the bird script which cause unexpected behavior. i'm using the V1.2 ( even though Demo ui say 1.1) ISSUE: The perched value is never being set to true. As soon as the bird lands on a perch collider, it will randomly select a movement reserved for the ground and then fly away the frame after. Fix: I set this variable on trigger enter, I'm pretty sure it can be fixed easily for the other user. I also strongly suggest that you add a variable for the landed time, or other setting like min / max flying distance respawn delay etc, and make them specific to each bird! Good job overall!
このレビューは役に立ちましたか?
2
0
J
Amazing that this is free!
2 years ago
JonLScottバージョン v1.2 で
The fact that assets of this quality can be had for free is what makes me love this community. Even if you don't use it as intended, the framework of this system is enough to inspire many custom made solutions that can work for many circumstances. I was shocked how easy this was to implement and troubleshoot.
このレビューは役に立ちましたか?
0
0
d
Cooolll Asset
2 years ago
dkordyバージョン v1.2 で
Realy amzing asset,easy to use and set,just reed instructions. great addition to eny project. Thanks for sharing it!
このレビューは役に立ちましたか?
0
1
m
awesome and very interesting to watch
2 years ago
mayer_studio_incバージョン v1.2 で
thank you for making this and making it free! your animals are very cool
このレビューは役に立ちましたか?
0
0
M
It's not bad, but has some flaws
3 years ago
Mashimaro7バージョン v1.2 で
I feel bad to complain cause it's free, and seems like the dev spent a lot of work on it, but there's many issues. Sometimes the birds will just fly into objects because they're locked on to a target underneath it, sometimes even when they get a target they don't land properly, like they do some weird impossible land then instant take off lol. There's a few issues with the plugin that i had to fix, some just due to the outdated aspects, some relating to the spawning(sorry, i honestly can't remember what i had to fix haha). Another annoying thing is each landing spot needs a specific tag, so if you already have tags on your ground and such, you're gonna have to change out the code, or change your tags. It's a cool plugin and looks like he spent a lot of time on it, but honestly, i wouldn't recommend it. Too many issues for it to be worth it. I put it in my game, but even after changing it up quite a bit, it's still kinda janky. Not the best coding for performance either.
このレビューは役に立ちましたか?
1
2
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
Unity logo

フィードバック

パートナープログラム

パートナー
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません