C# Third Person Platformer
C# Third Person Platformer showcases the capabilities of the C# Component System. A simple third-person shooter game demonstrates performance and flexibility of the logic system using familiar concepts. C# Third Person Platformer展示了 C#组件系统的功能。一个简单的第三人称射击游戏使用熟悉的概念演示了逻辑系统的性能和灵活性。
Programming is easy: application logic is implemented in components that can be assigned to any nodes in the virtual world to extend their functionality.编程很容易:应用程序逻辑在可以分配给虚拟世界中任何节点的组件中实现,以扩展其功能。
To launch this demo:启动此演示:
- Install one of the following IDEs to work with the source code:
- Visual Studio Code, recommended (C# extension is required)Visual Studio Code, recommended (C# extension is required)
- Visual Studio 2019
- Visual Studio Code, recommended (C# extension is required)推荐使用Visual Studio Code(需要C#扩展名)
- Visual Studio 2019
- Download and install .NET. 下载并安装.NET。
- Open SDK Browser, go to the Samples tab, and click Copy as Project under this Demo. If the option is not available, you should install the C# Third Person Platformer demo.
- Then go to the My Projects tab and click Open Editor under the created project to open it in UnigineEditor.
- In UnigineEditor run the project via the Play button.
Features特征#
- C# Component System using new refactored C# API C#组件系统(使用新的重构的C#API)
- Interaction between components组件之间的相互作用
- User inputs handled using the Input class使用Input类处理的用户输入
- Custom third-person player controller自定义第三人称玩家控制器
- Visual effects, animations, particles, sounds, and navigation 视觉效果,动画,粒子,声音和导航
最新更新:
2022-12-14
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)