- Home /
Unity Time and Timing-Different from Iphone Time and Timing??
So I have a spawner in my game and it has a spawning speed and the spawn items have a travel speed. All which increase as the game goes on. ex. the longer the game the faster things are spawned...the faster the spawn the faster they move allowing for seemless gameplay. But the problem is occuring that on Unity it works perfectly fine, but on the Iphone the spawn is slower...while the things that are spawned speed seems to be perfectly fine. If you know anything all help will be appreciated.
thanks
Answer by Eric5h5 · Nov 08, 2010 at 05:08 PM
There are no time differences between devices (unless you take your iPhone on a trip at 99% of the speed of light, in which case it will appear to run much slower compared to Earth-bound devices from their point of view), so probably your code is framerate-dependent somehow.
hey so I did have it set by framerate..the problem is for some reason when I do it by time it is not working the same between devices..unless u have some advice directly for that..I will inform u more later
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Vector3 and power 1 Answer
EXTREMELY basic button question. 2 Answers
Play streaming video. Unity for Iphone 1 Answer
best way for a user to pick a date in unity for iphone 1 Answer