Why wont unity support my iPhone XR?
When going under devices the iphone xr is known as unknown: iphone... Any help is appreciated
View ArticleonDemandResources problems
Hello, I am facing some issues with ODR (On Demand Resource) in Unity. When I am downloading some resources using OnDemandResourcesRequest, I’m get errors to OnDemandResourcesRequest error field:...
View ArticleHow to remove point clouds in Arkit?
After gettting the plane detected we remove the debugplane prefab that is the blue coloured rectangles. Similarly how to remove the point clouds that is coming once the plane is detected or after I...
View ArticleTriangle culling glitch
Hey what's up everyone? There's a really strange thing happening: some triangles are getting culled in our game. You can see it here in bottom left corner: https://youtu.be/I3WK5EvVMw8 We don't use...
View ArticleRaycast hit Not Set to an instance object
I'm trying to get an enemy to turn around when a wall is in front, for which I set a raycast to detect if the collider name was a wall. When trying to test the code, it shoots the error "Object...
View ArticlePackage Manager errors in cloud build in 2019
Build fails online in cloud build. Works fine locally. I’d prefer to use cloud build. Open to ideas on how to fix: **Errors**: : [Unity] An error occurred while resolving packages: 72: [Unity] Project...
View ArticleHow would I make a timer for IOS that runs even after the app is...
In my mobile game the player is a rocket with a certain number of energy, and each time they decide to enter a new level, one point of energy is taken away. The player will be able to have max 20...
View ArticleRigidbody or CharacterController for mobile 3d person shooter ?
I want to create a 3d person shooter on mobile devices but dont know what to choose - rigidbody or characterController. Which one is better for mobile optimization ? Any help appreciated
View ArticleConvert LatLong values into unity coordinates and display hotspots in Camera...
I am trying to build a prototype with reference to the CN tower viewfinder [app][1] . Here as soon as the app loads a 360 image is shown and hotspots are placed at locations. I would like to implement...
View ArticleNo microphone sound in ReplayKit recording
Hi, I bumped into a really weird scenario and wondering if anyone has same experience and knows any solutions? Weird scenario: Screen recording microphone only works during the session that grants the...
View ArticleErratic behaviour in iOS Metal when using layered cameras
Unity Version 2019.1.0f2. I have several cameras (lowest one has solid color clear, other clear depth) that are used to compose a 3d scene with camera canvas and world space canvas. When I try to use...
View ArticleDownloading file using web client not working in all servers
I am using web client to download zip file to my game. But the file is getting downloaded from my server but not with my client's server. Here is the code which i am using. public void...
View ArticleImages in scene get cut in half on old iPad
Hi everybody, I have my game running on the newest iPad. But when I install it on my old Ipad (one of the first) in some scenes my images get cut off (see screenshot, the yellow clouds are in half). In...
View ArticleI can't build on iOS with Unity 2019.3.0a3
Everytime I try to build for iOS with Unity 2019.3.0a3, many errors occurs. Failed running /Applications/Unity/Hub/Editor/2019.3.0a3/Unity.app/Contents/il2cpp/build/UnityLinker.exe...
View ArticleCan certain IOS system gestures be disabled in my IOS app?
Hey, I made an IOS app, but want to disable a certain "gesture" which apple built in by default in newer devices (6s or later). I already turned on "Defer system gestures on edges", but I'm looking to...
View ArticleiOS app icons are blurry
I am building my project for iOS and every time I run or publish on XCode, the app icons come out blurry. The original images look fine and I even uploaded the exact sizes specified by Unity in Player...
View ArticleHow to distinguish Firebase Push Notification received in Background and when...
Hey guys, I integrated Firebase Cloud Messaging to receive Push notifications on Android and iOS. I also integrated Deep Links and can now read the Key Value Pair sent with the notification to open a...
View ArticleOSC and mobile (ios specifically)
I can communicate just fine with OSC from unity to other apps on the same computer or a different computer but I have been unsuccessful trying to get a build of my app running on my iphone to send OSC...
View ArticleAdvice on debugging a blocked main thread only on iOS
I've been developing a little card game as a way to get back into unity and things had been going pretty well when testing in the editor and on macOS and Windows. After a few weeks though I thought I...
View Article