본문 바로가기
반응형

UE517

[Unreal Engine5] 무기 매커니즘 만들기(3) - 다단히트 없애기 GitHub: https://github.com/tyt0815 tyt0815 - Overview tyt0815 has 4 repositories available. Follow their code on GitHub. github.com Notion: https://www.notion.so/tyt0815/a16514d41cb240f08aa19fe5b4c0ab86?pvs=4 언리얼 엔진 Unreal Engine 5 C++ The Ultimate Game Developer Course www.notion.so ※노션에 기존에 작성하던 글이 있으니 참고 이전까지 글을 따라왔다면, 아마 적캐릭터의 메시에따라 다를텐데 한번공격할때 여러번 히트가 되는 다단히트 현상을 겪으신 분들이 있을겁니다. 그 이유는 'Begin.. 2023. 8. 24.
[Unreal Engine5] 무기 매커니즘 만들기(2) - 공격시에만 무기 히트박스 활성화 GitHub: https://github.com/tyt0815 tyt0815 - Overview tyt0815 has 4 repositories available. Follow their code on GitHub. github.com Notion: https://www.notion.so/tyt0815/a16514d41cb240f08aa19fe5b4c0ab86?pvs=4 언리얼 엔진 Unreal Engine 5 C++ The Ultimate Game Developer Course www.notion.so ※노션에 기존에 작성하던 글이 있으니 참고 이전 글에서는 무기의 히트박스를 활성화만 해 두었는데 이경우, 무기를 들고만 있어도 닿으면 히트가 됩니다. 그래서 공격애니메이션 몽타주가 실행될때만 히트박스가 .. 2023. 8. 24.
[Unreal Engine5] 무기 매커니즘 만들기(1) - Box Trace GitHub: https://github.com/tyt0815 tyt0815 - Overview tyt0815 has 4 repositories available. Follow their code on GitHub. github.com Notion: https://www.notion.so/tyt0815/a16514d41cb240f08aa19fe5b4c0ab86?pvs=4 언리얼 엔진 Unreal Engine 5 C++ The Ultimate Game Developer Course www.notion.so ※노션에 기존에 작성하던 글이 있으니 참고 무기 장착 https://www.notion.so/tyt0815/a16514d41cb240f08aa19fe5b4c0ab86?pvs=4 언리얼 엔진 Unreal .. 2023. 8. 24.
[Unreal Engine5] 이동 + 공격 상하체 따로 움직이기(Layered blend per bone) GitHub: https://github.com/tyt0815 tyt0815 - Overview tyt0815 has 4 repositories available. Follow their code on GitHub. github.com Notion: https://www.notion.so/tyt0815/a16514d41cb240f08aa19fe5b4c0ab86?pvs=4 언리얼 엔진 Unreal Engine 5 C++ The Ultimate Game Developer Course www.notion.so ※노션에 기존에 작성하던 글이 있으니 참고 참고 자료 (542) Unreal Engine 4 - Animation Montage Blending Tutorial - YouTube What does the.. 2023. 8. 23.
반응형