Top "Unity5" 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
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
How can I change the default particle in Unity 3D?

Say I want to create a field of objects using Unity's particle system, except I want to use my own …

c# unity3d unity5 particle-system
thread priority security exception make sure the apk is signed

I am trying to build my project in oculus gear vr using unity5 , but when I deploy my app I …

android unity3d oculus unity5 gear-vr
How do I sync non-player GameObject properties in UNet/Unity5?

I'm working on and learning some basics of Unity 5, UNET, and networking. I made a simple 3D game where you …

c# unity3d multiplayer unity5 unity-networking
What is a .meta file and why does Unity create them for all of my assets?

For example, I might have Script.cs, but I would also have Script.cs.meta, or a folder named Sprites …

file unity5 meta
Clone/duplicate an existing GameObject and its children

Is there a C# way in Unity to duplicate an existing GameObject and all of its children? In my case, …

c# unity3d copy unity5 gameobject
Real time C# websockets client to use with Unity3D?

I'm building a Unity3D client in C# for a multiplayer game that I made. The server is written in …

c# unity3d websocket unity5 websocket-sharp
Retrieve all Animator States and set them manually in code

I've stumbled upon something I never imagined to be a problem but... it is. I am writing a visualiazion/simulation …

c# unity3d unity5 unity3d-mecanim
Difference between sprite and texture?

Can you please explain the difference between texture and sprite? When we zoom in a sprite, it appears blurry because …

image unity3d textures sprite unity5