How to include scripts in Assetbundle?

Hello, everyone. I need some doubt about asset bundle If any possible to load scripts in Asset bundle.

short answer: you can’t.

long answer: for PC you can pre-compile scripts as DLL for Windows and the equivalents on other desktop platforms, but for Android/iOS you can’t. Your Prefabs in the AssetBundles can have scripts attached to them, but those scripts will be compiled in the core game.