My web builds are not loading any text files from my Resources folder. I am loading them as text assets like this:
TextAsset bindData = Resources.Load(currentLevel) as TextAsset;
Stand alone builds work fine. But I can’t figure out how to get this to work. What approach should I use for web builds? THanks.