Compiler error with MySQL connection in Unity 3 (System.Drawing)
Hello,I have a problem with a script to connect to a DataBase with MySQL. It works ok in Unity 2.6.1, but it doesn't work in Unity 3. I read in forums that "System.Drawing" is not supported in Unity...
View ArticleHow to import GPS location coordinates from Android device?
Hello, I tried to get latitude and longitude coordinates from 'Google Nexus One' and I failed.I used the LocationInfo struct, but I think there is something missing. I wrote an Update function attached...
View Articlecompass in unity3d 3.2
Hello, It will be available the 'compass' info in the next release 3.2?iOS? Android?Thanks,Joel
View ArticleCompass java plugin for Unity Android
Hello,I'm trying to create a java plugin to get compass info from Android. I started with this example:http://docwiki.unity3d.com/uploads/Main/AndroidJavaPluginProject.zipThen, I tried to include the...
View ArticleLoad PDF from Unity iOS
Hello,Is it possible to load a LOCAL pdf in safari from an iOS project? I tried to load it with Application.OpenURL(file:///...../myFile.pdf) but it has no effect. I think it's for security..Joel
View ArticleUsing iPhone as gamepad for Standalone
Hey guys, I've seen this video from CES 2011. An iPhone is used as gamepad for a game: [youtube video][1] I really like to know how this can be done, it's very interesting! Any idea? Suggestions? Joel...
View ArticlePlayMovieURL issue with iOS 5.0.1
Hello, iPhoneUtils.PlayMovieURL works well on iOS 4.3 when I play a video from Documents folder on iPad, but it doesn't work in iOS 5.0.1 The video player is launched, but the movie is stopped and the...
View ArticleAndroidJavaObject as array for NFC access
Hello, I want to access to the information of a NFC tag. For now, I can access the tag, but I don't know how to get the messages from the Intent because the return type is an array. This is the example...
View ArticleFacebook SDK - Send lives between users - FB.API() problem
Hello everyone, I want to send lives between players. I'm trying to get the object ID with FB.API but I can't. This is my code: Dictionary formData = new Dictionary(); formData["og:url"] =...
View ArticleHow to know which WebGL version is been used in the player?
Hello, I am developing a WebGL app and I need to know if the WebGL version used in the player is 1.0 or 2.0 in order to enable|disable the Reflection Probes. Is there any way to know this information?...
View ArticleWebGL unallocated heap space
Hello, I need to know the unallocated heap space in a WebGL application. I want to avoid the user to add a new element to the scene if the available memory is not enough. I want to avoid the web to...
View ArticleHow can we debug the result value of a Coroutine?
Hello everyone, Is there a way to know the result of a coroutine inside the same context? We start a coroutine like this: float maxValue = 0f; yield return StartCoroutine(GetMaxSize(value =>...
View ArticleDisable specular highlights for point lights without shadows
Hello everyone, We are developing a WebGL 2.0 application, so deferred rendering is used. The scene is created from scratch during execution so we can't use baked lightmaps. We add spotlights for...
View Article