Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arimger committed Nov 28, 2024
1 parent 375cde6 commit d473b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Editor Toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Supported types: **string**.

```csharp
[SceneName]
public string var1;
public string sceneName;
```

![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/scenename1.png)\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Supported types: **string**.

```csharp
[SceneName]
public string var1;
public string sceneName;
```

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

0 comments on commit d473b98

Please sign in to comment.