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
应用程序接口
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: 2020-04-13
Build: ()