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



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

금별 0 7,159 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


번호 포토 분류 제목 글쓴이 날짜 조회
334 언리얼4 언리얼 나이아가라 - 액터 홀로그래픽 FX 제작방법 금별 2022.10.13 2381
333 유니티 유니티 - How to upgrade materials to URP in Unity 2021.2.2 금별 2022.10.09 2528
332 언리얼4 언리얼 - 간단한 발사체 트레일 제작방법 금별 2022.10.09 4513
331 언리얼4 언리얼 나이아가라 - Spawn Per Unit Sword Trails 설명 금별 2022.10.09 2597
330 언리얼4 언리얼 나이아가라 - 캐릭이 불타는 효과 제작방법 금별 2022.10.09 2944
329 언리얼4 언리얼 - 스크린 트랜지션 효과 제작방법 금별 2022.10.06 2908
328 언리얼4 언리얼 - 프로시졀 트라이앵글형태 타일링 효과 예제(머트리얼 노드 포함) 금별 2022.10.06 2968
327 언리얼4 언리얼 나이아가라 - 분해 후 흡수 효과 제작방법 금별 2022.10.06 3618
326 언리얼4 언리얼 - 캐릭이 액체화되는 효과 제작방법 금별 2022.10.06 3622
325 유니티 유니티 - VFX 및 게임 개발에 유용한 5가지 셰이더 그래프 [유니티, 셰이더 그래프] 금별 2022.10.06 3861
324 언리얼4 언리얼 - 피 임팩트와 퍼짐 효과 제작방법 금별 2022.10.06 4587
323 언리얼4 언리얼 - 작은 폭발형태 제작방법 댓글+1 금별 2022.10.04 2869
322 언리얼4 언리얼 간단팁 - 뎁스페이드 사용한 Fake 볼륨 파티클 표현 방법예시 금별 2022.10.02 3456
321 언리얼4 언리얼 간단팁 - DotProduct 함수를 통한 특성색상 채널 선택방법 금별 2022.10.02 2163
320 언리얼4 언리얼5 - 특정방향에서 늘어지는 리본수정 방법(리본 타일링||한국어팁) 금별 2022.09.29 4172
319 유니티 유니티 앰플리파이 쉐이더 - 화면 글리치효과 간단제작팁 사진동영상new 금별 2022.09.27 5455
318 3D 3ds맥스 - Helix Mesh 나선형 메시 만들기(한글강좌) 금별 2022.09.24 4391
317 유니티 유니티 - Screen space reflections(SSR) 파이프라인 설명 금별 2022.09.21 2762
316 유니티 유니티 VFX 그래프 - Sci-fi 스폰 이펙트 튜토리얼 금별 2022.09.21 3453
315 유니티 유니티 앰플리파이 쉐이더 - 카툰느낌 불 소재 제작방법2(중국어) 댓글+1 금별 2022.09.19 3570
314 2D 이펙트 이미터별 요소 영어용어정리 댓글+1 금별 2022.09.15 3772
313 유니티 유니티 - 트랜스폼 형태 포털 제작방법 금별 2022.09.14 2339

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand