Eu4ng / TIL

Today I Learned
1 stars 0 forks source link

[UE5/VFS] 나이아가라 시스템으로 불 효과 제작 #54

Open Eu4ng opened 1 year ago

Eu4ng commented 1 year ago

제작 방법

생성

  1. 컨텐츠 브라우저 우클릭 > 나이아가라 시스템 > 선택된 이미터에서 나온 새 시스템 > Fountain
  2. 이미터의 이름을 Flames로 수정

Flames

이미터 업데이트

Smoke (Flames 복사 후)

이미터 업데이트

Drag will add some resistance to our particles movement

Curl Noise Force will add some noise to our particle's movement in particle update

Sub UV란?

To animate the Sprite size with time add scale

Smoke는 Flames보다 더 오래 남아야 하므로 Lifetime이 더 길다.

참고 링크

Eu4ng commented 1 year ago

이미터 템플릿 : Fountain

이미터 업데이트

Flames Smoke FireDebris HeatDistortion
Spawn Rate 50 25 60 50

파티클 스폰

모듈 카테고리 속성 Flames Smoke FireDebris HeatDistortion
Initialize Particle Point Attributes Lifetime Mode Random - - -
- - Lifetime Min, Max 0.3, 0.8 - 0.8, 1.8 0.4, 0.9
- Sprite Attributes Sprite Size Mode Random Uniform - - -
- - Uniform Sprite Size Min, Max 40, 60 60, 100 0.2, 0.8 50, 70
Add Velocity Velocity Speed Minimum, Maximum 80, 150 100, 200 100, 150 100, 150

파티클 업데이트

모듈 카테고리 속성 Flames Smoke FireDebris HeatDistortion
Gravity Force x x x x
Drag Drag 0.25 0.8 0.25 0.25
Curl Noise Force Noise Strength, Noise Frequency 100, 20 - 200, 25 100, 20
Sub UVAnimation Setup Setup Animation Mode Linear - x x
- - Start, End Frame Range Override 0, 35 0, 63 x x
- - Sprite Renderer 스프라이트 렌더러 - x x
Scale Sprite Size Scale Sprite Size Mode Uniform Curve - x -
Eu4ng commented 1 year ago

참고 링크