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 -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -