Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI/CD] Write Github actions to build precompiled plugins #12

Open
BrettCleary opened this issue Feb 15, 2023 · 1 comment · May be fixed by #14
Open

[CI/CD] Write Github actions to build precompiled plugins #12

BrettCleary opened this issue Feb 15, 2023 · 1 comment · May be fixed by #14

Comments

@BrettCleary
Copy link
Collaborator

Write Github actions to automate building and optionally releasing web3.unreal for different engine versions so that a working precompiled plugin is always available and the build steps are transparent and through a trusted third party.

Engine versions that should be supported are 4.27, 5.0, 5.1 although it may not be necessary to build 3 separate times for full compatibility.

@BrettCleary BrettCleary linked a pull request Mar 31, 2023 that will close this issue
@BrettCleary
Copy link
Collaborator Author

use this command to build the plugin Engine\Build\BatchFiles\RunUAT.bat BuildPlugin -Plugin=[Path to .uplugin file, must be outside engine directory] -Package=[Output directory] -Rocket

as mentioned on https://www.unrealengine.com/en-US/marketplace-guidelines#263b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant