A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Hi. I have an atlas with a lot of sprites. If I could avoid any publics it would be nice. I'am referring to the sprites names in my game. Can I...
Is there some easy way to give a list of items random numbers, but not the same number twice? In the Random.Range can we only set min and max...
I had to call it like this test.gameObject.tag = "TagName";
But the prefab is Instantiated and live on my scene. Should "test" not be a direct reference to the GameObject?
I have. The error I get is this: "NullReferenceException: Object reference not set to an instance of an object"
I feel this is very basic, but I just can't figure it out. In this video: [MEDIA] The script looks like this using UnityEngine; using...
I found this: http://answers.unity3d.com/questions/792559/ios-8-location-services-not-working.html
Hi. I'am trying to get some GPS data with the script from the input.location documentation. I can't use "return" in the coroutine, like in the...
Hi I am trying figure out a way to use SQLite on IOS. I have found this usefull script, and it works great on my computer...