# UMA **Repository Path**: kimch/UMA ## Basic Information - **Project Name**: UMA - **Description**: Unity Multipurpose Avatar - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README UMA - Unity Multipurpose Avatar 2.X Git repo: https://github.com/umasteeringgroup/UMA Wiki: http://umawiki.secretanorak.com/ Forum: http://forum.unity3d.com/threads/uma-unity-multipurpose-avatar-on-the-asset-store.219175 License: MIT ========================================================== GitHub Branching Model ========================================================== ---------------------------------------------------------- Main Branches ---------------------------------------------------------- Never commit directly to these branches! Master: This branch matches the current version on the asset store. Develop: This branch is where new feature branches are merged in to as they are completed. ---------------------------------------------------------- Supporting Branches ---------------------------------------------------------- Release(version#) May branch from: develop Must merge back into: develop and master Branch naming convention: release-* ---------------------------------------------------------- Feature May branch from: develop Must merge back into: develop Branch naming convention: feature-* ---------------------------------------------------------- Hotfix May branch from: master Must merge back into: develop and master Branch naming convention: hotfix-*