유니티 - 스타게이트 효과 참고영상



유니티 - 스타게이트 효과 참고영상

금별 0 5,096 2019.10.29 16:11

 

 

 

 

 

 

 

I just started and happy to join the sketch for this month!

 

My approach is to create something like a colapsing space effect when the warptunnel builds up.

This is pretty early and I tried to get some shader tech done first to see if it works out the way I wanted it.

 

 

stargate_01

 

 

So far the collapse is done solely via shader math (took a bit to figure out independant per-triangle rotation hehe) and it’s great to save some iteration time. Gonna add some more elements on top of it to make it more interesting in the process.

 

com-optimize%20(3)

 

image

 

 

 

BREAKDOWN STARTING HERE

 

I actually have some spare time right away so let’s go with a basic introduction :grin:

 

Polycount and basic mesh anatomy

 

Let’s start simple:

I used a couple of really low-poly meshes for this one. Nothing really complex here, I just used a couple of basic shapes, lots of vfx textures + custom shaders and a bit of vertex painting and UV stretching to control how stuff works.

 

The whole scene has ~14k tris, composed of:

 

1.6k for the environment,

 

6.7k for the physical portal elements (the floating ring),

 

and 5.5k for all the effects elements.

 

The scene in Blender

 

image

 

 

Here are some of the meshes with materials in Unity. You can see how simple that stuff is. As mentioned most of the look comes from textures and shader work. I just vertex-painted the mesh edges to get some fading in and out different parts of the overall effect and stretched the UVs a bit to control speed and stretching of the textures moving over the surfaces.

 

The gate element doesn’t have much special stuff going on. It uses the Unity standard shader and a very simple custom fresnel glow shader that I fade in via animation.

 

Meshes with materials

 

PNG


 

 

Meshes and Textures under the Shell

 

And here’s the continuation of the breakdown!

I also hope you post a couple of questions for stuff you’d like to know more in detail since I can’t really cover everything that happened over this month :slight_smile:

 

After looking at the meshes and some ideas about their constitution let’s get more into detail!

And I’d like to start with the original idea of the effect, the spacial collapse in the center of the gate.

 

The whole idea was heavily inspired by the recent and pretty amazing Fortnite finale. Though I don’t play the game you could hardly miss the amazing vfx if you stumbled across Twitter this month.

 

My take on this is probably a lot simpler and I’m just using a couple of pretty common concepts that should probably be possible to replicate in any common engine out there.

 

First, lets look at the interior mesh of the gate. In my case it’s a fractured triangulated circle that matches the bounds of the gate. I originally wanted to create this in Houdini but I felt that I didn’t get the amount of iteration time back compared to the amount time I had to spend to create a truely satisfying generator. So I went back to Blender, created a bit more manually but was satisfied in the end.

The triangle pattern was just a style decision and didn’t serve any other purpose. As mentioned earlier I was also inspired by Spiderverse and I just wanted to go with something that felt “out of this world” compared to the starting point :smiley:

 

Then with the mesh being setup I created a shader that basically grabs the content of the screen and packs it into a runtime texture, Unity’s “grabpass” feature. I had the mesh unwrapped with a flat projection so it basically filled the UV 0-1 space and created a texture in Substance Designer for it:

A crack pattern with derivate Normals that serve as a xy distortion, a gradient to fade it in (blue channel), and with visual cracks in the Alpha channel.

 

I later distorted the grabpass content based on the normals as directions and the blue channel as intensity over time and added the alpha channel on top of the grabpass to create visual cracking.

image

 

 

That’s basically the idea of the starting part. But we also have the shattering parts being sucked into the gate. And for that part I needed an additional set of geometry. I basically extruded the front part into the Z axis, and created a second texture for the look which just contained a couple of noises and a masked wireframe of the original UVs.

 

At first I thought about splitting this new part since the behaviour would be quite a bit different from the front part. But I came to the conclusion that it would be a pain later on to make the two parts feel connected and syncing their behaviour properly so I just went with masking one of them via vertex colors and this way branching a couple of features in the shader while having one common “timestep” in the material.

