Skip to content

Commit f27598d

Browse files
committed
docs: update
1 parent e436155 commit f27598d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub package.json version](https://img.shields.io/github/package-json/v/labbbirder/Unity-Shell)
55
[![openupm](https://img.shields.io/npm/v/com.bbbirder.shell?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.bbbirder.shell/)
66

7-
简单易用且功能丰富 Unity 命令行模块,用于 Editor 下调用命令行。
7+
简单易用且功能丰富 Unity 命令行模块,用于 Editor 下调用命令行。兼容Windows和Mac OS。
88

99
## Features List
1010

@@ -82,7 +82,7 @@ Shell.RunCommand(@"
8282
");
8383

8484
// separate arguments
85-
Shell.RunCommand("ping",new(),"baidu.com","-n","20");
85+
Shell.RunCommand("ping", "baidu.com", "-n", 20);
8686
```
8787

8888
等待结果:

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.bbbirder.shell",
33
"displayName": "shell",
44
"description": "run shell in unity editor",
5-
"version": "1.0.3",
5+
"version": "1.1.7",
66
"hideInEditor": false,
77
"scripts": {},
88
"author": "bbbirder <[email protected]>",
@@ -14,8 +14,5 @@
1414
"cmd",
1515
"system",
1616
"colorlog"
17-
],
18-
"publishConfig": {
19-
"registry": "https://package.openupm.com"
20-
}
17+
]
2118
}

0 commit comments

Comments
 (0)