Quantcast
Browsing all 78 articles
Browse latest View live

Answer by Kerihobo

it does not matter, just learn one of the software and get good with it. the results will be your own doing, not the software's.

View Article


Answer by Kerihobo

you may be able to do it this way: http://docs.unity3d.com/Documentation/Components/class-Projector.html use a texture that matches the type of specular you want, now you just need to find a way to...

View Article


Answer by Kerihobo

im not sure the GameObject.Find is needed, unless this is going on to an object that isn't music switch. Just try guiTexture.texture = whatever; that should refer to the guiTexture component upon the...

View Article

Answer by Kerihobo

you could also remove the part where you change the audio clip and just use audio.PlayOneShot(gravel[Random.Range(0,gravel.length)]); 2 lines. just fyi

View Article

Answer by Kerihobo

if you have a characterController component, you can use controller.move(moveDirection * Time.deltaTime); where moveDirection is a variable you declared storing a vector3. (X, Y, Z) <--- 3 vectors....

View Article


Answer by Kerihobo

I am GUESSING... I havnt tested this, sue me if it doesn't work. currentSide.GetComponent().UpdateTexture(0); could probably be: BlockScript blockscript = YourGameObject.GetComponent(); After that you...

View Article

Answer by Kerihobo

hey cheers for reply, I did a bit more investigation and unfortunately I wasn't able to find a solution for the problem in Maya, but I did find a solution in Unity. You can tell unity to either import...

View Article

Answer by Kerihobo

I had the same problem, it worked for me but it seems to only work if i first check .isplaying or !.isplaying first, and then inside that block i use .Play or .Stop

View Article


Answer by Kerihobo

I would be worried that when I ever get stuck in Boo, there would be limited assistance available for me. tonnes of JS/C# ppl to grab knowledge from.

View Article


Answer by Kerihobo

http://aidtech-game.com/double-tap-button-unity3d/#.VOPjffmUd8E

View Article

Answer by Kerihobo

http://aidtech-game.com/double-tap-button-unity3d/#.VOPjffmUd8E

View Article

Answer by Kerihobo

http://aidtech-game.com/double-tap-button-unity3d/#.VOPjffmUd8E

View Article

Answer by Kerihobo

Does your NPC have an animation component? I think it needs one if you're using animation.play or .crossfade. It must have those animations attached to it.

View Article


Answer by Kerihobo

fafase, you got it. So I suppose I should have guessed, but it wasn't entirely obvious to me at first, indeed it seems that LayoutGroup components override the properties of RectTransform in order to...

View Article

Answer by Kerihobo

say you are trying to access a class called "MyClass", and that class has a variable: public int myInt; Well, if this class exists in your project folders somewhere, then that means engine can access...

View Article


Answer by Kerihobo

ok i gave that game a go, and really i think you would want to use a better method to be honest, it doesnt look very good. Anyway, to achieve the same effect, I would send a ray from the centre of...

View Article

Answer by Kerihobo

This has happened to me as well. I was actually just about to hit Ctrl+S and then BAM... it wiped out my scene! my entire hierachy, gone! I watched all objects disappear before my eyes! The worst part...

View Article


Answer by Kerihobo

![alt text][1] [1]: /storage/temp/42058-capture.png

View Article

Answer by Kerihobo

it's important that your script is allowed to inherit from monobehaviour which is a base class in the UnityEngine namespace. to inherit from monobehaviour, your script must at least look like the...

View Article

Answer by Kerihobo

i dont get it.... it looks like it should work... something else not in this script could be wrong. So it doesn't throw any errors? try resetting your rigidbody component in the inspector. or try...

View Article
Browsing all 78 articles
Browse latest View live