Fix for InputSystem in 3.0.0 (temp fix for il2cpp)

This commit is contained in:
sinaioutlander
2020-11-20 17:12:40 +11:00
parent 97dbecaa2a
commit c38155ab04
10 changed files with 187 additions and 58 deletions

View File

@ -211,6 +211,8 @@ namespace UnityExplorer.Helpers
return false;
}
#else
public static bool LoadModule(string module) => true;
#endif
public static bool IsEnumerable(Type t)