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 2022
- Visual Studio Code, recommended (C# extension is required) Visual Studio Code, рекомендуется (требуется расширение C #)
- Visual Studio 2022
- 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 # с использованием нового обновленного API C #
- Interaction between components Взаимодействие между компонентами
- User inputs handled using the Input class Пользовательский ввод обрабатывается с использованием класса Input
- Custom third-person player controller Пользовательский контроллер от третьего лица
- Visual effects, animations, particles, sounds, and navigation Визуальные эффекты, анимация, частицы , звуки и navigation