Global web icon
stackoverflow.com
https://stackoverflow.com/questions/tagged/unity-g…
Newest 'unity-game-engine' Questions - Stack Overflow
In Unity, I have an idea for a simple game where, if a child object collides with an object tagged "wall" and presses the W button, the parent object moves towards the collided object. ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/76725422/unity…
Unity Hub "Install failed: Validation failed" message whenever I try to ...
The issue is that then when I try to connect Unity to Visual Studio Code, it doesn't fully connect and features like IntelliSense don't work. I suspect this is because I didn't install from Unity Hub and the IDE isn't fully recognizing my Unity install.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/46592813/unity…
import - Unity materials appear broken - Stack Overflow
I've recently imported a Unity project that references .fbx file. When I imported the project (which was created by another user) all surfaces are pink. Having looked at all the materials the fol...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/2624604/using-…
Using generics in Unity ... InvalidCastException - Stack Overflow
Using generics in Unity ... InvalidCastException Asked 14 years, 11 months ago Modified 13 years, 7 months ago Viewed 926 times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/25930919/acces…
unity game engine - Accessing a variable from another script C# - Stack ...
I have even read everything in unity website but I still can’t do it. I know how to access another object but not another variable. This is the situation : I’m in script B and I want to access the variable X from script A. The variable X is boolean. Can you help me ? Btw i need to update X ’s value costantly in script B , how do I do that ?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/30056471/how-t…
How to make the script wait/sleep in a simple way in unity
There are many ways to wait in Unity. They are really simple but I think it's worth covering most ways to do it: 1.With a coroutine and WaitForSeconds. This is by far the simplest way. Put all the code that you need to wait for some time in a coroutine function then you can wait with WaitForSeconds. Note that in coroutine function, you call the function with StartCoroutine(yourFunction ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/45978873/unity…
Unity - How to stop Play Mode in case of infinite loop?
Actually I wasn´t able to do anything else with Unity until I restarted it. My question is, does anyone know how to stop the Play Mode in Unity gracefully? Is there any shortcut or some lines of code to force a timeout? Extra Note: I have been looking for a solution to this issue for a while, unfortunately without success.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/62857655/unity…
Unity - converting a Quaternion to a Vector3 - Stack Overflow
Unity - converting a Quaternion to a Vector3 Asked 5 years, 4 months ago Modified 5 years, 4 months ago Viewed 18k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/75284691/wasd-…
WASD Movement in Unity 3D - Stack Overflow
Hello again my friends. I am trying to make a 3D game in Unity in which I am trying to move my character with simple WASD keys. However, it is successful only from one direction. From the opposite
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/38559419/unity…
Unity UI button not reacting to clicks or hovering
30 I'm using Unity 3D's new UI system to build a pause menu for my game. Currently I'm trying to have my buttons respond to mouse clicks. Some of my hierarchy is as follows: When I click on one of my buttons in-game nothing happens, this includes a lack of button animation that should occur when hovering.