A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Right, so the thing I was missing was "vertex:vert" in the #pragma part. And for some reason I need to multiply v.vertex.y with 10? Thank you...
Thank you. I think I'm getting close but I still can't get it to work. This is what I have so far: Shader "Custom/AnimatedWireframe" {...
Thank you very much for answering. That's very helpful. 1. The gradient is not currently running up the model. It is using the UV map. I was...
Hi I have model in unity with an albedo color texture. I also have a wireframe texture which is basically just another texture that looks like a...
Does anybody know what the reason is for dropping IMVU support?
Do not completly agree with this. On sites like kickstarter and this forum you will find lots of people passionate about making games. Problem is,...
Thanks for the replies. Glad to hear it wont affect ios, and that people can't get their goods without watching the ads. Is ads good or bad? That...
Hi all A lot of focus has recently been giving to the Unity Ad system and how you can monetize games from that. New ad blocking systems are...
Same problem.
I had the same problem +no code hinting. Solved it like this: http://forum.unity3d.com/threads/211646-Monodevelop-4-no-code-hinting
OK. Got it working. But this must be a bug. I preferences the external script editor was already set to use monodevelop (the only version of...
Hi After installing the new 4.3 update including monodevelop 4. I don't get any code hinting for unity classes/functions. I get code hinting...
Hey Does something like flartoolkit exist for Unity? I can see several examples of combining unity and flash. But I would like it with out...
Hi I have this: var fireRate : float = 0.5; private var nextFire : float = 0.0; function Start () { } function Update () { if...
Hi I have two questions. 1. Is it possible to make a cloth object from any object? Or only default primitives? Meaning, could I make a model in...
Hi all, Just getting into unity. I'm learning how to do buttons. :) The normal way to create a button seems to be: if...
Hi I have a character with a script attached (third person controller). This gives the character a capsule collider. I am supposed to move...
Thanks for the quick answers. 1. This was not to start a for/against flash discussion. Being a Flash developer for the last decade I know all...
Hi Forum First of all, hello to everybody here. I've just started on Unity3D. I am totally newb. Although I have several years OOP...