When you make a standalone the contents of `Assets\Resources` are compressed into a data file. You access the contents of this file at runtime using `Resources.Load()`.
On iOS all your script code and .Net bytecode is converted into Arm assembler. There is no reflection or runtime code generation possible on this platform.
↧