unityscript
How to match different text fields which are located in two different UnityScript files?
I am going to create two pages. In one page I create a textfield and a button. In text field I am going to write something. After click it on the button the next page will appear. I can move page from[详细]
2023-04-05 16:54 分类:问答SWFObject like setup for Unity
Is there a SWFObject type setup for embedding Unity content and having a fallback HTML content (with a link to install th开发者_Go百科e plugin)?[详细]
2023-03-29 01:01 分类:问答open and play a scene in Unity3d
I have done a project with many scenes in Unity3D. In the first scene there are buttons, each of them will play a scene when clicked.[详细]
2023-03-22 03:43 分类:问答For each string in Array
Just as the name says, I want that for each certain name in an array a value is added to a int. For example: if there are 3 strings of the same name in the array, then 3 times 50 will be added to th[详细]
2023-03-14 22:49 分类:问答Skip add to array
I know that with continue you can skip certain parts of scripts, but is there a way to do the same thing with an array? I want that every object is stored in an array, but not the object(which also ha[详细]
2023-02-28 01:26 分类:问答How to get MouseScroll Input?
I am trying to make a simple weapon change in Unity3D. The best way to do this is with the mouse Scroll wheel as far as i can see.[详细]
2023-02-25 05:39 分类:问答iOS not loading next level
I\'m aware that having a large initial level in Unity causes the iPhone/iPad to shut down the app before it is done loading. The solution, I thought, would be a loading level that yields for 1 or 2 fr[详细]
2023-02-25 02:03 分类:问答Magnitude Position
There is an cube wich scales with the distance.magnitude between the player and the enemy. I want to set this Scaling Cube in the middle between the hero and the enemy. So is it possible to use the ma[详细]
2023-02-21 21:59 分类:问答Transform GameObject
I am trying to make an Object move to a Cube wich is stored in an Array. The Array is filled with gameObjects with a tag.[详细]
2023-02-21 09:48 分类:问答Choose empty spot on x and z axis
If I want to spawn objects a开发者_如何学运维round a target, do I have to use the magnitude command like:[详细]
2023-02-13 23:02 分类:问答