Features | Getting Started | Dependencies | LICENSE |
---|
Features
The purpose of Core Library is to help speed up development in Unity3D by providing the following basic systems every game needs to have:
- UI System
- Basic implementations of Canvas, Buttons, Views and Gradients
- Transition animations using DOTween, configurable on inspector
- Additive Scene Manager
- Localization System
Getting Started
Run the following command in terminal or command prompt to clone the repository:
git clone https://github.com/railek/unity-core-library.git
Dependencies
Core Library depends on the the following components
- DOTween: Used in UI transitions.
- TextMesh Pro: It’s the perfect replacement for Unity’s UI Text & Text Mesh.