This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
Open
Description
Hotreload works by using FileSystemWatcher
to watch for changes made to the C# game dll. Mono uses a libmono-native-compat.dylib to implement some of this functionality. Currently it crashes when trying to load the dylib (fails to find a symbol in the dyld_stub_binder
call?). This is possibly due to a bad configuration of the embedded Mono. I have had this issue previously but it looks like the .dylib files have possibly been shuffled around so I'm no longer sure what the solution is.
For now use .NET Core if you want to hotreload. Or hotreload manually using the USharpRuntime reload
command in the UE4 command box.
Metadata
Assignees
Labels
No labels