-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README.md: initial public release
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 🎭 Morphs Player | ||
|
||
The Morphs Player is a plugin designed for Unreal Engine 5 that allows you to play Morph Targets (also known as Blend Shapes, Shape Keys, Pose Morph, Morph Maps, and Endomorphs) directly on the animation track of your skeletal mesh. This can be accomplished without the need for gameplay logic in either code or blueprints, just simply place a 'Play Morph' notify state on the animation track and select the desired Morph and values from its Details window. | ||
|
||
![MorphsPlayer](https://github.com/JanSeliv/MorphsPlayer/assets/20540872/c7cd5192-23a3-4893-be5d-27f43cee7ba4) | ||
|
||
## 📚 Documentation | ||
|
||
Detailed documentation about the Morphs Player can be found [here](https://docs.google.com/document/d/1y_-5EBKOT_pD09Llfk0k2MWhMHygpvcXvMdpkwdwVG4). | ||
|
||
## 🎓 Sample Projects | ||
|
||
Check out our [Release](https://github.com/JanSeliv/MorphsPlayer/releases) page a sample project showcasing the Morphs Player. | ||
|
||
Also, explore this [game project repository](https://github.com/JanSeliv/Bomber) to view the Morphs Player in action. | ||
|
||
## 📅 Changelog | ||
#### 2023-06-09 | ||
- 🎉 Initial public release. | ||
|
||
## 📫 Feedback & Contribution | ||
|
||
This is an open-source project and we encourage you to contribute. If you encounter any bugs, or if you have any feature requests, please file an issue in the GitHub repository. | ||
|
||
## 📜 License | ||
|
||
This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more details. | ||
|
||
We hope you find this plugin useful and we look forward to your feedback and contributions. |