| bio | website | |
|---|---|---|
| location | Mumbai, India | |
| age | 25 | |
| visits | member for | 2 years, 4 months |
| seen | Dec 9 '12 at 11:30 | |
| stats | profile views | 19 |
|
Apr 17 |
comment |
How to expose game data in the game without a singelton? Or you can create a new core data project and just copy the code from the app delegate and the xcoremodel or something into your project, I think thats the easiest way to go about it for you. |
|
Mar 26 |
comment |
Why are textures always square powers of two? What if they aren't? @Byte56 I think he means 2^n x 2^n texture, where n varies from 1 to infinite. (Not really infinite.) |
|
Mar 1 |
comment |
Making filled circles in cocos2d Set the tint color of the image, that should take care of it. |
|
Feb 27 |
comment |
Cocos2d — Check if place is free before moving (all objects) hey @JackStone Did you try out the code with the changes that i made in my answer. |
|
Feb 27 |
comment |
Making filled circles in cocos2d Sorry for the late reply, but @bummzack is right, using a sprite is simple and will be fasted due to cocos2d texture cache. |
|
Feb 22 |
comment |
Transfer my UDK 2 project to UDK 3? was it available to inde developers |
|
Feb 22 |
comment |
Transfer my UDK 2 project to UDK 3? did you try to open one in udk3 by yourself or not? |
|
Feb 21 |
comment |
Transfer my UDK 2 project to UDK 3? The question is about whether you can open the project created in previous versions of UDK in the current Version or not, and the answer is yes as you need to make the code changes to make it compatible with the latest version of unreal script. |
|
Feb 16 |
comment |
Making an object swing from one rope to another Yeah I too feel that the developer should have given some imfo on how approached this idea. |
|
Feb 10 |
comment |
Get Final output from UDK So what is ur real question. Coz in the link that you have given in above comment talks about "Tutorials – UE3 A simple UDK Game". If there is anything that you have learnt different there would u like to share it |
|
Feb 8 |
comment |
Get Final output from UDK I think you need to get license for your game or something and then it will be converted into a usual pc game. |
|
Feb 3 |
comment |
To move the object (sprite) in all direction with constant speed in touch direction and to follow the touch path First of all you need to clearly mention what is wrong with what you have tried. Show us some code. Secondly try to rephrase your question to make it readable. Leave a line between your sentences. Third read your question 3 times before posting it. You will quickly find the solution to your problem if you know it clearly. |
|
Feb 2 |
comment |
Unity + NativeToolkit + OpenGL ES 1.1 in native view iOS It means that the problem is definitely not caused due to some leaked objects from my experience. It would be better if you can use instruments to track down your crashes. If your code crashes does it gave you any error logm if yes then paste it here, but if not then can you leave a comment. |
|
Feb 2 |
comment |
How can I get into opensource game development? I really dont like the words "bad ones first", you get experience from your work good or bad. |
|
Feb 2 |
comment |
Unity + NativeToolkit + OpenGL ES 1.1 in native view iOS May be your crashes are due to some leaked objects or some other problems in the code. Cause you can use 1.1 and 2.0 in the same view. |
|
Feb 2 |
comment |
CGPointMake in Respect to other UIImageViews is your mainsprite a sprite. |
|
Feb 2 |
comment |
3D architecture app for Android or iPhone Do you mean that you want to export the created model from iphone and android and then use it some where else or you just want to take snap of it when done or anything other than these 2. |