Quantcast
Channel: Latest Questions by chintan_shroff
Browsing all 19 articles
Browse latest View live

How can I make a player controlled sprite move on a fixed path?

I have a pre-defined non-linear path. I want the player to be able to slide the circle using his thumb to move it along the path. So when the circle is on a horizontal part of the path the player can...

View Article



Move along forked itween paths

Hi I have created 2 paths using Itween. Path0 is Vertical and Path1 is horizontal. Path1 intersects Path0 somewhere in the middle. How do I ensure that the gameobject can only move right/left while it...

View Article

AI logic to rotate enemy towards a glove on screen

Here is my AI code void AiRotateTowardsGlove () { _enemyPos = Camera.main.WorldToScreenPoint (this.transform.position); if (GameManager.Instance.gloveSpawned == true) { if (_destReached) { //Find glove...

View Article

Share image from app to facebook

Hi I am creating a coloring book where users can color a drawing and then share it on their facebook wall. I am able to do this with a image URL but I want to do this without uploading the image on any...

View Article

Lerp Camera between 2 moving points on a defined path

Hi all, I have been really struggling with my camera movement and need some help! The whole square rotates clockwise around **Point R** when player presses the Right key The square can be rotated...

View Article


How can I make a player controlled sprite move on a fixed path?

I have a pre-defined non-linear path. I want the player to be able to slide the circle using his thumb to move it along the path. So when the circle is on a horizontal part of the path the player can...

View Article

Move along forked itween paths

Hi I have created 2 paths using Itween. Path0 is Vertical and Path1 is horizontal. Path1 intersects Path0 somewhere in the middle. How do I ensure that the gameobject can only move right/left while it...

View Article

AI logic to rotate enemy towards a glove on screen

Here is my AI code void AiRotateTowardsGlove () { _enemyPos = Camera.main.WorldToScreenPoint (this.transform.position); if (GameManager.Instance.gloveSpawned == true) { if (_destReached) { //Find glove...

View Article


Share image from app to facebook

Hi I am creating a coloring book where users can color a drawing and then share it on their facebook wall. I am able to do this with a image URL but I want to do this without uploading the image on any...

View Article


Lerp Camera between 2 moving points on a defined path

Hi all, I have been really struggling with my camera movement and need some help! The whole square rotates clockwise around **Point R** when player presses the Right key The square can be rotated...

View Article

Cant build because services tab wont load

Hi, I am facing an extremely weird multifold issue. Problem 1: the player setting for android shows the following in the inspector https://imgur.com/YU2748i Problem 2: Services Tab is not loading...

View Article

Leaderboards for Android on Unity

Hi All I am trying to integrate Leaderboards in my Unit Android Game using Google Play Games Services(GPGS). However it seems like GPGS is going to be deprecated from March 2018(Screenshot attached)....

View Article

How can I make a player controlled sprite move on a fixed path?

I have a pre-defined non-linear path. I want the player to be able to slide the circle using his thumb to move it along the path. So when the circle is on a horizontal part of the path the player can...

View Article


Move along forked itween paths

Hi I have created 2 paths using Itween. Path0 is Vertical and Path1 is horizontal. Path1 intersects Path0 somewhere in the middle. How do I ensure that the gameobject can only move right/left while it...

View Article

AI logic to rotate enemy towards a glove on screen

Here is my AI code void AiRotateTowardsGlove () { _enemyPos = Camera.main.WorldToScreenPoint (this.transform.position); if (GameManager.Instance.gloveSpawned == true) { if (_destReached) { //Find glove...

View Article


Share image from app to facebook

Hi I am creating a coloring book where users can color a drawing and then share it on their facebook wall. I am able to do this with a image URL but I want to do this without uploading the image on any...

View Article

Lerp Camera between 2 moving points on a defined path

Hi all, I have been really struggling with my camera movement and need some help! The whole square rotates clockwise around **Point R** when player presses the Right key The square can be rotated...

View Article


Cant build because services tab wont load

Hi, I am facing an extremely weird multifold issue. Problem 1: the player setting for android shows the following in the inspector https://imgur.com/YU2748i Problem 2: Services Tab is not loading...

View Article

Leaderboards for Android on Unity

Hi All I am trying to integrate Leaderboards in my Unit Android Game using Google Play Games Services(GPGS). However it seems like GPGS is going to be deprecated from March 2018(Screenshot attached)....

View Article
Browsing all 19 articles
Browse latest View live




Latest Images