iOS native sharing script
Can anyone tell me how I can change this script so that when the button is clicked I can share it via iOS sharing options by pulling an image from the streamingassets folder? Currently the button is...
View ArticleIL2CPP Build error Unity 5.3.1p4
I've been running into this error during IOS building. IL2CPP Universal Architecture Stripping Enabled Exception: /Applications/Unity/Unity.app/Contents/Frameworks/il2cpp/build/il2cpp.exe did not run...
View ArticleCan't call GameCenter in my Unity game for iOS
Hello! I'm trying to integrate Game Center into my Unity 5 project and facings troubles. It seems that authentification is OK when the game starts on iOS device, a notification appears, but leaderboard...
View Articlemobile shader broke in iOS 9 - fully transparent pixels rendering as black
I have a shader that works fine on Android and fine on iOS prior to iOS 9. On iOS 9, the fully transparent pixels render as black instead. It also works fine in the Editor. I'm using Unity 5.2.2p4....
View ArticleHow to check if ipad has a physical (bluetooth) keyboard connected?
Is there some sort of API available that will let me check if there's a keyboard (bluetooth or wired(?)) connected to the ipad? I figured out a hacky way to do it by activating an inputfield and then...
View ArticleHow to build on the iOS device with armv7s architecture ?
Hi everyone, I would like to ask if there anyone could build unity project on the iOS device with ARMv7s architecture ? I go to **Build Settings > Player Setting> Other Settings >...
View Articleunityでabcファイルを使用してスマホアプリ開発をするには?
unityでabcファイル(キャッシュファイル)を使用する機会があり、 『AlembicImporter』というプラグインを使用いたしました。 https://github.com/unity3d-jp/AlembicImporter unity上にてキャッシュモデルを読み込み、アニメーションの再生はできたのですが...
View ArticleXcode can't open my project
I built an application on a windows machine and then generated the Xcode project and import it to a MAC, but when I try to open it I get this error "Project cannot be opened because the project file...
View ArticleHow to build / try game on IOS?
For android, I just dragged the APK file on to my phone through USB. Then installed it. What is the equivalent process for IOS? I have the huge build folder (and either a mac and windows machine to...
View ArticleUnity Cloud Build. How to set ENABLE_BITCODE for iOS?
My project was building fine until today on Unity Cloud build. Not sure what changed. I'm using Unity 5.1.3f and the cloud project is set to using "Latest version of Xcode". 16097: [xcode] ld:...
View ArticleTurn on/off iOS device's screen via script?
Hi, is there a way to turn on/off an iOS devices' screen via c# script? What I want to do is to turn the screen off when it is not in use(for example the device is placed on a surface), but keep the...
View ArticleDisplay Game Center photo in iOS game
I want to display **Game Center** photo during game play. I have already written code that authenticate player and its working fine. Now I want to access image of game center account. Please give me...
View ArticleHow to stop the camera moving up and down with the player when following them?
I would like to get my camera to follow the player like in this video: https://www.youtube.com/watch?v=6ZjHXcAI4RA, and not 'drop' as the player drops, and go up when the player goes up, like it does...
View ArticleDo our company need a Facebook business account for integrating our unity game?
I'm integrating facebook leaderboard in our companies unity game.When creating facebook app do we need a business account for facebook. My project manager keep saying we need a facebook business...
View ArticleDoes the data that is automatically collected by projects created with Unity...
We are working on an educational iOS application using Unity Personal Edition that will target the 9 to 11 age group, so I need to comply with COPPA. The application will not utilize any analytics or...
View ArticleHow to create iPhone 3D effect in unity game
Hi there I like the iPhone 3D effect on the main screen and would like to know how to do it all if anyone can help it would be great
View ArticleiOS: Lightmaps are blocky (point mode?)
Testing a build on iOS and am noticing the light maps are blocky, as if the light map texture is set to point mode. In the Editor, the filter mode is set to bilinear and look fine. For in-game...
View Article[iOS] AssetBundle.LoadFromMemoryAsync leak memory?
Hi guys, here's the thing, we occurring memory leak on iOS (pointed by XCode monitor tool, screenshot attached) after each cycle of: //lets assume that bundleData contains binary data of asset bundle,...
View ArticleDetect swipe up gesture IOS
I know that there is a way to detect the swipe up gesture, but how do I detect a swipe up gesture. I don't care how long the swipe up gesture is, I just want to do an if statement like this: public...
View ArticleObjects with looping animation disappear in IOS build.
Running on a MacBook Pro Unity version 5.3.2f1 XCode version 7.2 (7C68) Hi, I am having an issue where I have an animation applied to a coin making it rotate. The coin that is rotating is a child...
View Article