-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Live2D/develop
Update to Cubism 5 SDK for Unreal Engine R1 alpha2
- Loading branch information
Showing
54 changed files
with
513 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# Core directory files | ||
/Source/ThirdParty/Live2DCubismCore/**/*.a | ||
/Source/ThirdParty/Live2DCubismCore/**/*.bundle | ||
/Source/ThirdParty/Live2DCubismCore/**/*.dll | ||
/Source/ThirdParty/Live2DCubismCore/**/*.dylib | ||
/Source/ThirdParty/Live2DCubismCore/**/*.lib | ||
/Source/ThirdParty/Live2DCubismCore/**/*.so | ||
|
||
# Other files | ||
/build/ | ||
.vs/ | ||
.vscode/ | ||
.idea/ | ||
*.iml | ||
.DS_Store | ||
Binaries | ||
Intermediate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+344 Bytes
(100%)
Content/Materials/CustomUnlitAdditiveMaskedInverted.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+225 Bytes
(100%)
Content/Materials/CustomUnlitMultiplicativeMaskedInverted.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Content/Samples/Models/Mao/motions/sample_01_motion3.uasset
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Content/Samples/Models/Mao/motions/special_01_motion3.uasset
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Content/Samples/Models/Mao/motions/special_02_motion3.uasset
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Content/Samples/Models/Mao/motions/special_03_motion3.uasset
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"FileVersion": 3, | ||
"Version": 1, | ||
"VersionName": "5-r.1-alpha.1", | ||
"FriendlyName": "Live2DCubismSDK", | ||
"Description": "Live2D Cubism SDK for Unreal Engine Components", | ||
"Category": "Other", | ||
"CreatedBy": "Live2D Inc,", | ||
"CreatedByURL": "https://www.live2d.com/", | ||
"DocsURL": "https://docs.live2d.com/cubism-sdk-manual/top/", | ||
"MarketplaceURL": "", | ||
"SupportURL": "", | ||
"CanContainContent": true, | ||
"IsBetaVersion": true, | ||
"IsExperimentalVersion": true, | ||
"Installed": false, | ||
"Modules": [ | ||
{ | ||
"Name": "Live2DCubismFramework", | ||
"Type": "Runtime", | ||
"LoadingPhase": "PostConfigInit" | ||
}, | ||
{ | ||
"Name": "Live2DCubismFrameworkEditor", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "Live2DCubismFrameworkImporter", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
} | ||
] | ||
{ | ||
"FileVersion": 3, | ||
"Version": 1, | ||
"VersionName": "5-r.1-alpha.2", | ||
"FriendlyName": "Live2DCubismSDK", | ||
"Description": "Live2D Cubism SDK for Unreal Engine Components", | ||
"Category": "Other", | ||
"CreatedBy": "Live2D Inc,", | ||
"CreatedByURL": "https://www.live2d.com/", | ||
"DocsURL": "https://docs.live2d.com/cubism-sdk-manual/top/", | ||
"MarketplaceURL": "", | ||
"SupportURL": "", | ||
"CanContainContent": true, | ||
"IsBetaVersion": true, | ||
"IsExperimentalVersion": true, | ||
"Installed": false, | ||
"Modules": [ | ||
{ | ||
"Name": "Live2DCubismFramework", | ||
"Type": "Runtime", | ||
"LoadingPhase": "PostConfigInit" | ||
}, | ||
{ | ||
"Name": "Live2DCubismFrameworkEditor", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
}, | ||
{ | ||
"Name": "Live2DCubismFrameworkImporter", | ||
"Type": "Editor", | ||
"LoadingPhase": "Default" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.