resharper-unity
resharper-unity copied to clipboard
【Crash】the plugin folder dll: JetBrains.Rider.Unity.Editor.Plugin.Repacked casue unity crash
System.MissingMethodException: Method not found: 'UnityEngine.Application.RegisterLogCallback'.
at JetBrains.Rider.Unity.Editor.PluginEntryPoint.EnsureInitialised () [0x00000] in
additional information: unity version : 5.6 rider version : 2023.3.2
Try to delete it and reopen Rider, would it install a different version?
Try to delete it and reopen Rider, would it install a different version?
no , it still intall the same verison,
, and unity crash still exist.
@van800 I've try JetBrains Rider 2022.2.4, crash gone, but error still exist. is it a issue in v2023.3.2
Which Unity version do you have? https://unity.com/releases/editor/archive What OS are you using?
Please double-click that dll, it would open in AssemblyExplorer.
Screenshot it there for me please
For some reason I can't login in Unity 5.6, so can't fully reproduce the issue.
@van800 hi, van I've found the issue is because we strip many Unity Obsolete method, include "UnityEngine.Application.RegisterLogCallback", there's mono compile error cause unity crash.
can I comile the unity plugin myself, is there any document.
Sure, there is https://github.com/JetBrains/resharper-unity/blob/master/CONTRIBUTING.md