1 parent 39c4fce commit 5f7b79cCopy full SHA for 5f7b79c
1 file changed
README.md
@@ -31,6 +31,7 @@ Tool created mainly to solve old problem with reloading [native plugins](https:/
31
- Options are accessible via `DllManipulatorScript` editor or window.
32
- Although this tool presumably works in built game, it's intended to be used in editor.
33
- Get callbacks in C# when the dll load state has changed with attributes like `[NativeDllLoadedTrigger]`, see `Attributes.cs` for more information
34
+- Unload and load all DLLs via shortcut `Alt+D` and `Alt+Shfit+D` respectively. Editable in the Shortcut Manager for 2019.1+
35
36
## Limitations
37
- Marshaling parameter attributes other than `[MarshalAs]`, `[In]` and `[Out]` are not supported.
0 commit comments