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

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

8만 5천명 이상의 리뷰

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

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

1 - 10 / 179개 표시
사용자 리뷰
정렬 기준
v
Rain Particle Looks Black in Windows Build (Works Fine in Editor)
14 days ago
vasu13버전 2.1.2
I'm facing a strange issue with a rain particle effect. It looks perfectly fine in the Unity Editor, but after building for Windows, the rain particles appear slightly black or darker than expected. Has anyone experienced this before? Could it be related to lighting, shader settings, or URP differences between the editor and the build? Any suggestions would really help!
이 리뷰가 도움이 되었나요?
0
0
F
Perfect Matrix
17 days ago
FRC-Software버전 2.1.2
Is pefect to become a matrix in game
이 리뷰가 도움이 되었나요?
0
0
x
URP - no compatible
5 months ago
xracegames버전 2.1.2
why write that it is compatible with urp and hdrp when inside custom shaders are not compatible with urp
이 리뷰가 도움이 되었나요?
3
0
a
Unfortunately doesn't work on Unity 6
7 months ago
androbotech버전 2.1.2
Whatever you will do, new project or not, it will not work properly. The cone will stay in place and will never follow any kind of camera. Could it be traditional main cam, game creator's or even cinemachine, the rain will stay in one spot. Even moving it manually will not move the particles... Too bad, it had a lot of potential...
이 리뷰가 도움이 되었나요?
1
0
a
Excellent Asset
7 months ago
aDiversion버전 2.1.2
Works Perfect!
이 리뷰가 도움이 되었나요?
0
0
S
I love this asset
10 months ago
SeanStanley버전 2.1.2
It's simple to use, it has just the right amount of settings for me, and I love that it "attaches" to the camera so that it simulates the dark raincloud that follows me everywhere I go. Seriously though, it's great. Thanks for making it free!
이 리뷰가 도움이 되었나요?
0
0
n
Good Asset, Works in URP by following the advice of other reviewers
a year ago
nickwelp버전 2.1.2
Initially it loaded with everything in a pink texture in URP, but other reviews in this thread showed me how to fix it with shaders here in the reviews. It looks good, the price in indisputable, has nice mist and sound. I think skyrim has the best rain sound I've heard in a video game, this isn't too far off
이 리뷰가 도움이 되었나요?
1
0
R
You have to fix URP
a year ago
RiftInteractive버전 2.1.2
Just open the Shader delete everything in it, paste this: Shader "Custom/RainURP" { Properties { _MainTex ("Main Texture", 2D) = "white" {} _TintColor ("Tint Color", Color) = (1,1,1,1) } SubShader { Tags { "RenderType"="Transparent" "Queue"="Transparent" } LOD 100 Pass { Name "RainPass" Tags { "LightMode"="UniversalForward" } Blend SrcAlpha OneMinusSrcAlpha ZWrite Off Cull Back HLSLPROGRAM #pragma vertex vert #pragma fragment frag #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" struct Attributes { float4 positionOS : POSITION; float2 uv : TEXCOORD0; }; struct Varyings { float4 positionHCS : SV_POSITION; float2 uv : TEXCOORD0; }; TEXTURE2D(_MainTex); SAMPLER(sampler_MainTex); float4 _TintColor; Varyings vert (Attributes input) { Varyings output; output.positionHCS = TransformObjectToHClip(input.positionOS.xyz); output.uv = input.uv; return output; } half4 frag (Varyings input) : SV_Target { float4 tex = SAMPLE_TEXTURE2D(_MainTex, sampler_MainTex, input.uv); return tex * _TintColor; } ENDHLSL } } }
이 리뷰가 도움이 되었나요?
13
0
S
Perfect!
a year ago
SteuerKids버전 2.1.2
This asset is super realistic and easy to add to any Unity project. I love how the particle system follows the camera. I used ChatGPT to write a script to trigger the rain randomly. My only trouble was getting it to work in URP, but this shader seems to work: Shader "Custom/RainURP" { Properties { _MainTex ("Main Texture", 2D) = "white" {} _TintColor ("Tint Color", Color) = (1,1,1,1) } SubShader { Tags { "RenderType"="Transparent" "Queue"="Transparent" } LOD 100 Pass { Name "RainPass" Tags { "LightMode"="UniversalForward" } Blend SrcAlpha OneMinusSrcAlpha ZWrite Off Cull Back HLSLPROGRAM #pragma vertex vert #pragma fragment frag #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" struct Attributes { float4 positionOS : POSITION; float2 uv : TEXCOORD0; }; struct Varyings { float4 positionHCS : SV_POSITION; float2 uv : TEXCOORD0; }; TEXTURE2D(_MainTex); SAMPLER(sampler_MainTex); float4 _TintColor; Varyings vert (Attributes input) { Varyings output; output.positionHCS = TransformObjectToHClip(input.positionOS.xyz); output.uv = input.uv; return output; } half4 frag (Varyings input) : SV_Target { float4 tex = SAMPLE_TEXTURE2D(_MainTex, sampler_MainTex, input.uv); return tex * _TintColor; } ENDHLSL } } }
이 리뷰가 도움이 되었나요?
5
0
w
Materials Not working in URP
a year ago
wasabimonstergames버전 2.1.2
The materials use a custom shader, but in my URP project they appear pink and if I try to convert them it says it cannot be done...
이 리뷰가 도움이 되었나요?
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
모든 가격은 부가가치세를 제외한 금액입니다.