[Unity] Mesh 누르면 변형하기 / 물체 찌그러트리기 / 물체 매쉬 변형 / Mesh Deformation
·
HCI/Unity
https://catlikecoding.com/unity/tutorials/mesh-deformation/ Mesh Deformation, a Unity C# TutorialA Unity C# scripting tutorial in which you will deform a mesh, turning it into a stress ball.catlikecoding.com여기서 있는 코드를 변형했습니당 방법은 초간단 3D 프로젝트 빌드 후, 위의 사이트에서 패키지를 받아주고, 임포트해줍니다 저는 Move Vertices 를 변형해서 써보겠습니다패키지 받고 더블클릭하면 자동으로 유니티에서 화면이 뜹니다. 그리고 해당 패키지에서 제공하는 샘플 Scene 을 켜줍니다이름은 그냥 Scene 이라고 돼있음 여기서 M..