Hey guys!
I wonder if there are any way to access from script to the final assemblies (e.g. with all conditional compilation flags processed, like UNITY_EDITOR) after they were compiled for target platform, but before they were put into the final build.
I’m talking about Unity-generated assemblies in first place (Assembly-CSharp.dll, etc.).