fixed build issues, added binaries, and updated the AsyncLoadingScreen plugin directory
This commit is contained in:
parent
b91d8c9412
commit
cc50ba0c39
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||||
|
@ -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": [
|
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"BuildId": "37670630",
|
||||||
|
"Modules":
|
||||||
|
{
|
||||||
|
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dylib"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"BuildId": "37670630",
|
||||||
|
"Modules":
|
||||||
|
{
|
||||||
|
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.dll"
|
||||||
|
}
|
||||||
|
}
|
@ -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
Loading…
x
Reference in New Issue
Block a user