ue4plugins / LoadingScreen

A plugin for Unreal Engine 4 to expose simple controls for managing load screens.
MIT License
507 stars 161 forks source link

4.21 version? #38

Open deathclonic opened 5 years ago

deathclonic commented 5 years ago

Will this ever get an update?

Korniow commented 5 years ago

Created a PR for that https://github.com/ue4plugins/LoadingScreen/pull/41

bbbb951 commented 5 years ago

@Korniow Thanks you very much! This is what i have looking for a month! Could you tell me how to update the plugin for the newest enging version , Or show me a guide link for it. I will very appericiate for your kindly help.

Korniow commented 5 years ago

@bbbb951 Yesterday two older pull requests were merged. You can wait for @nickdarnell to merge also my PR, then clone this repository into your projects Plugin folder and build it. See https://github.com/ue4plugins/LoadingScreen#usage

bbbb951 commented 5 years ago

@Korniow Thank you for your kindly reply. Sorry,It seems that i mislead you. Basically, I know how to update the plugin of my project by using the PR you create. And what I wonder is how to create a PR for the plugin to make is suitable for the latest enging (maybe 4.22 or 4.23 and so on).So could you offer me some advice about this ? Thanks again.

Korniow commented 5 years ago

If you need to know what changes were made in the newest version of UE4, then you need to look at detailed release notes https://docs.unrealengine.com/en-us/Builds/4_21 where you will find removed and deprecated functionalities. You can also build the plugin using the newest version of UE4 and see what errors are contained in the build log.

Then you need to fork the https://github.com/ue4plugins/LoadingScreen repository to have your own copy of it. Clone your fork and create a branch with necessary changes. Commit and push it to your fork. Then go to https://github.com/ue4plugins/LoadingScreen/pulls and click "New pull request" button. Pick the branch with your changes and thats basically it.