Hey, I have a simple battle scene where when I transition to it from the game it should instantiate to armies. I am using Resources.Load to fetch gameObject that instantiate.
This works fine fine in the editor but doesn’t work on my android phone, why is this?
Code:
AI_Prefab = Resources.Load (“troopsPrefabs/” + manager.enemyArmyList .Slug);