Skip to content

Commit 9397ee0

Browse files
committed
Update Readme
1 parent 36b1ce7 commit 9397ee0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@ Unity Script Tester Kit is a middle-level editor toolkit for testing Unity behav
44

55
Features
66
-----
7-
Inside the Script Tester Kit, it contains 2 main components, **Inspector+** and **Test Method Caller**.
7+
Inside the Script Tester Kit, it contains the main component, **Inspector+**.
88

99
### Inspector+
10-
This is an inspector-like panel looks like the built in inspector in Unity, but a bit more powerful than that. You can access every methods, properties, fields provided in the behavior you selected with Inspector+, even they are invisible to global (marked as private or protected).
10+
This is an inspector-like panel looks like the built in inspector in Unity, but a bit more powerful than that. You can access every methods, properties, fields provided in the behavior (and non behaviours too) you selected with Inspector+, even they are invisible to global (marked as private or protected). It may be useful for digging in to the state and debugging.
1111

12-
To call this panel out, you can simply select *Windows > Script Tester > Inspector+*.
13-
14-
### ~~Test Method Caller~~
15-
~~This is a simple tool I have created before the Inspector+, it has the same functionality as the method calling feature in Inspector+, but you can use this to call the methods sequentially by the order you make.~~
16-
17-
~~To call this panel out, you can simply select *Windows > Script Tester > Method Caller*.~~
18-
19-
Test Method Caller is obsoleted and has been removed, as the functions can be find in Inspector+.
12+
To call this panel out, you can simply select *Window > Inspector+*.
2013

2114
Warning
2215
-------

0 commit comments

Comments
 (0)