Skip to content

Commit

Permalink
Updated README.md: initial public release
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed Jun 10, 2023
1 parent 6d5257c commit c4ba1ab
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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.

0 comments on commit c4ba1ab

Please sign in to comment.