I am relatively new to unity and am trying to use asset bundles for the first time. This is a project which needs to be integrated in many different platforms: android, ios and web. The project is working for right now, but I need to add more asset to it at runtime, so I decided to add new assets as asset bundles in project.
But from the documentation I got to know that they are most probably platform dependent. Can anyone explain me that how can I make and use asset bundles for multi platform games? And also guide me how to store these assets in these platforms so that user don’t need to download it every time they use it. Thanks.