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

Upgrade to 4.23 #60

Open
lcdlv opened this issue Sep 18, 2019 · 5 comments
Open

Upgrade to 4.23 #60

lcdlv opened this issue Sep 18, 2019 · 5 comments

Comments

@lcdlv
Copy link

lcdlv commented Sep 18, 2019

Hi! Thanks for this amazing plugin. You can upgrade to 4.23?
Thanks again!

@Rob-bb
Copy link

Rob-bb commented Sep 21, 2019

I think it works in 4.23 as is

@AngelTs
Copy link

AngelTs commented Oct 3, 2019

No, its not work

@AngelTs
Copy link

AngelTs commented Oct 3, 2019

The compilation is OK, but the plugin is not loaded:
LogPluginManager: Mounting plugin LoadingScreen

[2019.10.03-09.07.51:426][ 0]LogClass: Warning: FLoadingScreenDescription::PlaybackType is not initialized properly
[2019.10.03-09.07.51:427][ 0]LogAutomationTest: Warning: FLoadingScreenDescription::PlaybackType is not initialized properly

[2019.10.03-09.11.13:432][277]LogModuleManager: Shutting down and abandoning module LoadingScreen (246)

@AngelTs
Copy link

AngelTs commented Oct 3, 2019

I managed to start this plug-in as a project plug-in under UE4.23. The correct LoadingScreen.uplugin is:
{
"FileVersion": 3,

"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Loading Screen",
"Description": "A simple loading screen plug-in.",
"Category": "Loading",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://www.epicgames.com",
"DocsURL": "https://github.com/ue4plugins/LoadingScreen",
"SupportURL": "https://github.com/ue4plugins/LoadingScreen/issues",
"EngineVersion": "4.23.0",
"EnabledByDefault": true,
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "LoadingScreen",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [
"Win64",
"Win32"
]
}
]
}

@eusru
Copy link

eusru commented Mar 25, 2020

@AngelTs
in 4.24,it seems only can run in package exe ,or vs buid configure set as Debug or Development.
if i try to build with Development Editor or Debug Editor , run Standalone , i can see loadingscreen and soon crashed wont load my level

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

No branches or pull requests

4 participants