29
2012
Unity 4 : DirectX11
Adding some tests or notes here.. How to enable DirectX11 in Unity 4? – Edit / Settings / Graphic device… Unity Directx11 Examples (from Aras/Unity) – https://dl.dropbox.com/u/1119248/DX11Examples-4.0.0b7.zip — Testing those examples ^ Image#2: Yay, 1.000.000 instances with dx11 (its still 6-7fps.. :).. could be useful […]
22
2012
Unity 4.0 Download Beta
This link was in the forums (but I guess you need the upgrade licence to make it work? Or does it allow to install as a trial?) http://unity3d.com/unity/beta/download *** Take backups of your projects before opening them on that *** Check upgrade guide also: http://unity3d.com/unity/beta/notes […]
19
2012
Unlimited 2D Perlin Caves
Never-ending Perlin Noise 2D caves. Quick test version, you can move around.. (see also version/image#2 below) Todo/ideas: – Movement too fast – Fog of War? – Destructable walls? (Problem: How to save them? If you go back to same direction, map is generated on the […]
16
2012
Foggy Skydome + Sun – Shader
SkyDome mesh with special shader: Foggy Sun With Gradient Sky (sun direction based on directional light) Currently its bit too bright/foggy.. (this shader converted to unity from NVidia dx11 resources) Features v1.0 – Adjustable sky texture (not used in the webplayer, just colors. See image […]
14
2012
Shadow Volumes with Unity Indie
Thanks to this comment, I founded out that you can use GL in unity indie. That means, shadow volumes script from unitycommunity works on free unity also! (on 4.0, those commands should work on the free version anyways..) Download Source: ShadowVolumesExample.unityPackage
13
2012
Simple Sniper Scope View
Easy fullscreen sniper view, with just few lines of code..1 line actually! (test image is using some random sniper texture..) Can be easily animated with effects (using shader).. Added Zoom while in sniper mode (by adjusting the FOV) Webplayer: http://unitycoder.com/upload/demos/fake_sniper_view_unity/ Download source: FakeSniperView.unityPackage
12
2012
Sea Surface Water Shader
New test for a sea surface shader.. still some problems there.. (based on this webgl water) Webplayer: http://unitycoder.com/upload/demos/seashader2/ Download source: later..
11
2012
Fake Dynamic Tree Shadows
Tree shadows are created for terrain trees in Startup(), with adjustable strength, shadow shape, shadow color etc. (unity indie) Ideas/Todo: – Animated shadow? (based on terrain wind settings or just random..?) – Different shadows for different trees (Get treesize, type..) – Angled shadows (currently its […]
9
2012
Real Fake Clouds 3D
Real Fake Dynamic 3D Clouds..its pretty much the same as previous cloud test, except that this one is in 3D. If the clouds are low enough, they can hide mountains inside them too (its just too transparent right now..see image #2) Features: – Clouds are […]
9
2012
Underwater test
Wanted to make underwater caustics effects with projector, but it failed / doesnt work yet.. Its still missing the animated caustics, water surface is not animated, small bokeh planktons and all that.. no time to finish it now, just got a new idea for 3D […]
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on