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 ArticleMove 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 ArticleAI 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 ArticleShare 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 ArticleLerp 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 ArticleCant 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 ArticleLeaderboards 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