Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 63393a9

Browse files
committed
Update README.md
1 parent 13986f9 commit 63393a9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The inspector is used to see detailed information on objects of any type and man
115115
### Hook Manager
116116

117117
* The Hooks panel allows you to hook methods at the click of a button for debugging purposes.
118-
* Simply enter any class (generic types not yet supported) and hook the methods you want from the menu.
118+
* Simply enter any class and hook the methods you want from the menu.
119119
* You can edit the source code of the generated hook with the "Edit Hook Source" button. Accepted method names are `Prefix` (which can return `bool` or `void`), `Postfix`, `Finalizer` (which can return `Exception` or `void`), and `Transpiler` (which must return `IEnumerable<HarmonyLib.CodeInstruction>`). You can define multiple patches if you wish.
120120

121121
### Mouse-Inspect
@@ -124,6 +124,13 @@ The inspector is used to see detailed information on objects of any type and man
124124
* <b>World</b>: uses Physics.Raycast to look for Colliders
125125
* <b>UI</b>: uses GraphicRaycasters to find UI objects
126126

127+
### Freecam
128+
129+
* UnityExplorer provides a basic Free Camera which you can control with your keyboard and mouse.
130+
* Unlike all other features of UnityExplorer, you can still use Freecam while UnityExplorer's menu is hidden.
131+
* Supports using the game's main Camera or a separate custom Camera.
132+
* See the Freecam panel for further instructions and details.
133+
127134
### Clipboard
128135

129136
* The "Clipboard" panel allows you to see your current paste value, or clear it (resets it to `null`)

0 commit comments

Comments
 (0)