Skip to content

Commit e0c16dd

Browse files
authored
Update README.md
1 parent 64c9dd6 commit e0c16dd

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ public class SubNode : BaseNode
4141
}
4242
```
4343

44-
### Unity Compatible versions
44+
## Unity Compatible versions
4545

4646
This project requires at least Unity **2020.2** with a scripting runtime version of 4.x in player settings.
4747
The current Unity version used for the project is **2020.2.0f1**, if you want to install NodeGraphProcessor in an older unity project, you can install it via Open UPM (minimum version: Unity **2019.3**).
4848

49-
### Installation
49+
## Installation
5050

51-
#### Install Manually
51+
### Install Manually
5252
There are two ways to install this asset: you can use the Unity package manager or move the entire repo inside your Assets folder.
5353
To install using the package manager:
5454

@@ -57,21 +57,21 @@ To install using the package manager:
5757
- then select the package.json file located in `Assets/NodeGraphProcessor`
5858
- package is installed :)
5959

60-
#### Install via OpenUPM
60+
### Install via OpenUPM
6161

6262
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
6363

6464
```
6565
openupm add com.alelievr.node-graph-processor
6666
```
6767

68-
#### Install via Git
68+
### Install via Git
6969

7070
Alternatively, you can use the [git address feature in the package manager](https://forum.unity.com/threads/git-support-on-package-manager.573673/) on the branch [#upm](https://github.com/alelievr/NodeGraphProcessor/tree/upm), it only contains the package but it may be out of sync compared to master.
7171

7272
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
7373

74-
### Features
74+
## Features
7575

7676
- Node and Graph property serialization (as json)
7777
- Scriptable Object to store graph as a Unity asset.
@@ -96,73 +96,73 @@ Note that you'll not have access to the examples provided in this repo because t
9696

9797
More details are available [in the Changelog](CHANGELOG.md)
9898

99-
### Documentation
99+
## Documentation
100100

101101
API doc is available here: [alelievr.github.io/NodeGraphProcessor](https://alelievr.github.io/NodeGraphProcessor/api/index.html)
102102

103103
The user manual is hosted using [Github Wiki](https://github.com/alelievr/NodeGraphProcessor/wiki).
104104

105-
### Remaining to do
105+
## Remaining to do
106106

107107
- Investigate for ECS/Jobs integration
108108
- API to create the graph in C#
109109
- Subgraphs
110110

111111
For more details consult our [Github Project page](https://github.com/alelievr/NodeGraphProcessor/projects/2).
112112

113-
### Projects made with NodeGraphProcessor
113+
## Projects made with NodeGraphProcessor
114114

115-
#### [Mixture](https://github.com/alelievr/Mixture)
115+
### [Mixture](https://github.com/alelievr/Mixture)
116116

117117
[![image](https://user-images.githubusercontent.com/6877923/98482247-61239b80-2200-11eb-9d83-a1cba4cc376a.png)](https://github.com/alelievr/Mixture)
118118

119119
Want to be in the made with list? [Send a message to the issue #14](https://github.com/alelievr/NodeGraphProcessor/issues/14)
120120

121-
### Gallery
121+
## Gallery
122122

123-
#### Minimap
123+
### Minimap
124124
![](https://user-images.githubusercontent.com/6877923/90036471-6043a200-dcc3-11ea-8702-9ccc62cb0f8a.gif)
125125

126-
#### Relay nodes
126+
### Relay nodes
127127
![](https://user-images.githubusercontent.com/6877923/89329982-e04c8500-d68f-11ea-8218-261225170978.gif)
128128

129-
#### Node connection menu
129+
### Node connection menu
130130
![](https://user-images.githubusercontent.com/6877923/89330117-12f67d80-d690-11ea-9b62-f878b86b8342.gif)
131131

132-
#### Node creation menu
132+
### Node creation menu
133133
![](https://user-images.githubusercontent.com/6877923/58935811-893adf80-876e-11e9-9f69-69ce51a432b8.png)
134134

135-
#### Graph Parameters
135+
### Graph Parameters
136136
![](https://user-images.githubusercontent.com/6877923/90035202-d6470980-dcc1-11ea-92e0-a754820bdc55.png)
137137

138-
#### Groups
138+
### Groups
139139
![](https://user-images.githubusercontent.com/6877923/58935692-3fea9000-876e-11e9-945e-8a874a4586a9.png)
140140

141-
#### Node Settings
141+
### Node Settings
142142
![](https://user-images.githubusercontent.com/6877923/71757124-c34e9a00-2e93-11ea-900c-63ecd772af3f.gif)
143143

144-
#### Node Messages
144+
### Node Messages
145145
![](https://user-images.githubusercontent.com/6877923/63230815-51dabb80-c212-11e9-9d54-382e649e77f1.png)
146146

147-
#### Conditional Processing (in Example)
147+
### Conditional Processing (in Example)
148148
![](https://user-images.githubusercontent.com/6877923/69500269-e469b580-0ef9-11ea-9c4b-f58e793f7ecd.gif)
149149

150-
#### Stacks
150+
### Stacks
151151
![](https://user-images.githubusercontent.com/6877923/71782933-25b4b100-2fe0-11ea-9b57-0198f7161535.gif)
152152

153-
#### Relay Node Packing
153+
### Relay Node Packing
154154
![](https://user-images.githubusercontent.com/6877923/77270201-808aaa00-6cab-11ea-9028-e671092be194.gif)
155155

156-
#### Node Inspector
156+
### Node Inspector
157157
![](https://user-images.githubusercontent.com/6877923/87306684-ac5ec380-c518-11ea-9346-1ed47e8cd016.gif)
158158

159-
#### Improved Edge Connection
159+
### Improved Edge Connection
160160
![](https://user-images.githubusercontent.com/6877923/89890139-272c0480-dbd3-11ea-86f4-696d260f707b.gif)
161161

162-
#### Multi-Window support
162+
### Multi-Window support
163163
![](https://user-images.githubusercontent.com/6877923/89891415-504d9480-dbd5-11ea-8b1d-873031a0677c.gif)
164164

165-
#### Field Drawers (Thanks [@TeorikDeli](https://github.com/TeorikDeli)!)
165+
### Field Drawers (Thanks [@TeorikDeli](https://github.com/TeorikDeli)!)
166166
![](https://user-images.githubusercontent.com/6877923/92417811-775f9d80-f164-11ea-9031-e6b61c98b88e.png)
167167

168168
### Sticky Notes (2020.1 or more required)

0 commit comments

Comments
 (0)