6
2014
Cave scene test
Just a quick cave scene test during few coffee breaks.. its only using unity primitives, 1 cloth and couple substance materials (+image effects on the pro version) Webplayer (with pro effects) http://unitycoder.com/upload/demos/CaveScene/ (~1mb) Without image effects (unity indie) With pro Image Effects (unity pro) […]
25
2014
Connected Worlds [LudumDare30]
Small test game for Ludum Dare 30 (jam). Use mouse draw connecttion from the left planet to the right side. Play the game here: http://www.ludumdare.com/compo/ludum-dare-30/?action=preview&uid=27533
27
2014
Ice Fishing Mystery [Ludum Dare 29]
My ‘entry’ for Ludum Dare 29 theme: “Beneath the Surface”..oO? (Not So Fun fact: Used my 4.x Unity trial for this one..have been saving it since 4.0) Play it here: http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=27533 Credits: – Image : Purchased from Dreamstime stock photos – Sound effects : https://www.freesound.org/people/audible-edge/sounds/69512/ […]
10
2014
Shadow Casting 2D
Another fake shadow test.. (similar to the old raycast version, but should work with Physics2D). *This is currently abandoned.. See also: http://unitycoder.com/blog/2014/10/12/2d-visibility-shadow-for-unity-indie/ Info: – Testing PseudoAngle to sort object positions Todo: – Take shadow caster PolygonCollider2D vertices, check which one are visible to play – […]
9
2014
Explosion Heatwave Distortion (unity indie)
Fullscreen heat/explosion distortion effect shader+script [View animated gif] Info: – No rendertextures used, works with unity indie, (but slower of course) – Could be possible to have multiple heatwaves on screen.. (not tested yet) – In the webplayer its bit slow moving, too strong effect […]
4
2014
Animated Fake Sprite Shadows (shader)
Interesting fake shadow effect for sprites, using modified sprite shader.. Features: – Works with animated sprites – Works without pro – Could be used as fake reflection also? – more info later.. Webplayer: http://unitycoder.com/upload/demos/FakeSpriteShadowShader/
28
2014
Ray-traced Fake Soft Shadows (Shader)
Mooore fake shadows testing! (based on direct3D shaders) Info: – Works with unity indie/free! – Just a shader with sphere intersect function (so it basically only works with spheres..) – Point light & sphere positions are sent to the shader – Each sphere requires invidual […]
7
2014
Unity Multipurpose Avatar – Shooter Test
Someone had to do it.. – Copied dying animation from the old Mecanim demo, adjusted few settings for it on importer (same as the UMA idle animation, except no looping) – Added Die boolean to Animator, if its true, dying animation is played.. – Added […]
15
2013
LudumDare28 : You Only Get One
LudumDare28 jam entry: 1FUEL – posted under JAM category..since its using external music library and screenshake code from unity answers forum) – time spend: ~6hrs (tried 2 other ideas first, but those didnt work out) http://www.ludumdare.com/compo/ludum-dare-28/?action=preview&uid=27533
3
2013
MiniLudumDare46 : Shark Jam
Well..at least something 🙂 Time spend: ~5-7hrs Game entry page: http://www.ludumdare.com/compo/minild-46/?action=preview&uid=27533 Credits: sounds: http://www.freesound.org shark model: http://cg.tutsplus.com/series/create-a-realistic-shark-in-3d-studio-max some graphics: http://graphicburger.com — Other versions, cancelled / failed: Version#1: Shark Attack, you would had controlled shark and eaten people floating on the sea.. — Version#2: Falling Shark, […]
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