You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/developer-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ There are detailed instructions for setting up a Cesium for Unreal development e
36
36
37
37
## Deployment instructions
38
38
39
-
- The [Packaging Guide](packaging-guide.md) describes how to create a package and use it in a local Unreal installation. This is similar to installing it from the Unreal Engine Marketplace, but allows testing non-release branches.
40
39
- The [Release Process](release-process.md) describes the necessary steps to publish a new version of the plugin to the Unreal Marketplace.
40
+
- To package the plugin, take a look at the scripts that do the packaging on [GitHub Actions](https://github.com/CesiumGS/cesium-unreal/blob/main/.github/workflows/build.yml).
41
41
42
42
## Run the tests
43
43
@@ -55,4 +55,4 @@ There are detailed instructions for setting up a Cesium for Unreal development e
55
55
- Run `npm install`
56
56
- Run `npm run doxygen`
57
57
58
-
The reference documentation will be written to `Documentation/Reference`.
58
+
The reference documentation will be written to `Documentation/Reference`.
0 commit comments