How to check asset bundle's target platform?

409 views Asked by At

I have a database which contains asset bundles for my game which are built for both android and ios.

Sometimes, i mistakenly put ios asset bundle into android database or vice versa. I want to get notified in Unity if i make this mistake.

Is it possible to check Asset Bundle's target platform after downloading it?

0

There are 0 answers