Skip to content

Commit 1ee3d53

Browse files
authored
Update README.md
1 parent c2fabb5 commit 1ee3d53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# UnityExtended
2-
Libraries to extend Unity Project.
2+
Libraries to extend Unity Project.
3+
The idea is share some methods for some stater devs and get some help of other developers. (You can make a PR and help me)
34

45
## Libraries
5-
Those libraries
66

77
- **Colver**
88
Entension classes to Unity's build classes.
99

10-
- ***Entities***
11-
Default Entities classes and interfaces to Unity Games.
10+
- ***Entities (Obsolete)***
11+
Default Entities classes and interfaces to Unity Games. Probably will become a especific library.
1212

1313
## How to Build
14-
You can download the project and in the root folderyou can open the command prompt and restores it's dependencies with **```dotnet restore```**. After that type : **```dotnet build```** and go to **/bin/Debug** folder and the .dll will be there
14+
You can download the project and in the root folder of each project you can open the command prompt and restores it's dependencies with **```dotnet restore```**. After that type : **```dotnet build```** and go to **/bin/Debug** folder and the .dll will be there
1515
So you can just put that in your project.
1616

1717
The Solution uses theses Dependencies :

0 commit comments

Comments
 (0)