I have a few simple scripts in my app and the scene is not cluttered with gameobjects; however, first time I instantiate a prefab there is a delay of a few seconds; shooting a gun (instantiates projectile prefab) and killing an enemy (also instantiate a prefab) takes a lot longer than desirable. I can't seem to get around this other than trying to load those prefabs (have them somewhere in the scene) but I am not sure if this is a safe approach. Is there maybe another way to preload objects NOT in the scene at startup?
Any ideas are very welcome, thanks!