유니티 쉐이더 그래프 - Weaving Ring Tutorial 2



유니티 쉐이더 그래프 - Weaving Ring Tutorial 2

금별 1 1,599 2019.08.12 03:57

3. Split chain

I refer to this section as the "Split chain", not to be confused with the Split node that we've been using to split up vectors.

Final part, lets start a new chain below everything else, this won't be as long as the wave chain. Again, we start with the Polar Coordinates node's green component for the clockwise gradient.

However we go about making this clockwise gradient spin over time, it will definitely require the Time node, so lets create that. Whenever I add a Time node it always gets immediately multiplied by some speed value, so lets create the Multiply node and Split Speed property.

 

For the Split to increase and decrease smoothly, we can use the Sine node again, with the same rule as last time of having the Degrees To Radians node immediately before it. 

As there is only one 'wave' this time around, we can convert this to degrees just by throwing in exactly 360 to the Polar Coordinates Length Scale parameter.

This conversion also means that our Split Speed will be measured in degrees per second, here I set the value to 90. 

Connect all this up by Adding the multiplied time to our clockwise gradient and then send its output to Degrees To Radians which should already be connected to Sine.

 

Similar to the previous Sine node in the wave chain, the negative portion of this Sine output will cause an unwanted result, in this case it will cause a secondary inverted RGB weave effect on the opposite side, so lets Remap this from (-1,1) to (0,1). 

However unlike the previous Sine, we don't need to implement any magnitude adjustment here, as we already have a variable that dictates the waves magnitude. I think it's more intuitive that this part remains between 0 and 1.

 

Now we can combine this chain with the rest of the graph with Multiply. The affect that this 0 to 1 output has when multiplied to the output of the colorful wave chain is to reduce it to nothing at 0 and leave it fully intact at 1. This new combination can then be reconnected to the Add node of the main ring chain.

 

We aren't done yet though, there's one last touch which I think makes a big difference in this effects presentation. Currently the weaving effects increase and decrease is so gradual that it is visible for most of the perimeter of the ring. I think this effect is improved when most of the ring is completely solid white, because this makes the weaving effect look like it's magically unraveling something that feels more solid.

To apply this, let's go back to the Remap node at the end of the Split chain we just made. We can adjust this 0 to 1 curve with a Power node, this is simply 'A to the power of B'. So we can raise it to the power of a new property called Split Curve Adjust. This will keep the values in-between 0 and 1 but affect all the between values causing a steeper or shallower slope. Here I set Split Curve Adjust to 8.

4. End!

Finally we can go back to the end of our Ring chain and send our end result into a master node. This shader in it's current state is kind of a 'standalone' effect and doesn't care about lighting, so the simple unlit master node will work. This shader can then be applied to a material which in turn can be applied to a mesh renderer with a quad mesh to become visible in scene and in game.

Thanks for reading! 

This was my first time writing a tutorial so I'm looking for feedback. I'm also no expert in shader graph so I'm also looking for advice there too. Thanks !

Comments

금별 2019.08.15 00:21
https://gamefx.co.kr/bbs/board.php?bo_table=tip_01&wr_id=122 <- 1편

번호 포토 분류 제목 글쓴이 날짜 조회
271 유니티 유니티 셰이더그래프 - 반응형 파티클 제작과정(한글자막) 금별 08:46 14
270 유니티 유니티 - 앰플리파이셰이더 활용한 극좌표 소용돌이 형태 제작과정(한글자막) 금별 04.18 22
269 유니티 유니티 - 셰이더그래프 활용한 UI에 적용동 스크롤버튼 제작과정(한글자막) 금별 04.18 21
268 유니티 유니티 - Stylized 물속성 검기 VFX 제작과정(중국어/AI한글자막) 금별 04.16 56
267 유니티 유니티 - Stylized 회오리 VFX 스킬 제작과정 금별 04.16 35
266 유니티 유니티 - Stylzied 검기 제작과정(중국어/AI한글자막) 금별 04.16 27
265 유니티 유니티 - 흐르듯 사라지는 2D 카드 이펙트/트레일 제작과정 금별 04.10 122
264 유니티 유니티/포토샵 - 불속성/물속성 소드 슬래시 간단 제작과정(한글자막) 금별 03.19 207
263 유니티 유니티 - 2D 형태 충격파 궁극기 제작과정 금별 03.17 205
262 유니티 유니티 셰이더 그래프 - 글리치 효과 제작과정 금별 03.10 165
261 유니티 유니티 셰이더 그래프 - 가까운 거리에 따른 오퍼시티 변화 셰이더효과 제작과정(한글자막) 금별 02.28 154
260 유니티 유니티 앰플리파이 셰이더 - 2D 형태 Sci-fi 파티클 테이링 효과 예제 및 제작노드 금별 02.26 131
259 유니티 유니티 - 카툰풍 핵폭발 효과 제작과정(AI한글자막) 금별 02.26 416
258 유니티 유니티 셰이더 그래프 - 간단한 지형스캔 효과 제작방법(한글자막) 금별 02.20 142
257 유니티 유니티 앰플라파이 셰이더 - 입체적 카드 효과 제작과정 금별 02.14 448
256 유니티 유니티 셰이더 그래프 - 2D 카툰풍 구체아우라 확산효과 제작과정 금별 02.07 373
255 유니티 유니티 - 초보자도 이해하는 URP와 성능, 그리고 모바일까지 금별 02.03 171
254 유니티 유니티 셰이더 그래프 - 오디오 비주얼라이저 효과 제작과정 금별 02.02 137
253 유니티 유니티/후디니 - 빔 이펙트 제작과정 금별 01.29 231
252 유니티 유니티 셰이더 그래프 - Zelda: Breath of the Wild의 원격 폭탄 만들기(한글자막) 금별 01.27 225
251 유니티 유니티 - 부분 화면 흔들기 셰이더 제작방법 금별 01.22 205
250 유니티 유니티 앰플리파이 셰이더 - 병의 출렁이는 액체셰이더 제작과정 금별 01.16 188

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand