XUnity.AutoTranslator icon indicating copy to clipboard operation
XUnity.AutoTranslator copied to clipboard

Could not load type 'UnityEngine.Input' from assembly 'UnityEngine.CoreModule

Open prstzbd opened this issue 2 years ago • 1 comments
trafficstars

In the game with BeplnEX IL2cpp, the menu doesn't open and all keyboard shortcuts don't work

[Warning:XUnity.AutoTranslator] Input API is not available! System.TypeLoadException: Could not load type 'UnityEngine.Input' from assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. at XUnity.AutoTranslator.Plugin.Core.AutoTranslationPlugin.HandleInput() at XUnity.AutoTranslator.Plugin.Core.AutoTranslationPlugin.HandleInputSafe()

prstzbd avatar Sep 25 '23 16:09 prstzbd

same here happened to me. The game I'm trying to patch also generated an exception:

An error occurred while settings up scene-load scans. System.NotSupportedException: Method unstripping failed at lambda_method2(Closure , UnityAction2 ) at XUnity.AutoTranslator.Plugin.Utilities.TranslationScopeHelper.RegisterSceneLoadCallback(Action1 sceneLoaded) at XUnity.AutoTranslator.Plugin.Core.AutoTranslationPlugin.EnableSceneLoadScan()

yuxincao1283 avatar Nov 04 '23 15:11 yuxincao1283

Fixed in #531

ManlyMarco avatar Jun 19 '24 17:06 ManlyMarco