3
2014
River Mesh Generator
Testing river mesh generation, idea is from forum topic: http://forum.unity3d.com/threads/225561-Is-there-any-way-to-have-a-river-flow-without-flow-maps?p=1502875 Webplayer: http://unitycoder.com/upload/demos/RiverMeshMakerUnity/ Features: – Start point, length, width, segment length, adjustable x-position (middle of the river), in the screenshot using Mathf.Cos(#) – Each piece/segment has UV (0,0 to 1,1) so can scroll the texture to […]
1
2014
Get Custom Properties from 3dsMax FBX model
Maybe not from the fbx file itself (?), but each object can have custom properties, and Unity can read them on import. Exporting FBX from 3ds Max with Custom Properties – Right click on the object – Select Object Properties – Type custom properties to […]
28
2013
TerraVol + Photon Networking
Had to test it, how it would work if connect TerraVol with Photon.. Surprisingly it only took few clicks! Webplayer demo: coming later Notes – Import/Open TerraVol project (needs to be purchased from assetstore) – Import Photon networking http://u3d.as/content/exit-games/photon-unity-networking-free/2ey – Setup photon (follow instructions, mainly […]
11
2013
Scorched Earth Terrain (wip)
This is another thing that i’ve always wanted to try in Unity, Scorched Earth deformable collapsing terrain (youtube link). Ideas: 1 – Using SetPixels() with texture would most likely be easiest, just slow on bigger resolutions (but no need high resolution for this anyways?) 2 […]
22
2013
Unity 4.2!
*Unity 4.2 splash image (took few tries to catch it with printscreen..Oo) Download: http://unity3d.com/unity/download/archive Whats new: http://unity3d.com/unity/whats-new/unity-4.2 Most interesting on first look (for me at least) – Free Basic licenses – Free directional light shadows (one directional light only; hard shadows only) – Shuriken: Collision […]
7
2013
Basic Illumination Model C#
Converted this script to unity: Basic Illumination Model by andalmeida. Problems / info: – Converted most of the values to floats.. because Mathf.Max() didnt like doubles.. i guess could had made some extension to it.. (maybe thats why there are some artifacts) – Specularity didnt […]
15
2013
RAIN{indie} AI: Simple Waypoints Tutorial (1)
Made a small tutorial pdf while testing RAIN{indie} AI system. (its free and works with unity indie!) Going to try to implement it on the perlin dungeons later and have to try rest of the features too (like navmesh). Goal of the tutorial was to […]
16
2012
Fake Blur Ideas for Unity Indie
Lets say we have a single colored mesh like in the image above and we want to blur it (with unity indie..).. Ideas to try: Glow effect shader? (no glow in indie..but can have something similar, doesnt work with planes yet..) Take screenshot of the […]
6
2012
Radial Blur Shader
Using the same godrays shader, you get nice radial blur effect for images. This one is also modified to use objectUV, instead of screenUV, so you can rotate the plane around.. Webplayer: http://unitycoder.com/upload/demos/Radial_Blur_shader_unity/ *webplayer broken in current unity webplayer version? Shader source:
21
2011
Conversations with Apple Support :)
So I was trying to access one apple developer link the other day, but the link didnt work. I reported it to the support, which then replied: I am following up with you regarding your issue accessing Link. Please be advised that we recommend using […]
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