RPG Kit

by [email protected]

Detail this asset from Unity Store: Original Link

This is a paid asset, but now you can download RPG Kit Free.

RPG Kit v3.0.0

Download Now

Now with uGUI!
Unity 5 compatible!
ICode included!

This project is a RPG Starter Kit for Unity. You will need to study the included state machine system to use the kit successfully. It can take some time to understand the actions and condtions, so i will not claim that this kit is easy to use. What i can say is, that it is very flexible. You can do a lot of things with the build in actions and conditions. The full source code is included so you can change and extend the system.

Documentation
Forum
Demo

Features:
Login System
Player creation and selection
Spell System
Inventory and Equipment
Crafting and Gathering
Teleport System
Shopping
Coop Multiplayer
Artificial Intelligence
Action Bar
Status System
Saving
Visual scripting
and many more!

Character System

This system makes it easy to create a character selection and creation screens. It provides functionality to save and load characters from PlayerPrefs or MySql using php scripts.

The CharacterContainer class implements the OnSelectionChange method, that can be overriden in subclasses. This message is called when the user selects a slot.
CreateCharacterContainer and SelectCharacterContainer extend from CharacterContainer and have reference to UI fields. Furthermore they handle the click events and trigger methods from CharacterSystem(CreateCharacter, LoadCharacters or DeleteCharacter).

Related Posts

Leave a Comment