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

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

shopping cart - Page redirect not working PHP -

PHP OOP-based login system -