유니티 이펙트 제작과정 - 사슬로 감싼 폭발형태 제작



유니티 이펙트 제작과정 - 사슬로 감싼 폭발형태 제작

금별 0 6,588 2019.08.30 06:46

 


First time doing an event or competition for anything art related, lets see what happens!

I’m going to create a few chains that sprout from the ground then pull the character to the ground as a Root.

HD Video (Slight Changes aswell) https://youtu.be/MoxwG17ujjM 30

 

Progress #1

I created a chain of planes then duplicated them and assigned a curve modifier and then created a shape key to blend the two together.

 

2


Then I created a simple segment of a chain and rendered them with only the shadows enabled to get a faked 3D feel when coupled with the above mesh

 

4


I also quickly put the render result into Photoshop to generate a normal map, apply that to the default cutout particle shader, and tested the shape keys

 

ChainExample


Then a simple scene with a floor shaped like this

 

1


I need to work on animations and some smoke sims, Might try out Houdini at some point, Who knows!

 

3

 

After some time of messing around on Houdini I came to the conclusion that I can’t export because I’m broke and had to redo my fluid in Blender, However not to fear as It came out better and smoother than Houdini, (who would have thought)

 

Blood

 

Then I played around in Unity forever again and made things look not crappy…
https://twitter.com/JuaneGray/status/1148193104492580864 31

 

I edited the values, I semi want it to be Grungy, but yeah, 3am right now, I will work on it tomorrow/today haha some other pictures that I just tweaked a tiddle

 

1

 

2

 

3

 

I ended up redoing the entire thing from scratch because I felt it was off.

None the less steamed into the next phase, same concept, chains and root, but this time I used blenders curves to drive the shape keys for the animation (Previously 2.79 did not have “Apply curve as shape key” under their curve modifier). And instead of making a 2d plane, I decided to use low poly mesh since the effect wouldn’t be demanding on mesh or overdraws.

 

1


I then created some materials, nothing too fancy, just some world position with offset and multiplied that with a color (Glow)

 

For the dent I placed the ground mesh on render layer 1999 and the dent on 2000 so it would render infront of the ground but behind any mesh.

I drew the cracks in photoshop by hand using a soft brush then applying the “Maximum” filter.
Applied custom animations to a lot of the objects and coupled them with event ticks inside the animation to call a public method “Spawn Gameobject” and this in born 

 Video in next post

2

 

3

 

Here is the Chain Shader (If you wanted an easy dissolve) also added the dissolve texture generated in Photoshop

 

Shader

 

BloodDisolve

 

Oh and as for the floor mesh that explodes, I created a cylinder with no caps, grid filled the top and bottom, subdivided it and then applied the cell fracture add on (enable through prefs) then I simply smart Uv projected each part (100 of them). Inside unity I applied a mesh collider (convex for rigid bodies to work) and applied this script to the parent FBX



public void Start()
{
    foreach (var objects in Bricks)
    {
        var dir = transform.position - objects.transform.position;
        var distance = dir.magnitude;
        if (distance <= reqDist)
        {
            objects.transform.gameObject.GetComponent<Rigidbody>().AddForce(dir * forceAmmount);
            objects.transform.gameObject.GetComponent<Rigidbody>().AddForce(Vector3.up * upForce);
        }
    }
}

 

 

that way they are forced from the center out and some are forced up (like a mushroom cloud)

 

Here are the Cracks alpha mask and Normals

 

Crack_Normal2

 

Crack_NormalMask

 

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
339 유니티 유니티 - 크랙형 데칼 3종 제작과정(중국어) 금별 2022.07.05 2446
338 2D 포토샵 - 간단 플레어 텍스쳐 제작방법 금별 2023.04.08 2448
337 유니티 유니티 셰이더&렌더링 에센스(retr0) 금별 2020.02.16 2449
336 유니티 Converting some code shaders to ShaderGraph 댓글+3 금별 2020.02.27 2455
335 유니티 유니티 - 캐쥬얼 신체절단 피튀김 간단제작과정 (혐짤은 아님) 금별 2023.02.02 2461
334 언리얼4 언리얼5 - Stylized 불효과 제작방법(한글자막) 금별 2024.02.28 2467
333 유니티 유니티 쉐이더 그래프 - 반응형 물표면 느낌 금별 2022.11.17 2472
332 언리얼4 언리얼 - 프로시졀 트라이앵글형태 타일링 효과 예제(머트리얼 노드 포함) 금별 2022.10.06 2481
331 언리얼4 언리얼 - 텍스쳐 없이 UV체커 만들기 금별 2022.03.14 2500
330 유니티 유니티 앰플리파이 쉐이더 - 보호막 이펙트 제작과정 금별 2023.09.12 2502
329 2D 포토샵 - 간단한 소용돌이 형태 텍스쳐 제작방법 금별 2023.05.02 2510
328 언리얼4 언리얼4 머터리얼 팁 - 머터리얼만으로 트위스트 구현하기 금별 2020.03.26 2519
327 언리얼4 언리얼5 - 원신느낌의 Wenti's 원소폭파 제작과정 금별 2023.02.13 2519
326 2D 섭스턴스 디자인/언리얼4 - 움푹 패인 데칼 제작 금별 2021.12.20 2521
325 언리얼4 언리얼 - 머터리얼만을 사용한 양궁판 제작 금별 2022.03.20 2521
324 유니티 유니티 VFX 그래프 - 포켓몬 이빨 공격효과 예제 제작과정 금별 2023.01.12 2526
323 유니티 유니티 Image Based Shader Programming 일본자료 번역 댓글+1 금별 2019.02.24 2533
322 유니티 유니티 - 빔 이펙트 제작 튜토리얼 금별 2023.07.31 2537
321 유니티 유니티 앰플리 - 웨이브 디폼 형태의 옷가락 날리는 효과 구현 예제 금별 2023.05.08 2538
320 유니티 유니티 쉐이더 - 반응형 눈 쉐이더 제작방법(움푹패이는) 금별 2022.11.28 2539
319 언리얼4 언리얼5 - 시간 역재생(프렉쳐) 효과 튜토리얼 금별 2022.08.18 2548
318 유니티 유니티 앰플리파이쉐이더 - 번개 효과 제작방법(중국어) 금별 2022.07.14 2548

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand