• Stars
    star
    4
  • Rank 3,294,601 (Top 66 %)
  • Language
    C++
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

本项目学习的是Dev Enabled大佬发布在YouTube上的教程。 该教程的主要内容是3D平台类游戏的角色动作的功能实现,主要使用的是蓝图来编写逻辑。 阿严将在学习过程中尝试将大部分的逻辑都转成C++,并实现C++和蓝图之间较好的通信。 因此,本学习项目的一个重点就是如何结合C++以及蓝图,尽力做到这两者之间的均衡。 本项目的另一个学习重点则是动画蓝图(Animation Blueprint)相关的知识。