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.
Hello Everyone! I am new to shader programming. I am trying to create a vertex shader which looks metallic/specular. I found this shader by...
Ok, After banging my head on this problem for like two and half hours I finally came up with this solution. I am writing this down and adding an...
Hello everyone, I guess I am stuck at this. I am trying to find a point (unknown) which is on a line and whose vector is perpendicular to...
Thank you very much!!!. It's working as expected. :)
Bump
Hello Again.. Can anyone tell me how do I completely remove the main mesh and only render outlines with this shader? :)
Ok fixed it by replacing Blend SrcAlpha OneMinusSrcAlpha to Blend DstAlpha OneMinusDstAlpha in Second Pass :)
Hello everyone, I am trying to create an outline shader where outline is also controlled by an alpha cut off variable. Below is my code:...
^ This works...!!! :) It took a little time for me to get that Regex will return true in isMatch() even if only a single or two characters...
Ok so I am new to regular expressions. I am trying to create input validations where you can only put arrow keys first letters separated by hyphen...
Thanks a lot. Now it's working as expected :)
No I used this command from my system gcc. How do I set up android NDKs gcc? I also tried executing sh file but it didn't created compiled...
Above is full source code of NativeCode.c file. There are other three files along with .c file and it's content. Android.mk: include...
Hello all, So I was checking out unity's native plugin documentations. I am trying to call a C function from c# code by my c plugin. I downloaded...
Random.Range is fine. Here is different approach though. public int getRandomDiceNumber () { int DiceNumber =...
Ok so I guess I kinda didn't made it that way but sure from next time I 'll charge per hour. May be 20-25$ / hour. ? May be little bit more. How...
Well, Here people just don't work on hourly rates. I didn't even receive any upfront payment for this, But I want to know what to expect since I...
Hello everyone, I am Unity 3D developer since 2015 with a day job as game developer but I wanted to pull some extra income So I did some...
Thanks a lot for this. Works like a charm :)
I am recording only 15 seconds of video still getting 3 to 4 mb size of the video. I tried using function Everyplay.SetLowMemoryDevice (true);...