Browsing articles in "Unity3d"
Mar
20
2012

Clouds using Particles

Testing clouds with particles (after seeing this: “Clouds – mr.doob“) If you look at the source, it seems they are using 8000 planes and custom shader (should be easy to port in unity..) Problem with particles is that they start to turn near camera, as […]

Mar
18
2012

Texture Paint with Soft Brush

Now that the Android Basic is free, trying to make a simple multi-finger painter program as a test.. Current features: – Orthographic camera, with full view sized drawing plane (see forum: Creating plane of dynamic sizes) – Special shader that uses that drawing texture as […]

Mar
17
2012

Explosion Lava (?) Shader (test)

Uhm..failed. This was supposed to look like explosion (as in this pdf: GDC2012 Unity+DX11, page 62) well..atleast founded a simple way to create lava textures: http://www.photoshopatoms.com/effects/creating-a-lava-texture-from-scratch/ Its just a highres sphere, with animated vertex extrude shader.. Webplayer: http://unitycoder.com/upload/demos/ExploBallShaderTest1/ Download source: mExploBallScene.unityPackage Images used in the […]

Mar
15
2012

Fake Realtime Shadows With Surface Shader

Yes! After several hours of shader errors, finally got this working, fake realtime shadows using shader (2D) Its using obstacle map texture (see image#2), so thats the 1st downside of it, but still better than nothing.. More info later.. Ideas to try: – Blur the […]

Mar
10
2012

Fake Illumination Based on Object Texture Color

Testing how it would look, if objects “illuminate” light around them (using colored lights), based on texture colors.. Version#1 (info) – On startup, script goes thru target object vertices, triangles, normals, uv’s and creates colored lights – Currently using point lights, should be better with […]

Mar
6
2012

Camera Shaders

yay..took few hours just to get this working: Render a whole camera view with one shader. It should be simple, but the documents wont give any examples: Camera.RenderWithShader Main image is showing vertex-depth-shader seen with camera (its modified version from one of these unity replacement […]

Mar
6
2012

Unity Mobile Basic for free (get it before 8.4.2012)

what..Oo? We are excited to offer #unity3d Mobile Basic for FREE! Download by April 8 to save up to $800! https://store.unity3d.com/  http://twitter.com/#!/unity3d/statuses/176732736445358080 (noo..servers are down..) *edit: got it..hmm..just need free android & ipad now..Oo?

Feb
26
2012

Water Splash Screen Effect shader

Water Splash Screen Effect Distortion Shader (test). (With unity free, you cannot use render to texture, but you could probably do that with screenshot..(?) This example is using just a plane with photo as a texture, should try with the screenshot later.. Background texture: cgtextures […]

Feb
25
2012

Mesh Box Reference : Vertices / Triangles / UV / Normals

Mesh Box Reference Image If you want to build a simple mesh box with scripts in Unity, this kind of image helped me to understand how it works.. Also have a look of the ChunkRender example, how it builds the mesh by adding 4 vertices […]

Feb
25
2012

Camera Panning

Testing camera pan (hold button down, pan view..) Actually the code is 99% from here: Angry Spheres.. Current features: – Pan with left mouse button (would be better with middle..or when holding space down) – This is “global panning” (z is locked), not taking account […]

Pages:«1...38394041424344...49»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.