mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 06:08:16 +08:00
Update README.md
This commit is contained in:
parent
748e0cabcb
commit
6920ca1129
12
README.md
12
README.md
@ -62,20 +62,22 @@ Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your
|
|||||||
|
|
||||||
### Mod Config
|
### Mod Config
|
||||||
|
|
||||||
There is a simple Mod Config for the Explorer, which is generated the first time you run it.
|
There is a simple Mod Config for the Explorer. You can access the settings via the "Options" page of the main menu.
|
||||||
|
|
||||||
This config is generated to `[Game_Directory]\Mods\Explorer\config.xml`. Edit the config while the game is closed if you wish to change it.
|
`Main Menu Toggle` (KeyCode)
|
||||||
|
|
||||||
`Main_Menu_Toggle` (KeyCode)
|
|
||||||
* Sets the keybinding for the Main Menu toggle (show/hide all Explorer windows)
|
* Sets the keybinding for the Main Menu toggle (show/hide all Explorer windows)
|
||||||
* See [this article](https://docs.unity3d.com/ScriptReference/KeyCode.html) for a full list of all accepted KeyCodes.
|
* See [this article](https://docs.unity3d.com/ScriptReference/KeyCode.html) for a full list of all accepted KeyCodes.
|
||||||
* Default: `F7`
|
* Default: `F7`
|
||||||
|
|
||||||
`Default_Window_Size` (Vector2)
|
`Default Window Size` (Vector2)
|
||||||
* Sets the default width and height for all Explorer windows when created.
|
* Sets the default width and height for all Explorer windows when created.
|
||||||
* `x` is width, `y` is height.
|
* `x` is width, `y` is height.
|
||||||
* Default: `<x>550</x> <y>700</y>`
|
* Default: `<x>550</x> <y>700</y>`
|
||||||
|
|
||||||
|
`Default Items per Page` (Int)
|
||||||
|
* Sets the default items per page when viewing lists or search results.
|
||||||
|
* Default: `20`
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Scene Explorer
|
### Scene Explorer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user