Prefab有三种加载方式
一是静态引用,建一个public的变量,在Inspector里把prefab拉上去,用的时候instantiate
二是Resource.Load,Load之后instantiate
三是AssetBundle.Load,Load之后instantiate