Questions tagged [ios]
iOS is an operating system for mobile devices created by Apple Inc. It runs on the iPhone, iPad, and iPod touch.
702 questions
0 votes
1 answer
72 views
Where is UnityFramework.framework located in unity xcode exported Project
I want to use Unity as a library for iOS platform. I exported the build from Unity for iOS. But I am unable to locate UnityFrmework.Framework. Is there any step i am missing? Unity Docs states that: ...
0 votes
1 answer
82 views
Consistency of accelerometer controls between devices
I'm thinking of making a game where using the phone accelerometer, the player would apply an appropriate force (adding velocity) to a Box2D body. Now, I know technically how to implement that, but I ...
2 votes
1 answer
4k views
Xcode Build Failure: Unity Framework Error -> Undefined Symbol (IL2CPP Related)
I've been building Unity iOS projects to iOS devices for years and I've rarely had issues with errors in Xcode. This is probably because I rarely change anything in the Xcode project and just use ...
0 votes
1 answer
114 views
Apple Watch Intermediary Script with Unity or Remake Game in Xcode?
there. I had a question that I keep finding dead ends to. Is it possible to create a Unity iOS project that has the ability to talk to a WatchOS app? I know that there's no current way to build it ...
0 votes
0 answers
119 views
How to adjust resolution to display only in portrait mode for both phones and tablet devices?
I am facing an issue where I'm able to adjust the resolution for different phones like Android and iOS but not for tablet devices. Is there any way to set it, for all kinds of devices, to display only ...
0 votes
1 answer
71 views
Grouping "touching" nodes of the same color together
I am trying to make a very simple game that allows the user to tap on any "block" in the scene and "pop" it. If the block is blue and touching another blue block then both blocks ...
1 vote
0 answers
254 views
Very high energy impact and frame drops on iOS
I have created a mobile 3D game and now I am running it on an iOS device. It works well and runs at about about 25 fps. But after a while, about 2-3 minutes, it drops to 15 - 18 frames per second. My ...
0 votes
0 answers
38 views
Does Unity iOS build process have a signature?
I'm interested in the detailed process that happens when Unity Editor builds iOS at this step: - Xcode project is generated by Unity with all the required libraries, precompiled .NET code, and ...