Top "Unityscript" questions

DO NOT use this tag to describe Unity scripts which are written in C#! UnityScript is a separate language and should be used only on questions explicitly using that language.

Merging two different texture into one in unity3d

i am trying to merge two textures into one in unity the first texture is from a webcamTexture the second …

c# unity3d unityscript
Unity - Gameobject look at mouse

I've ran into a problem. The basic setup I have right now, two objects: my camera, and my player object. …

c# unity3d unityscript
How to get contact points from a trigger?

I'm in a situation where I need a 2d sensor that will not collide but will also give me contact …

c# unity3d unityscript
Change Animator Controller by Script

I have 2 Controllers may 1-ControllerBLUE.controller (Default) 2-ControllerRED.controller How can I change the controller from script I tried: var …

animation unity3d unityscript unity3d-2dtools
how can create touch screen android scroll in unity3d?

I want to create an Android game with Unity3d. This game has an upgrade list with a touchable scroll. …

android unity3d unityscript
Unity3d progress bar

I am developing a game using unity3D and I need help making a progress time bar such that on …

c# unity3d unityscript unity3d-gui
Using shader for Camera render in Unity

I've written a shader and it works fine when I added it in a plane located in front of camera (…

unity3d rendering shader unityscript
Unity3d load sprite from Textures folder

I have around 200 sprites (jpg pictures) in Assets>Textures>Pictures, and I have GameObject with <SpriteRenderer>. …

unity3d sprite unityscript
How to record the screen in Unity and make output as a file

Is there any method, such as coding or using a free asset to make screen recording function in my game. …

c# unity3d unityscript everyplay
Load material from assets in Unity

In my Assets folder I have a folder named Material where I stored all the needed materials, One of the …

unity3d assets unityscript