Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triple-a-studios/triplea-statemachine
An Extensible State Machine for Unity
https://github.com/triple-a-studios/triplea-statemachine
csharp finite-state-machine state-machine unity unity-library unity-state-machine unity3d unityasset unitypackage unityplugin
Last synced: 13 days ago
JSON representation
An Extensible State Machine for Unity
- Host: GitHub
- URL: https://github.com/triple-a-studios/triplea-statemachine
- Owner: Triple-A-Studios
- License: mit
- Created: 2024-08-29T17:40:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T16:24:38.000Z (4 months ago)
- Last Synced: 2024-11-10T11:02:56.445Z (about 2 months ago)
- Topics: csharp, finite-state-machine, state-machine, unity, unity-library, unity-state-machine, unity3d, unityasset, unitypackage, unityplugin
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Triple A Studios - State Machine
An extensible State Machine for Unity.___
## Installation
### Method 1 (Recommended):
Using Git Url:
1. Copy the git URL.
2. Open the package manager window in your unity project.
3. Click on the little "+" icon in the top left corner and from the dropdown, select "Add package from git URL".
4. Paste the URL, click "Add" button.___
## API Reference Documentation
Documentation website coming soon. Meanwhile, summary for each of the method is provided.
___
## Change Log
View Changelog [here](CHANGELOG.md).
___
## Issues
No known issues as of 20 Aug 2024.
___
## Future updates
Upcoming updates (as of 20 Aug 2024):
- Nothing as of now___
## Contributing guidelines:
If you wish to contribute to the project, please follow the general contribution guidelines as outlined below:
- Fork the repository and create a branch from the main branch
- Make your contributions and commit your changes to your branch
- Submit a pull request detailing the changes made
- Wait for your changes to be reviewed and merged___
## License information
This project is licensed under the MIT license, which can be found on the GitHub repository. The MIT license allows for
the use, modification, and distribution of the code for both commercial and non-commercial purposes.___
## Contact information
For any bug reports, issues, or help regarding the setup of the project, please feel free to contact me on
[LinkedIn](https://www.linkedin.com/in/ali--qadir/ "LinkedIn Profile"),
Instagram [@oily.oli](https://www.instagram.com/oily.oli/ "Insta @oily.oli"), or mail me at
[[email protected]](mailto:[email protected]?subject=[GitHub]%20Dynamic%20Character%20Controller%20Issue "Mail to Ali Qadir").
My contact information can be found on my GitHub profile also.
Alternatively you can leave comments on my [itch page](https://aliqadir.itch.io/utils "Itch Link") too.