Unity 4.0.0 -> Unity 4.5.4 I need AssetBundle upgrade to adapt new Unity version.
In Unity 4.5.4 develoment environment, I have previous version of AssetBundle. So, when I try to play the game, Unity float an error that my AssetBundle need to be upgraded to new version.
But, I don't know how I have to upgrade my AssetBundle at all. I want to make AssetBundle in Unity 4.5.4 by using only AssetBundles of Unity 4.0.0. Is it possible?
Otherwise, do I have to use Assets like resources files to make new version of AssetBundles?