This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
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
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

为发行打包最终版本

在您的项目可以分发给用户之前,它必须正确 built。要构建一个 c++ Component System项目,所有组件都应该成功编译。

步骤1。建立游戏#

打包最终构建确保所有内容和代码(包括所有必要的库)都是最新的、格式正确的,并放置在合适的位置,以便在所需的目标平台上运行。

  1. IDE设置Release解决方案的配置和编译项目的可执行文件。

  2. 切换到UnigineEditor。要组装项目,请选择File->Create Build。将打开Create Build窗口。
  3. Create Build 窗口中,将“生成类型”设置为Release。将名称设置为quick_start_cpp,并在Build Folder字段中指定输出文件夹。确保Default World设置为你的游戏世界。

  4. Launcher Default Settings部分的Release App字段中,设置您刚刚编译的可执行文件的路径(Visual Studio中的默认输出路径设置为<my_project>/bin/<my_app>_x64)

  5. 单击绿色_igt按钮底部的Create Build窗口。的装配进度条会出现表明构建过程的状态。

注意
如果项目构建失败,请查看UnigineEditor控制台以了解更多详细信息。

步骤2。启动游戏#

  1. 在完成构建过程,输出文件夹会自动打开。玩游戏时,启动quick_start_cpp.exe
  2. 在Unigine启动器中,指定分辨率和窗口模式。

  3. 单击Run推出独立的应用程序和游戏。

恭喜你,你完成了你的第一个项目!您现在可以扩展它并实现更多的特性。

最新更新: 2022-04-20
Build: ()