Questions tagged [iphone]
The iPhone smartphone designed by Apple Inc. The first iPhone was introduced on January 9, 2007. The iPhone runs on the iOS platform and can download and install applications from the iTunes app store.
347 questions
0 votes
0 answers
172 views
Huge framerate drops in an empty scene - what is going on?
I would really appreciate you guys helping me out with a baffling problem I am experiencing. I have a near-empty scene. It has one object, i.e., a ball bouncing in it, targeting 60FPS. I am deploying ...
0 votes
0 answers
176 views
Shader works in Editor but not on iPhone
I am using the next script for a painting asset found on this website. As you render the faces of your mesh in the uv space of the mesh, you are reconstruction the islands one triangle at the time. ...
0 votes
0 answers
329 views
libGDX/HTML5 game sounds doesn't work on iPhone
I have a libGDX/HTML5 project that works well on desktop browsers, but on mobile browsers it has problems. I can have some sounds on Android browsers (not perfect) but on iPhone browsers it doesn't ...
3 votes
1 answer
4k views
How to add the iPhone X screen dimensions to the mix of different iPhone screen sizes
Generally for Unity I design all my artwork in Illustrator. So I start off with 1440x1920 (for portrait games) and outline a red frame of 1080x1920. So everything that fits well within the 1080x1920 ...
10 votes
2 answers
7k views
Why are the app analytics for iTunes Connect so wrong?
I've developed a mobile game and have it listed both at Google Play and the Apple App Store. The install stats from Google Play are very close to my own stats, but the stats iTunes Connect shows are ...
1 vote
1 answer
499 views
Handheld video playback pauses when going to the home screen
Put an MP4 movie in your StreamingAssets folder and play it with ...
0 votes
1 answer
324 views
WiFi Game Controller Protocol
I'm wanting to use mobile devices to control a game. I'd like to use an industry standard protocol for wifi game controllers rather than roll my own, but have been unable to find any standard. Does ...
2 votes
0 answers
190 views
Render triangles without index buffer in Opengl ES [closed]
I'm reversing a 3d model format from a famous game (not sure if i should mention it), which is released both for windows (app store) and for Iphone and android. The weird thing is that while the ...