I fiddled a bit with additional uv sets to get some more data encoded into the meshes like the position and a gradient into the Z axis. This way I could animate the individual parts like simplified particles and make them get sucked in from the border.

 

At this point I could also iterate on the mesh quite a bit since the process of texture creation and behaviour was basically pipelined as long as I baked the position and Z gradient into the two additional UV sets each time (this would have been nicer in Houdini but it’s just a couple of clicks in Blender :grin: ).

 

As you can see in the progress images it worked quite nice and I thought to go with the approach until the end. Finally you can see the shader as well, which is rather simple. It’s just there to blend a couple of things together and control the motion animated by a single parameter.

 

Hope all this rather techy stuff was interesting to read and next time I’ll show a bit more of the textures I used for this project. Until then, I’m happy to answer any questions if there are any

 

 

 

 

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
658 유니티 유니티 앰플리파이 셰이더 - 패럴렉스 활용 페이크 뎁스 제작과정 금별 2023.11.30 1586
657 언리얼4 언리얼 - 단계가 뚜렷한 카툰 불 머트리얼 노드(uasset파일포함) 금별 2023.11.30 1152
656 언리얼4 언리얼 - 매트릭스 느낌의 스크롤링 머트리얼 제작노드(uasset파일포함) 금별 2023.11.30 1152
655 유니티 유니티 - 스크립트를 활용한 레이저 빔 효과 제작과정 금별 2023.11.29 2147
654 3D GODOT VFX - Easy Explosions Effect Tutorial 금별 2023.11.29 1596
653 언리얼4 언리얼5 - 카메라 오클루전 마스킹 제작팁 금별 2023.11.29 1037
652 유니티 유니티 앰플리파이 셰이더 - 크리스탈 소재 제작과정 금별 2023.11.25 1216
651 언리얼4 후디니와 섭페활용 언리얼로의 아이스스파이크 버텍스 애니메이션 프로세스 설명(얼음 hip파일포함) 금별 2023.11.25 1240
650 언리얼4 언리얼 - 머터리얼 움직임에따른 잔상번짐 해결방법 금별 2023.11.25 3189
649 언리얼4 언리얼 - Tentacle Monster Effect 금별 2023.11.23 1376
648 유니티 유니티 VFX 그래프 - 연기 포탈 샘플 제작과정 금별 2023.11.23 1369
647 언리얼4 언리얼 - 오브젝트 글리치(Technology Failure Diagram) 효과 제작과정 금별 2023.11.22 1532
646 언리얼4 언리얼5 - 월드 에서 로컬 재질 UV [한국어 팁] 금별 2023.11.19 1297
645 언리얼4 언리얼 - 에너지 아우라 이펙트 제작과정 금별 2023.11.19 1430
644 언리얼4 언리얼 - 자연스런 그을린 그라운드 데칼 제작과정 댓글+1 금별 2023.11.16 1834
643 유니티 유니티 VFX 그래프 - 모델 엣지에서 생성되는 파티클 제작과정 금별 2023.11.15 1262
642 언리얼4 언리얼 - 흐물거리는 황금 양타자형 발사체 제작과정 금별 2023.11.14 1182
641 언리얼4 언리얼 나이아가라 - 유도 미사일 효과 제작과정 금별 2023.11.12 1319
640 언리얼4 11. 11일 카페 공인스터디 이펙트102 발표내용 일부 영상(네오도쿄챌린지/무기디졸브) 금별 2023.11.12 1188
639 언리얼4 언리얼5 - 머트리얼로 제어하는 책넘김 효과 예제 및 튜토리얼 링크 금별 2023.11.09 1887
638 언리얼4 언리얼5/후디니/섭디 - 불 발사체 제작과정 part2[후디니로 메쉬제작/섭디로 WPO텍스쳐] 금별 2023.11.08 1236
637 언리얼4 [게임 이펙트 소개 02] 쌤~ 게임이펙트 쉽나요? 취업 되나요? 금별 2023.11.08 1208

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand