I would like to use Resource.Load for loading some assets. But I’m worrying about it may cause some burden issues in gameplay. Therefore I’d like to load them in the “Loading…” screen before starting a game level.
But I don’t know how Application.LoadLevel() works. I’m not sure if it just loads the level file and corresponding game objects, or it would load assets written in the line Resource.Load() of the script.
Thank you very much.