- Home /
 
 
               Question by 
               Alphonse_H · Jan 19, 2017 at 05:22 AM · 
                buildil2cppbatchmode  
              
 
              Modify Assembly-CSharp.dll before send to IL2CPP
this is a mirror quest to this
I want to insert some code stub to Assembly-CSharp.dll by using Mono.Cecil before send to il2cpp when build iOS player with batchmode.
Currently, the only way I know is to wrap Unity\Editor\Data\Tools\UnusedByteCodeStripper2\UnusedBytecodeStripper2.exe to execute my patcher before real stripper.
Is there any other better way like [DidReloadScripts] to do this?
For Android, I can patch dlls after BuildPlayer. But for iOS with il2cpp, there is no dll generated before BuildPlayer.
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Modify Assembly-CSharp.dll before send to IL2CPP 0 Answers
Distribute terrain in zones 3 Answers
il2cpp build no response on mac 0 Answers
il2cpp.exe did not run properly! 1 Answer