24
2015
Mesh Melt shader test
Quick test for melting mesh effect using vertex extrusion shader Gif anim preview: http://pasteboard.co/1QARh81p.gif Forum topic: http://forum.unity3d.com/threads/has-anyone-ever-written-a-mesh-melter.311135/ Info: – C# Script adjusts mesh vertex colors, based on the distance to heat point gameobject – Then shader pushes(extrudes) vertices based on that vertex color (alpha) – […]
24
2015
Lemmings Proto
Briefly saw small part of from this 2D Platformer stream http://www.twitch.tv/jessefreeman/b/639195407 And tested the platform AI for a lemmings style of game. (*platform end turning is currently disabled on this, as they need to fall from edges) TODO: – Add toolbar – Add stopper lemmings […]
17
2015
Island Scene Test
<Click to view full size Now that rendertextures are free, time to add (almost) all image effects to the camera.. 🙂 Trying to build small island scene, using only free materials.. TODO: – Better terrain – Better water – Better sand material – FPS Controller […]
11
2015
PointEffector2D
Unity5 comes with new PointEffector2D How to use it? – Add sprite to scene – Add CircleCollider2D (or some other 2D collider) – Enable: [x] Trigger *Note: Effector works without trigger enabled also, but only when other object is touching the collider. – Enable [x] […]
10
2015
Testing Nodify2 Visual Scripting
Briefly tested out Nodify2 visual scripting plugin (its free). Tried to make small flappy bird style game, did have few problems: – How to make “if” statements ? (wanted to wrap the walls for endless game) – Rigidbody2D was missing from Unity nodes, just duplicated […]
9
2015
Error: Android SDK is outdated
Got this error message on building .apk: “Android SDK is outdated SDK Build Tools version 19.1 < 21” And in the console: “Error building Player: CommandInvokationFailure: Unable to update the SDK. Please run the SDK Manager manually to make sure you have the latest set […]
8
2015
Pixel grass with rounded edges effect
(click image to view) related forum topic for inspiration: http://forum.unity3d.com/threads/round-edges-of-pixel-art.308402/ steps: 🙂 – Use cutout shader (and have the texture filter mode as bilinear – its already that by default)
3
2015
Unity Special Event #GDC2015 *Unity5 Free*
http://unity3d.com/get-unity — Images: *Click to view
2
2015
Space Gem Road [Android Game]
Small test game, endless runner, single tap control. Check out the nice bouncing text effect in start screen 😀 Google Play (Android, free) https://play.google.com/store/apps/details?id=com.unitycoder.SpaceGemRoad Website: http://games.unitycoder.com/SpaceGemRoad/ — Game view:
1
2015
[Game] Igor Pakker
Small test game for pc / webplayer. You goal is to “pack” as many characters as you can inside the screen, without overlapping. It is a remake from old games factory version of the game, 100% same map & collisions (only added better highscores). Main […]
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