Skip to content

Commit 9e50529

Browse files
authored
Create Readme.md
Moved getting started content to another page.
1 parent 0dc5b72 commit 9e50529

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Getting-Started/Readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
title: Getting Started
4+
nav_order: 2
5+
---
6+
7+
## Getting Started
8+
9+
This repository contains all kind of utilities for Unity from scripts to shaders.
10+
11+
You can [browse this repository](https://github.com/UnityCommunity/UnityLibrary) and find your desired utility or you can [clone this repository](https://help.github.com/articles/cloning-a-repository/) and browse the files:
12+
13+
```bash
14+
git clone https://github.com/UnityCommunity/UnityLibrary.git
15+
```
16+
17+
and then open the folder in Unity or you can find useful stuff by browsing awesome [resources](#resources) below.

0 commit comments

Comments
 (0)