Top "Unity3d" questions

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

Using new Unity VideoPlayer and VideoClip API to play video

MovieTexture is finally deprecated after Unity 5.6.0b1 release and new API that plays video on both Desktop and Mobile devices …

c# unity3d unity5
How can I find child gameobject?

I want to say somethings like.. Gameobject.find(child gameobject of specific parent Gameobject) Can anyone help me. thanks!

unity3d gameobject
How to pass data between scenes in Unity

How can I pass score value from one scene to another? I've tried the following: Scene one: void Start () { score = 0; …

c# unity3d
Unity3D and Android Studio Integration

Anyone know integrate Android with Unity Studio? (i will explain) I created a simple scene in Unity (4.3.x on OSX …

java android xml unity3d android-studio
Can I program in C# on a Mac?

I want to learn C# for Unity and my personal computer is a MacBook Air. Can I program in C# …

c# macos unity3d pc
Add gameobject dynamically to scene in Unity3d

I am creating a scene in which I want to show list of offers. In order to show the offer, …

c# unity3d gameobject ngui
Best way to save data in Unity game

I was wondering... What's the best way to save data in Unity games. JSONs? If so, how? Thanks

json unity3d persistence unity5 saving-data
Unity game manager. Script works only one time

I'm making simple game manager. I have a script, which will be accessible from all scenes in the game. And …

c# unity3d
How can I look through my camera in the Scene view in Unity?

Without going to game view. Is this even possible?

unity3d
How to make game object transparent in unity

In my game I want to make the player object transparent for 2 seconds by scripting at run time if the …

unity3d unityscript