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

Commit f8f9671

Browse files
committed
Update README.md
1 parent dc2759c commit f8f9671

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,21 @@
1717
<a href="https://github.com/sinai-dev/MonoExplorer">Looking for a Mono version?</a>
1818
</p>
1919

20-
### Known issues
21-
* CppExplorer may experience a `MissingMethodException` when trying to use certain UnityEngine methods. If you experience this, please open an issue and I will do my best to fix it.
22-
* Reflection may fail with certain types (eg. `Nullable<T>`, some Dictionary types, etc). Please see [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower#known-issues) for more details.
20+
- [Known issues](#known-issues)
21+
- [How to install](#how-to-install)
22+
- [How to use](#how-to-use)
23+
- [Mod Config](#mod-config)
24+
- [Features](#features)
25+
- [Mouse Control](#mouse-control)
26+
- [Building](#building)
27+
- [Credits](#credits)
28+
29+
## Known issues
30+
As of version 1.7+, CppExplorer has reached a fairly stable state for most Il2Cpp games.
31+
32+
* .NET 3.5 is not currently supported (Unity 5.6.1 and older), this might change in the future.
33+
* Some methods may still fail with a `MissingMethodException`, please let me know if you experience this (with full MelonLoader log please).
34+
* Reflection may fail with certain types, see [here](https://github.com/knah/Il2CppAssemblyUnhollower#known-issues) for more details.
2335
* Scrolling with mouse wheel in the CppExplorer menu may not work on all games at the moment.
2436

2537
## How to install

0 commit comments

Comments
 (0)