Quantcast
Channel: Latest Questions by haiderInUnity
Browsing all 26 articles
Browse latest View live
↧

How to detect Tap on object

Here is my code. PROBLEM IS IN COMMENTS IN CODE void Update () { int i = 0; while (i < Input.touchCount) { if (Input.GetTouch(i).phase == TouchPhase.Began) { Ray ray =...

View Article


How To avoid random spawn to spawn at previously spawned object position so...

This code randomly spawns objects and then destroy them after some wait. what I want to do is to make sure the random spawned object is not spawned at previously spawned object such as it spawns above...

View Article


Shooting Projectiles With controlling attackSpeed

Hi I Have two Scripts ProjectileMotion and FSMArcherTower. I will brief you on how it works then ill tell you the problem. I Have attached both scripts to this tower and it shoots a projectile. Right...

View Article

How to move objects randomly spawned to other random locations

Hi i have a script which spawns objects randomly outside the viewport. Now i want the objects spawned on the right side to start moving to a random position on the left side of the outside of viewport....

View Article

How to move player once per swipe

Hi the SwipeDetection script im using for detecting swipes works perfect. In this script I have an enum Swipe with all the states. I set the swipeDirection variable of type Swipe to the state...

View Article


Flood Fill algorithm implementation in C# problem

Hi i am trying to implement flood fill algorithm version 3 from Wiki [here][1] and I cant seem to get it right. I have a main method called flood fill and another helper method to get the game Object...

View Article

How to delete rows in a flood fill game

Hi i want to delete rows that get filled by one color in a flood fill game. The problem is that when i delete a row it gives me the null object reference error. the error occurs since the node in...

View Article

find highest (max y value) connected point in 2d grid

Hi i want to find the highest connected point in a 2d grid.For example in this image the player (White circle) needs to be at the top pink position circled by black line. How should i go about doing...

View Article


operator == is not working every time to find if a list contains item in...

Hi i am trying to see if one list contains any item from another list by this code for (int j = 0; j < spawnedCoins.Count; j++) { for (int i = 0; i < connectedTiles.Count; i++) { if...

View Article


Normal map not showing correctly on 2d sprite

Hi I have a simple circle sprite and a normal map made for it. When i add the normal map material i get something strange. it adds weird hexagonal shape behind the circle where as both the sprite and...

View Article

Particle system fine in Editor but Wrong in android build

Hi i have a particle system that works in editor but when i build and run on android it gets very small. im using standard shader because i need to change the color of the material in runtime. The...

View Article

Share screen and text on social media

Hi I have this code that works on one of my game but on the other game the picture is not being taken but the text is there. when i try to send it on for example watsapp then error occours saying...

View Article

How to detect Tap on object

Here is my code. PROBLEM IS IN COMMENTS IN CODE void Update () { int i = 0; while (i < Input.touchCount) { if (Input.GetTouch(i).phase == TouchPhase.Began) { Ray ray =...

View Article


How To avoid random spawn to spawn at previously spawned object position so...

This code randomly spawns objects and then destroy them after some wait. what I want to do is to make sure the random spawned object is not spawned at previously spawned object such as it spawns above...

View Article

Shooting Projectiles With controlling attackSpeed

Hi I Have two Scripts ProjectileMotion and FSMArcherTower. I will brief you on how it works then ill tell you the problem. I Have attached both scripts to this tower and it shoots a projectile. Right...

View Article


How to move objects randomly spawned to other random locations

Hi i have a script which spawns objects randomly outside the viewport. Now i want the objects spawned on the right side to start moving to a random position on the left side of the outside of viewport....

View Article

How to move player once per swipe

Hi the SwipeDetection script im using for detecting swipes works perfect. In this script I have an enum Swipe with all the states. I set the swipeDirection variable of type Swipe to the state...

View Article


Flood Fill algorithm implementation in C# problem

Hi i am trying to implement flood fill algorithm version 3 from Wiki [here][1] and I cant seem to get it right. I have a main method called flood fill and another helper method to get the game Object...

View Article

How to delete rows in a flood fill game

Hi i want to delete rows that get filled by one color in a flood fill game. The problem is that when i delete a row it gives me the null object reference error. the error occurs since the node in...

View Article

operator == is not working every time to find if a list contains item in...

Hi i am trying to see if one list contains any item from another list by this code for (int j = 0; j < spawnedCoins.Count; j++) { for (int i = 0; i < connectedTiles.Count; i++) { if...

View Article
Browsing all 26 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>