KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
UnityMultiplayerARPG_UMA
★ 46
Open GitHub ↗
UMA addon for MMORPG KIT
Download README (.md)
Explore Similar Repositories
ARPG-Demo
:
求职用ARPG Demo,代码开源,完成了常见ARPG的大部分功能,内置各种编辑器
MAJIKA
:
A 2D pixel art platform ARPG game.
hugular_cstolua
:
arpg unity3d cstolua lua framwork
horadric-helper
:
A WebComponents library that allows you to display tooltips from ARPG games on you webstie using Html tags.
MacMaster
:
Advanced Network Interface Management and Monitoring
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
UnityMultiplayerARPG_UMA
?
Download (.md)
# UnityMultiplayerARPG_UMA UMA addon for MMORPG KIT    ## 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`  ## 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   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