# UnityMultiplayerARPG_UMA **Repository Path**: qingjun1991/UnityMultiplayerARPG_UMA ## Basic Information - **Project Name**: UnityMultiplayerARPG_UMA - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnityMultiplayerARPG_UMA UMA addon for MMORPG KIT ![](ScreenShots/001.png) ![](ScreenShots/002.png) ![](ScreenShots/003.png) ## Getting Started Import UMA package from https://github.com/umasteeringgroup/UMA/releases Import addon package from https://github.com/insthync/UnityMultiplayerARPG_UMA/releases Add `00Init_UMA` and `01Home_UMA` to `Scenes In Build` ![](ScreenShots/004.png) ## UMA Avatar Database This is database for Races / Genders / Customizable Wardrobe Slots / Customizable Colors, These data will be use in create character scene You can create this by create menu ![](ScreenShots/005.png) ![](ScreenShots/006.png) Each entry you can set race name, from image above there is only "Human". Then you can set `Genders` from image above there are "Male" and "Female" you have to set `Race Data`, you can learn about `Race Data` from http://umadocs.secretanorak.com/doku.php?id=knowledgebase:race, it also can set `Customizable Slots` to allow player to customize some wardrobe slots, from image above there are "Hair" and "Face", so player will able to customize character hair and face in create character scene, you can set wardrobe slots in race data You can set `Color Tables` it is list of `Shared Color Table` which used as choice of color to let player to select when create character ## Equipment Item For clothes / armor equipments you can set data at `Uma Race Receipe Slots` each entry you can set `Race Data` which will matching with character avatar to apply `Receipes` For weapon you have to set `Equipment Models` which its `Equip Socket` is avatar bone name ## MMO - MySQL Database Import `main.sql` from `SQLs` folder to your database