Top "Unity3d" questions

Unity is a cross-platform game engine by Unity Technologies.

How to set the font size of text in Unity?

How can I make the size of the font in a label larger? I used this function to display the …

unity3d unityscript
Unity3D for iOS and Android: Multiplayer (Bluetooth Connection)

i'm looking for a way to connect two devices using Bluetooth in Unity iOS and Android Basic for Multiplayer-Gaming. I …

android ios bluetooth unity3d p2p
Can you recomment a better IDE for Unity C# coding?

The current version of Unity uses the old MonoDevelop 2.8 which is very primitive. Not only that it cannot register compile …

ide unity3d monodevelop
Using .NET 4.5 code in Unity 5

I am working on a game using Unity3D version 5. The game should use strict business rules already programmed in …

c# .net unity3d mono
Rotation in Unity3D

This is a simplified code from what I'm trying to do: var angle = 1.57; if ( this.transform.rotation.y > angle ){ …

rotation transform unity3d euler-angles
How to import 3D scene (.obj file with .mtl file)

I bought a 3D Model of a room. The model is in the .obj format. Now, I'm trying to import …

unity3d import fbx
Display live camera feed in Unity

I have a question regarding Unity. I hope this hasn't been answered before. I want to connect a Camera (like …

c# unity3d unityscript
Exporting and running Unity3D project to Android Studio

I want to get logs from Unity Application when its running on Android phone. For this I have to export …

java android android-studio unity3d
Unable to build In unity : "UnityEditor.BuildPlayerWindow+BuildMethodException:"

The project runs just fine but I am unable to build it using build settings. Here's the error message: UnityEditor.…

unity3d build-error
GameObject.FindObjectOfType<>() vs GetComponent<>()

I have been following several tutorial series and have seen these two used in very similar ways, and was hoping …

c# unity3d gameobject