fixed build issues, added binaries, and updated the AsyncLoadingScreen plugin directory

This commit is contained in:
Devrim Yasar 2025-04-14 13:03:05 -05:00
parent b91d8c9412
commit cc50ba0c39
2200 changed files with 910483 additions and 318 deletions

12
.gitignore vendored
View File

@ -49,7 +49,7 @@ SourceArt/**/*.tga
# Binary Files # Binary Files
Binaries/* Binaries/*
Plugins/**/Binaries/* # Plugins/**/Binaries/* -- don't exclude this, it's needed for the build
# Builds # Builds
Build/* Build/*
@ -89,10 +89,10 @@ DerivedDataCache/*
*.gch *.gch
*.pch *.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so # *.so -- don't exclude this, it's needed for the build
*.dylib # *.dylib -- don't exclude this, it's needed for the build
*.dll # *.dll -- don't exclude this, it's needed for the build
# Fortran module files # Fortran module files
*.mod *.mod
@ -512,3 +512,5 @@ FodyWeavers.xsd
*.sln.iml *.sln.iml
.vsconfig .vsconfig
.DS_Store
**/.DS_Store

View File

@ -10,7 +10,7 @@
"DocsURL": "https://github.com/truong-bui/AsyncLoadingScreen", "DocsURL": "https://github.com/truong-bui/AsyncLoadingScreen",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8", "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8",
"SupportURL": "https://github.com/truong-bui/AsyncLoadingScreen/issues", "SupportURL": "https://github.com/truong-bui/AsyncLoadingScreen/issues",
"EngineVersion": "5.5.0+", "EngineVersion": "5.5.0",
"CanContainContent": true, "CanContainContent": true,
"Installed": true, "Installed": true,
"Modules": [ "Modules": [

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dylib"
}
}

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.dll"
}
}

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dll"
}
}

Some files were not shown because too many files have changed in this diff Show More