is that possible to load prefab from script.

Hi, Is that possible to load the Prefab from script without using asset bundles which is only for Pro version. What If I put the prefab in the Resources folder and then can I be able to use Resources.Load() function to load them as I have done this way to load GUI Images.

That would work yes. Thats how its often done indeed.