From b5c584bb026c500bc376877de4120d1eae0d61b6 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Tue, 8 Sep 2020 19:46:54 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6424eac..5eb9f9a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ### Known issues * 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. +* Reflection may fail with certain types (eg `Nullable`, some Dictionary types, etc). Please see [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower#known-issues) for more details. * Scrolling with mouse wheel in the CppExplorer menu may not work on all games at the moment. ## How to install