Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi
Tags
How to Pass Message in Unity3D b/w LAN Server Only & LAN Client on Different Scenes
Hi, I want to pass message back and forth on client and server which are on different scenes, how can I do that in Unity?**
Following is my Scenario:-
I have 5 scenes-
1. BaseScene (2) OfflineScene (3) O...
Unity 3D: Idle check direction
Basically I have created a 2d rpg click to move game on unity. My problem is that my player isn't facing the right direction once it has reached it's position, for example please take a look at this video: Unity problem 2 - YouTube[^...
How do I stop the flickering that occurs when the character stops moving?
I followed this tutorial on youtube: Unity3D. Top-down 8 directions movement - YouTube[^]. It took me a while but I've almost converted from movement by arrows to mouse touch . but now I have this problem, there's flickering that occ...
Error while building Unity3D Android Game := Plugins colliding with each other
when I build the game in Unity3D , it makes error :"plugins colliding with each other"
I am using Facebook SDK and Playfab.com SDK
Found plugins with same names and
architectures,
Assets/Plugins/Android/libs/android-support-v4.jar...
How can I get a decimal number in text field?
Currently I am using this code:
InputAmount = System.Int32.Parse(GameObject.FindGameObjectsWithTag("Amount")[0].GetComponent().text);
Declare with float but how can I get a decimal number from the text field? Because I am doing a calculator...
GetAxis
Hi all im working on a game 2d , i want to make a space game on 2d and i all most did it but the problem is on axis it wont work :( so i need help here is my script in C#
public float speed = 10;
void Update()
{
float transl...
waitforseconds() method not work not working
I wrote my codes right and based on the codes in (Unity docs)
but still not working , not waiting , any help !
IEnumerator wait(float waitTime)
{
Debug.Log("Wait"); // write this successfully
yield return new WaitForSecon...
rotate gameObjects around another gameObject
I have 19 circles in a big circle , I need to write this algorithm
"in case of clicking on a centralized circle (the around circles rotate around it)"
not only rotating (about the around circles - the circle should equal/assigned to it`s fo...
assigning image to a sprite renderer
I want to assign image to a sprite renderer
but its not single image , its one from the cut images using sprite editor
add team and charcater select to multiplayer Game using "MultiLan V3.0"
I am trying to develop multiplayer games with Unity3D and I use a plugin "MultiLAN V0.3" and I must add the functionality of the team and the character choose for my study project and I am very a hurry by time, I would be very grateful f...