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

Commit 22effbb

Browse files
committed
Update README.md
1 parent 50f0c31 commit 22effbb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@ The standalone release can be used with any injector or loader of your choice, b
4747
3. Create an instance of Unity Explorer with `UnityExplorer.ExplorerStandalone.CreateInstance();`
4848
4. Optionally subscribe to the `ExplorerStandalone.OnLog` event to handle logging if you wish
4949

50+
# Common issues
51+
52+
These are some common fixes to issues which are present in some games, please create an issue in this repository if these fixes don't work.
53+
54+
### Input not working properly
55+
56+
This can be caused by a number of issues, but most commonly by the Event System.
57+
58+
1. Open the UnityExplorer config file. See the "Settings" section below if you're unsure where it is.
59+
2. For the "Disable EventSystem Override" option, set the value to `true`
60+
3. Restart the game.
61+
62+
### UI not appearing or gets destroyed during startup
63+
64+
1. Open the UnityExplorer config file. See the "Settings" section below if you're unsure where it is.
65+
2. For the "Startup Delay" option, set the value to something higher, at least as long as it takes to reach the main menu of the game.
66+
3. Restart the game.
67+
5068
# Features
5169

5270
<p align="center">

0 commit comments

Comments
 (0)