标签: windows-phone instantiation
GameObject obj = (GameObject) Instantiate (Resources.Load ("Actions/" + actions, typeof (GameObject)));
其他平台没问题。但是,在Windows Phone上构建时:
Object reference not set to an instance of an object.