diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abd9a43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,157 @@ +# Special thanks to Mikhail Efremov + +# Good site: https://github.com/github/gitignore or https://www.toptal.com/developers/gitignore + +# Add your file or directory +# Especially for this project +#StarterContent (for example) +Binaries +Intermediate + + +# Created by https://www.toptal.com/developers/gitignore/api/c++ +# Edit at https://www.toptal.com/developers/gitignore?templates=c++ + +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# End of https://www.toptal.com/developers/gitignore/api/c++ + + + +# Created by https://www.toptal.com/developers/gitignore/api/unrealengine +# Edit at https://www.toptal.com/developers/gitignore?templates=unrealengine + +### UnrealEngine ### +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/*/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/*/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* + +### UnrealEngine Patch ### +# Don't ignore icon and splash images for mobile app +!Build/IOS/Resources/ +Build/IOS/Resources/* +!Build/IOS/Resources/Graphics/ +Build/IOS/Resources/Graphics/* +!Build/IOS/Resources/Graphics/*.png +!Build/Android/res/ +Build/Android/res/* +!Build/Android/res/*/ +Build/Android/res/*/* +!Build/Android/res/*/*.png +# Ignore plugins binaries on deep subfolders +Plugins/**/Binaries/* +Plugins/**/Intermediate/* + +# End of https://www.toptal.com/developers/gitignore/api/unrealengine + + + +# IDE additionally +*.idea* +.vscode +.vsconfig +*.opendb +Developer diff --git a/MirrorAnimationSystem/MirrorAnimationSystem.uplugin b/MirrorAnimationSystem/MirrorAnimationSystem.uplugin index dddc8f3..0395396 100644 --- a/MirrorAnimationSystem/MirrorAnimationSystem.uplugin +++ b/MirrorAnimationSystem/MirrorAnimationSystem.uplugin @@ -10,7 +10,7 @@ "DocsURL": "https://github.com/Rexocrates/Mirror_Animation_System/blob/main/Mirror%20Animation%20System%20Documentation.pdf", "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/36b1fe6319794a25ab6dfffb82e1b29b", "SupportURL": "https://github.com/Rexocrates/Mirror_Animation_System/issues", - "EngineVersion": "4.26.0", + "EngineVersion": "4.27.0", "CanContainContent": false, "Installed": true, "Modules": [ diff --git a/README.md b/README.md index 4988f2a..69b292a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # Mirror_Animation_System Unreal Engine 4 plugin for mirroring animations in the editor and at runtime. +(Updated to UE_4.27) + +For UE_5 best way https://docs.unrealengine.com/5.0/en-US/mirroring-animation-in-unreal-engine/ Preview: https://vimeo.com/584562022 Editor Tools: https://vimeo.com/584564396 Mirroring in component space: https://vimeo.com/584565444 + +================================================== + +You can find a collection of Mirror Tables already set up for generic +skeleton templates like Epic’s Skeleton or Mixamo’s at the following Link: +https://www.dropbox.com/sh/tyou1nwz9v2k6nm/AAB1-kIKbgFUNrCgzxsVuauBa?dl=0