windows phone - Error calling Instantiate in Unity on WP? -
gameobject obj = (gameobject) instantiate (resources.load ("actions/" + actions, typeof (gameobject)));
no problem other platforms. but, when building on windows phone:
object reference not set instance of object.
Comments
Post a Comment