메인 콘텐츠로 건너뛰기
Unity logo
キャンセル
장바구니
애플리케이션
Sell Assets

평점 만점의 리뷰가 11,000개 이상

8만 5천명 이상의 리뷰

10만명 이상의 포럼 멤버가 선호하는 에셋

유니티에서 모더레이팅하는 모든 에셋

kripto289
136개 사용자 리뷰
$42
1 - 10 / 136개 표시
사용자 리뷰
정렬 기준
M
Not working in Unity 6
20 days ago
Marek-D버전 1.3.0
I followed the readme and was able to get the demo scene render in the editor. I couldn't get it to run due to the compile errors in multiple scripts using outdated APIs. I tried to import some of the effects to my scenes, but they half-worked, half-pink and broken.
이 리뷰가 도움이 되었나요?
0
0
F
10 stars!
2 months ago
Amazing!
이 리뷰가 도움이 되었나요?
0
0
C
I recommend this asset.
6 months ago
I tested this today with Unity 6.3 LTS, URP, and converted it from BIRP to URP, using the asset maker's readme file and urp patch, with no issues. It comes with good documentation. After you up grade it to URP, within the editor, go to file > build profile > player settings > other settings > input handling, and change it to both. There are a lot of good effects. I recommend this asset.
이 리뷰가 도움이 되었나요?
0
0
S
Awesome!
2 years ago
Sinner2016버전 1.3.0
Awesome asset!
이 리뷰가 도움이 되었나요?
0
0
T
Dear Kripto
3 years ago
TripleScience버전 1.3.0
Please tell me where that cat is from in your profile pic PS This asset is incredible.
이 리뷰가 도움이 되었나요?
0
0
j
confused
3 years ago
jokers44life버전 1.3.0
Yeah this will break a project THIS is not URP supported........
이 리뷰가 도움이 되었나요?
1
0
퍼블리셔 답변:
3 years ago에 답변됨
Urp patch included to the project folder. See the readme for details. Also if you will have some shader errors after patch, try to remove "library" folder and restart unity. (in some cases unity will use the old shaders from the cache instead of new)
D
Still Not Really Ready for Production, but amazing Asset
3 years ago
DerDerErIst버전 1.3.0
I bought that asset a couple years ago i think almost 5 by now and was messing alot around with it, recently i started something more serious and here is my conclusion for this Asset. by far one of the best Visual Effects in the Asset Store no doubt but you should not expect to use them out of the box as they are not really game-ready. Instantiating 1 Effect at a Time doesn't cost that much Performance, having to Instantiate 100 of those Effects in a short amount of Time will break your System. The whole System doesn't allow to Pool those Objects as they have to be fresh Instantiated to work properly. And this Code: //void Update() //{ // if (prevIsVisible != IsVisible) // { // prevIsVisible = IsVisible; // if (!IsVisible) // StartCoroutine(Fadeout()); // else Fadein(); // } //} is by far the Stupiest i ever saw. You could easily Trigger it from OnEnable or somewhere else instead of creating this nonsense. This was my first Refactor i did to that System as it is so unreliable, ugly and just not practical when you wanna Pool those Effects. 2 Star for the Amazing Effects 1 Star for the stupiest Code i ever saw More is not in, the Effects are not poolable without investing a lot of work and refactor the half system. The changes to the different Settings of the Effects in Awake and OnEnable take so much Performance that you cannot use them in fast Paced Games because every Instantiation also goes through all the Settings and configuration which is absolutely unecessary if you could simple pool those Effects. When you manage to create a Version were you can Pool those Effects, i gonna rate it higher, until that i gonna use my modified version of your System so i can pool the Effects and dont need to Instantiate and run through that Setup every Time i need an Effect. Still a good Asset and i highly recommend it to everyone, but there is still room for improvement!
이 리뷰가 도움이 되었나요?
4
1
퍼블리셔 답변:
3 years ago에 답변됨
Hello, Usually in games (withh 100+ effects per screen) used simple effects (without lights/thousand particles, shadows, distortion, etc). Currently, each effect can use a thousand particles, lights with shadows, distortions, etc, so the bottleneck will be the GPU, not the CPU. As for my code. Of course, it's not perfect (I wrote it 8+ years ago when I was just a beginner in unity programming). You said "You could easily Trigger it from OnEnable or somewhere else instead of creating this nonsense" Some developers want to manage effects in real time. For example, turn on the lightning effect and turn it off when the mana runs out. In your "OnEnable" method, I won't be able to do that. Therefore, one bool check in update costs almost nothing and starts the fade timer only when the state changes. Developers can also use timeline or animator, so I need to use the public "isVisible" variable (which can change every frame). Perhaps for your scenario to use this code is terrible. But for general use (when the state can change in the editor/runtime), one boolean check is not "stupiest i ever saw" > cannot use them in fast Paced Games because every Instantiation also goes through all the Settings and configuration which is absolutely unnecessary You can use "object pool" feature and "setActive(false/true" when you need it. Although I agree that the code is not very good at the moment and it should be rewritten, and this will be done in the future updates.
P
Very nice
3 years ago
PanderaStudios버전 1.3.0
but today I'm working with Virtual Reality and I really need shaders and effects that run well on Quest 2.
이 리뷰가 도움이 되었나요?
0
0
N
Great Asset
4 years ago
NullyStudio버전 1.3.0
Great support and Great effects
이 리뷰가 도움이 되었나요?
0
0
z
Best realistic vfx
4 years ago
zGhost31O이전 버전 1.2.2
best realistic asset, amazing price
이 리뷰가 도움이 되었나요?
0
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo

언어

어필리에이트 프로그램

멤버십링크 생성기어필리에이트 ID

Feedback

파트너 프로그램

협력사
Copyright © 2026 Unity Technologies
모든 가격은 부가가치세를 제외한 금액입니다.