iOS and Android scripting

I was wondering if I can use the scripts for iOS for Android also. The reason I ask is that I’m thinking about getting Unity iOS Game Development but don’t have the cash right now for the membership so will it be possible to use the script used in Android as well?

The whole point of Unity is so that you build your game once and deploy it to many places. So, yes, your code should also work on iOS and Android. That doesn’t mean it works 100% of the time. There are some limitations. For instance, not all shaders will work on mobile. You will have to figure out what works. Also, some shaders run great on a PC or Mac, but are highly unoptimized for mobile platforms.

Thanks for the help! Hopefully I’ll be able to get the code from that book for iOS to work on Android as well.