Skip to content

Commit d473b98

Browse files
committed
Update README.md
1 parent 375cde6 commit d473b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Editor Toolbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Supported types: **string**.
211211

212212
```csharp
213213
[SceneName]
214-
public string var1;
214+
public string sceneName;
215215
```
216216

217217
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/scenename1.png)\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Supported types: **string**.
211211

212212
```csharp
213213
[SceneName]
214-
public string var1;
214+
public string sceneName;
215215
```
216216

217217
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/scenename1.png)\

0 commit comments

Comments
 (0)