We have a deadline with a client and this bug in Unity is jeopardizing our ability to deliver a game to the Android market. Our goal is to bypass the 50mb limit by downloading assetbundles with a WWW class. We want to stream a player containing scenes and scripts (not regular asset bundles which CANNOT contain scenes or scripts, contrary to unity documentation...)
Is there ANY way to achieve what we want here?