Hi,
I am having problem with this line of code when I am deploying to my windows phone with the Master build configuration
GameObject newSkeleton = (GameObject)Instantiate(Skeleton, position, transform.rotation);
I do not know what is the error since all debug options are off with the Master configuration. It works fine in debug and release configuration. Anyone has an idea why?
Thanks