knah/Il2CppAssemblyUnhollower

Allow specifying target assembly for injected classes

knah opened this issue · 0 comments

knah commented

Right now classes are injected into effectively all assemblies - Unity will be able to find it in any assembly it runs class_from_name for.

This might be undesireable in some cases, so it might be nice to add an annotation that would allow restricting injected classes to one specific assembly.