New Indie game Tappy Cricket Lite just launched

Proud to announce my new indie game Tappy Cricket Lite just launched for android platform in Google Play Store. This is a special launch for the India vs Pakistan match today.

Here is the simple game play video from the android device.

This game was developed using unity5.3 and also to try unity latest services. From Analytics to InApp and Ads, now all are integrated to unity5.3 itself. Just made more easy.

Have Fun Cricketting !!!

Dash -Twisty Circle game play video #2

Here is the new game play video for the Dash -Twisty Circle game, a simple game which challenges your brain activity and reflex. Happy gaming


Dash(Tap) on your screen to move along the twisty wheels. 
Arrows will spin on the colorful circles, Tap at the correct angle to start moving the twisty arrow from current to the next circle. Game is running at an optimal speed, which will give you a challenge for your brain and reflex.

- Absorbing gameplay
- Brain reflex game created to improve focus
- Challenging yet easy game control : TAP
- Cool looking flat graphics to play for long hours
- Endless fun for hours, just enjoy your reflex
- Leader board
- Achievements
- Infinite game no levels to worry about

Download from : Android Store

Tagged under : #indiegame #indiegamedev #indiedev #paruthidotexe #Twisty #brain

Dash -Twisty Circle game play video

Here is the new game play video for the Dash -Twisty Circles game, a simple game which challenges your brain activity and reflex. Happy gaming




Download from : Android Store

Tagged under : #indiegame #indiegamedev #indiedev #paruthidotexe #Twisty #brain

Dash - Twisty Circle innovative indie game

Happy to announce my release of my next game Dash - Twisty Circle in my Indie game dev journey.
We had made this game using libgdx. I hope you enjoy this game.

Dash(Tap) on your screen to move along the twisty wheels.
Arrows will spin on the colorful circles, Tap at the correct angle to start moving the twisty arrow from current to the next circle. Game is running at an optimal speed, which will give you a challenge for your brain and reflex.
- Absorbing gameplay
- Brain reflex game created to improve focus
- Challenging yet easy game control : TAP
- Cool looking flat graphics to play for long hours
- Endless fun for hours, just enjoy your reflex
- Leader board
- Achievements
- Infinite game no levels to worry about


Unity Error : Animation not working with camera in android

When i am working on my new game "Tappy Cricket" in Unity 5.3.2f1, i faced the following error. Every animation works fine in editor, When taking a build it will not show in the camera inside the android.
When i tap the ball rotates in clock wise or counter clockwise. So i thought instead of writing a code to rotate it is optimized to do it in  a frame based animation using Animator component.

Questions : 
Why i am not seeing my animated object in Android?
Animation works well in Editor but not in working in Android build?

Answer:
Open the Animation Window [ctrl + 6]
Select the Object which have the Animator.
Now it shows the animations for the game object selected.
For each animation,
1 > do a right click on rotation property
2 > Select Interpolation
3> Select Quaternion

Take the build again it will fix this rotation animation issue for you Android.


#unity5tutorials.com #unityerrors