-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daa267b
commit 5b63f04
Showing
16 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Packaging for Windows With Our Plugins | ||
English | [中文](./Pack_CN.md) | ||
## Introduction | ||
|
||
Currently only c++ projects are supported for packaging, see 1.1 | ||
|
||
If it is a blueprint project, it needs to be converted to c++ project first, see 1.2 | ||
|
||
In the future, direct blueprint project packaging will be supported | ||
|
||
|
||
## 1.1 Packing c++ UE projcet | ||
### a. Set the game default map | ||
|
||
<img src="image/pack/a1.png" width="800" /> | ||
|
||
### b. pack | ||
|
||
<img src="image/pack/a2.png" width="800" /> | ||
|
||
|
||
<img src="image/pack/a3.png" width="800" /> | ||
|
||
|
||
|
||
## 1.2 Converted BP project to c++ project | ||
|
||
### a. add c++ class | ||
|
||
<img src="image/pack/b1.png" width="800" /> | ||
|
||
<img src="image/pack/b2.png" width="800" /> | ||
|
||
<img src="image/pack/b3.png" width="800" /> | ||
|
||
<img src="image/pack/b4.png" width="800" /> | ||
|
||
|
||
### b. close UE, open with visual studio | ||
|
||
<img src="image/pack/b5.png" width="800" /> | ||
|
||
<img src="image/pack/b6.png" width="800" /> | ||
|
||
**_NOTE:_** Visual Studio will start automatically when adding a C++ class. If not, please start it manually in the project directory. | ||
|
||
|
||
<img src="image/pack/b7.png" width="800" /> | ||
|
||
## Contributors | ||
|
||
<a href="https://github.com/xverse-engine/XV3DGS-UEPlugin/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=xverse-engine/XV3DGS-UEPlugin" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# 如何使用我们的插件打包WINDOWS程序 | ||
|
||
## 简介 | ||
|
||
目前只支持c++工程进行打包,见1.1 | ||
如果是蓝图工程,需要先转换成c++工程,见 1.2 | ||
后续会支持直接蓝图使用工程打包 | ||
|
||
[English](./Pack.md)| 中文 | ||
## 1.1 c++工程打包 | ||
### a. 设置默认地图关卡 | ||
|
||
<img src="image/pack/a1.png" width="800" /> | ||
|
||
### b. 打包 | ||
|
||
<img src="image/pack/a2.png" width="800" /> | ||
|
||
|
||
<img src="image/pack/a3.png" width="800" /> | ||
|
||
|
||
|
||
## 1.2 蓝图工程转换成c++工程 | ||
|
||
### a. 添加c++ class | ||
|
||
<img src="image/pack/b1.png" width="800" /> | ||
|
||
<img src="image/pack/b2.png" width="800" /> | ||
|
||
<img src="image/pack/b3.png" width="800" /> | ||
|
||
<img src="image/pack/b4.png" width="800" /> | ||
|
||
|
||
### b. 关闭UE窗口,用visual studio打开 | ||
|
||
<img src="image/pack/b5.png" width="800" /> | ||
|
||
<img src="image/pack/b6.png" width="800" /> | ||
|
||
注意:通常情况下,Visual Studio会在添加c++类时自动启动。如果没有,请在项目目录中手动启动。 | ||
|
||
|
||
<img src="image/pack/b7.png" width="800" /> | ||
|
||
## Contributors | ||
|
||
<a href="https://github.com/xverse-engine/XV3DGS-UEPlugin/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=xverse-engine/XV3DGS-UEPlugin" /> | ||
</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.