Skip to content

Commit 6e1fa9a

Browse files
committed
Update README.md
1 parent 1b97806 commit 6e1fa9a

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
11
# DartCore Utilities
22

3+
[![openupm](https://img.shields.io/npm/v/com.dartcore.utilities?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dartcore.utilities/)
4+
[![stargazers](https://img.shields.io/github/stars/AtaTrkgl/DartCore-Utilities?color=yellow)](https://github.com/AtaTrkgl/DartCore-Utilities/stargazers)
5+
[![release](https://img.shields.io/github/v/release/AtaTrkgl/DartCore-Utilities?color=dark%20green)](https://github.com/AtaTrkgl/DartCore-Utilities/releases)
6+
37
DartCore Utilities is a general purpose package that contains a lot of usefull methods.
48

59
[Here](https://github.com/AtaTrkgl/DartCore-Utilities/wiki) is the link to the documentation.
610

7-
## Installation
11+
# Installation
12+
13+
## 1. UPM Git Extension
14+
15+
DartCore packages use git dependencies which the default package manager does not support. You can install the [UPM Git Extension](https://github.com/mob-sakai/UpmGitExtension) package first and then setup this package.
816

917
1. Open the package manager.
10-
2. Click the plus icon on the top left.
11-
3. Select "Add package from git URL".
12-
4. Paste "https://github.com/AtaTrkgl/DartCore-Utilities.git".
18+
2. Click the git icon on the top left.
19+
3. Paste "https://github.com/AtaTrkgl/DartCore-Utilities.git" to the repo URL.
20+
4. Install the package.
1321

22+
## 2. Open UPM
1423

15-
## About DartCore
24+
[OpenUPM](https://github.com/openupm/openupm) is an open-source service for hosting and building open-source Unity Package Manager (UPM) packages. After setting up [OpenUPM Client](https://github.com/openupm/openupm-cli#openupm-cli) you can run the following command to install this package.
25+
26+
```
27+
>> openupm add com.dartcore.utilities
28+
```
29+
30+
# About DartCore
1631

1732
DartCore is a modular Unity Package to help you throughout the development of your games. As of now, DartCore consists of 3 packages:
1833
1. [DartCore.Utilities](https://github.com/AtaTrkgl/DartCore-Utilities)
1934
2. [DartCore.Localization](https://github.com/AtaTrkgl/DartCore-Localization)
20-
3. [DartCore.Utilities](https://github.com/AtaTrkgl/DartCore-UI)
21-
22-
It is also recomended to use the [UPM Git Extension](https://github.com/mob-sakai/UpmGitExtension) package to improve the Unity Package Manager's git support.
35+
3. [DartCore.Utilities](https://github.com/AtaTrkgl/DartCore-UI)

0 commit comments

Comments
 (0)