You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DartCore Utilities is a general purpose package that contains a lot of usefull methods.
4
8
5
9
[Here](https://github.com/AtaTrkgl/DartCore-Utilities/wiki) is the link to the documentation.
6
10
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.
3.Paste "https://github.com/AtaTrkgl/DartCore-Utilities.git" to the repo URL.
20
+
4.Install the package.
13
21
22
+
## 2. Open UPM
14
23
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
16
31
17
32
DartCore is a modular Unity Package to help you throughout the development of your games. As of now, DartCore consists of 3 packages:
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.
0 commit comments