mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-22 07:44:21 +00:00
ce4451b45f
Fixes #18029. There are ways to load assemblies that the search hook has no way of intercepting, and handling itself. Such as loading from a byte[] in C# code. We now handle these cases with a fallback assembly_load_hook, to avoid crashes when this is indeed done.