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

Commit a236b27

Browse files
committed
Update README.md
1 parent 18de1ea commit a236b27

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
<img src="https://img.shields.io/github/downloads/sinai-dev/CppExplorer/total.svg" />
1515
</p>
1616

17-
### Known issue
18-
Due to limitations with [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower)'s Unstripping, CppExplorer may encounter a `MissingMethodException` when trying to use certain UnityEngine methods.
19-
20-
Since version [1.5.4](https://github.com/sinai-dev/CppExplorer/releases/tag/1.5.4), CppExplorer manually unstrips most of these methods itself. If you encounter more methods which failed unstripping, please let me know by opening an issue and I will do my best to fix it.
17+
### Known issues
18+
* 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.
19+
* Scrolling with mouse wheel in the CppExplorer menu may not work on all games at the moment.
2120

2221
## Features
2322
* Scene hierarchy explorer
@@ -45,7 +44,7 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
4544
* A simple menu which allows you to traverse the Transform heirarchy of the scene.
4645
* Click on a GameObject to set it as the current path, or <b>Inspect</b> it to send it to an Inspector Window.
4746

48-
[![](https://i.imgur.com/2b0q0jL.png)](https://i.imgur.com/2b0q0jL.png)
47+
[![](https://i.imgur.com/BzTOCvp.png)](https://i.imgur.com/BzTOCvp.png)
4948

5049
### Inspectors
5150

@@ -60,15 +59,15 @@ CppExplorer has two main inspector modes: <b>GameObject Inspector</b>, and <b>Re
6059
* Allows you to see the children and components on a GameObject.
6160
* Can use some basic GameObject Controls such as translating and rotating the object, destroy it, clone it, etc.
6261

63-
[![](https://i.imgur.com/JTxqlx4.png)](https://i.imgur.com/JTxqlx4.png)
62+
[![](https://i.imgur.com/DiDvl0Q.png)](https://i.imgur.com/DiDvl0Q.png)
6463

6564
### Reflection Inspector
6665

6766
* The Reflection Inspector is used for all other supported objects.
6867
* Allows you to inspect Properties, Fields and basic Methods, as well as set primitive values and evaluate primitive methods.
6968
* Can search and filter members for the ones you are interested in.
7069

71-
[![](https://i.imgur.com/iq92m0l.png)](https://i.imgur.com/iq92m0l.png)
70+
[![](https://i.imgur.com/Pq127XD.png)](https://i.imgur.com/Pq127XD.png)
7271

7372
### Object Search
7473

0 commit comments

Comments
 (0)