How to set texture type
I need to set splash image in player settings for iOS, but the image is scaled in the device. The image's texture type is set to sprite, is it wrong?
View ArticleJagged Shadows on iPad Pro
We are using latest version of Unity and are developing a virtual model for the iPad Pro. We are using real time dynamic lighting and shadows in Unity and everything looks great on PC and Mac but on...
View ArticleGet universal link URL
Hello everyone, i'm currently working on implementing Universal Link on our iOS build, i've added the apple-app-site-association file and associate domains in Xcode, my app can successfully invoked by...
View Article[Sharing] Gyroscope Camera Script (iOS tested)
Hey guys, I got a bit obsessed with understanding exactly how to adjust the quaternion in Input.gyro.attitude to work as a good camera rotation. I never did really grasp quaternions as I hoped but I...
View ArticleOptimizing Battery Consumption
Hi everyone, Many of our users are complaining about battery life when using our game. So I'm here trying to figure out, how to optimize the battery consumption. First, you need to know that the game...
View ArticleError "unknown type name __declspec" after Xcode 7.3 upgrade
Hi, I have a project in Unity 4.6.9p4. This evening I updated my iphone to iOS 9.3, which necessitated an Xcode update to 7.3. After the upgrade, my project that previously compiled just fine is now...
View ArticleApplication.isShowingSplashScreen issue
This is my GameManager script: Code (CSharp): private IEnumerator Start() { // Scene remains black while (Application.isShowingSplashScreen) yield return null; Â introScreen.Invoke(); } So my intro...
View ArticleLots of crashes on end user devices
Hi, We are seeing lots of crashes on our end user devices. Our current release was built with 5.3.1. Any ideas what could be causing this? Thanks. View attachment 173394 And this is another crash: View...
View ArticleClear badges at set time
G'day! Just wondering if there's a way to clear app badges at a set time like how you might set a local notification. Is that possible? Thanks, Pete
View ArticleRequest and get state of camera permission
Hey guys There does not appear to be a way to ask the user for camera permissions in iOS? The dialogue for the permission will pop up by itself when you try to Play() the WebCamTexture for the first...
View ArticleProblem with Unity 5.5.0p3 and Xcode
Hi, I made Build my App for iOS with 'Unity version: 5.5.0p3 (64 bit)', then open Project with 'Xcode version: 8.2.1 (8C1002)' no exist Warnings and Errors, but launch RUN and view 329 Warnings: Unused...
View ArticleRenderTexture.GrabPixels = Low FPS [SOLVED]
Hi guys, Currently I'm having a issue with a iOS build, using unity latest. The problem is when building the game on iOS Ipad Air, latest iOS 7.1.2 Camera.Render and Drawing -> Camera.AAResolve...
View ArticleApps Made In Unity Wont Stay On iPhone
I create Virtual Reality scenes in Unity from within Windows, for use on my iPhone 6 running iOS 10.2, and using GoogleVR SDK for Cardboard devices. I create a project, and save to iOS format. I run...
View ArticleReplayKit build error on iOS platform
I have already added ReplayKit framework. But ReplayKit build error like below: Showing Recent Messages "_OBJC_CLASS_$_ADJEvent", referenced from: objc-class-ref in AdjustUnity.o...
View ArticleForcing WiFi connection programmatically on iOs with Unity
I have an application that is used on a specific situation : The application is run on an iPad mini 4 using iOS 9. Before the application startup the iPad mini is connected to a WiFi network. When...
View ArticleUnity 5.5.0 and Soft Shadows
Why starting with Unity 5.5.0 stopped working soft shadows? A work only hard shadows. Work iOS soft shadows Unity 5.0.0 to 5.4.x Not work soft shadows Unity 5.5.x Soft Shadows work iOS platform:
View ArticleAllow Landscape on iPad only
Hi All, Just wondering if theres a way to allow landscape on iPad but not on iPhone. It seems like unchecking these options(for iPhone) in Xcode don't have any effect... Thanks! Pete
View ArticleApple Tv Leaderboard shows "No Data Available"
I am creating iOS and tvOs game. I have created a game in iTunes Connect and added a leaderboard in it. Leader board and game center is working fine in iOS. But, in tvOS, Social.ShowLeaderboardUI ();...
View ArticleCoreMotion step counting and device motion
I already posted this in the Asset Store forum, but I figured I'd post it here too: iOS 7 brought some new features to the CoreMotion API to monitor step counts and the users activity. It even keeps a...
View Article