This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

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.

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 2017
    • Visual Studio 2019
  • Download and install .NET Core 2.2.
    If you're using Visual Studio, choose the appropriate .NET Core version:
  • Click Copy as Project under this Demo.
  • Click Open Editor to make the created project run in the Editor.
  • Run the project via the Play button on the Editor's toolbar.

Features#

Last update: 13.04.2020
Build: ()