This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,24 @@ The standalone release can be used with any injector or loader of your choice, b
47
47
3 . Create an instance of Unity Explorer with ` UnityExplorer.ExplorerStandalone.CreateInstance(); `
48
48
4 . Optionally subscribe to the ` ExplorerStandalone.OnLog ` event to handle logging if you wish
49
49
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
+
50
68
# Features
51
69
52
70
<p align =" center " >
You can’t perform that action at this time.
0 commit comments