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

Commit f13068b

Browse files
committed
Update README.md
1 parent dfc288a commit f13068b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363

6464
0. Load the DLL from your mod or inject it.
6565
1. Create an instance of Unity Explorer with `new ExplorerCore();`
66-
2. Subscribe to the `ExplorerCore.OnLog__` methods for logging.
66+
2. You will need to call ExplorerCore.Update() (static method) from your Update method.
67+
3. Subscribe to the `ExplorerCore.OnLog__` methods for logging.
6768

6869
## Mod Config
6970

0 commit comments

Comments
 (0)