python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Rotate and reset object rotation with Mouse Input
I would like to rotate my game object with mouse input but the problem is once I decided to move the mouse in the opposite direction I would like to reset the rotation of GameObject like Quarterion.id...
CakeDisaster
Votes: 0
Answers: 1
C# Unity not displaying Debug.Log() console
I am writing a script that shows a collision between one object and an obstacle. The code runs but does not output within the console. Is there something that I am doing wrong?
using UnityEngine;
pub...
mokah
Votes: 0
Answers: 2
Character in Unity scene walking backwards?
I am currently working on the Flooded Grounds Unity Asset, I'm implementing an Alien NPC, with a script that tells it to follow the player.
The problem that I'm encountering is that the Alien turns hi...
Mazza
Votes: 0
Answers: 1
Camera is revolving when rigidbody attached to player
I am new to game development and trying to build an endless runner game just for my hands-on on Unity3D game development, it was running smoothly before applying jump functionality to the player, here...
Ginnastic
Votes: 0
Answers: 1