Tagged Questions
3
votes
1answer
151 views
How do I set up in-app purchasing in iOS?
I am using Unity and I developing an app for iOS. How do I implement in-app purchases that work world-wide?
3
votes
3answers
545 views
Where and how to check if game was developed with bought Unity3D licence (not cracked app)?
We hired an external team from Eastern country. They built our mobile game app using Unity3d which we paid a lot of $K. We asked them to only use the software with bought license, not cracked one, and ...
2
votes
2answers
176 views
In Unity, can I load a local (/Resources folder) website to safari on an ipad
In Unity, can I load a local (/Resources folder) website to safari on an ipad?
This works fine on a Mac, opening up a wepage from my Resources folder.
string path = ...
0
votes
0answers
204 views
Unity3D: collider performances on mobile iOS devices
I'm experimenting with Unity3D and colliders. Unfortunately I still don't have Unity Pro version and I can't use the profiler.
Consider the following situation:
mobile devices (ios, iphone 3GS).
an ...
0
votes
0answers
11 views
Show 3d object on device live camera in Unity3d for iOS [duplicate]
Possible Duplicate:
How to add render able Texture in Unity 3d for iOS
How render a 3d or 2d(.jpg or .png )object at device live camera in Unity3d, and this 3d object shouldn't stuck with ...
0
votes
0answers
143 views
How to add render able Texture in Unity 3d for iOS
I want to render an image on texture which should be stuck at one point, not stuck with Camera. I don't know how to accomplish this task because I started unity a week ago but I want to do this task ...
3
votes
1answer
818 views
How to move gameobject with touch on Android
I'm trying to make a game where you control a character via touch on Android devices.
The player will have two degrees of movement.
When you touch the touch screen and move your finger, the game ...
0
votes
0answers
65 views
Touch responsiveness on iPod
0 down vote favorite
I wrote a simple code that makes an object follow moursor or touch input and works so fast and responsive on editor but when I deploy it on my iPod, it has a slight delay. If you ...
1
vote
1answer
80 views
Unity3d generating a file in iOS and saving it on a linux machine
I've done a little research and don't know if the following is possible.
At the moment I have created a small application in Unity that generates an XML file. This file will be used to help set up ...
1
vote
1answer
171 views
Unity3d import file on iOS device
im trying to figure out how to recall an external file in runtime on iOS device. I've already tried using Application.data+"/Raw/MY_FILE", with Application.streamingAssetsPath+"/MY_FILE", and with ...
2
votes
3answers
1k views
Parse/Write JSON with Unity iOS
anybody know a tutorial or maybe can help me to develop a parser/reader for JSON compatible with Unity iOS pro? I've already tried different third part libraries but without luck (i've tried json.net, ...
3
votes
1answer
567 views
How to make a iOS plugin for Unity3d
I've passed last 2 days reading articles and book for understand how can i make a plugin for iOS in Unity. Basically i need just a demo for understand how it work. For now i've tried to make this ...
-2
votes
1answer
196 views
How to develop a water fluid dynamics application? [closed]
I want to develop a Fluid Water Application on IOS which I can drop some colors and mix them. In which framework I can get more support? Which one is better?
3
votes
1answer
287 views
Xcode workspace with Unity3D as a sub-project?
Let's say we're developing a 2D game with Cocos2d-iPhone and UIKit and CoreAnimation. But we're also considering leveraging the 3D capabilities of Unity 3D.
Is it possible that we add the ...
0
votes
1answer
99 views
Help figuring out how to build for the iOS Unit3D
So currently I'm exporting my game strictly for testing to the iOS (iPad.)
I don't own a Mac, so I'm having my client make a build from his Mac, but that means I need very specific instructions for ...