6
2014
Sprite RGB Split Shader Test
Tried to make RGB Split Shader (by modifying the default sprite shader) Features: – No render textures (so it works with unity free/indie) – Per object instead as post effect – Offset variables per channel Problems: – 3 shader passes – Red channel is currently […]
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 […]
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
13
2013
Convert old project to 2D physics & Sprites
Started converting this shootemup test into Unity 4.3 2D physics ( old: http://unitycoder.com/blog/2013/09/27/shoot-em-up-proto-unity/ ) Webplayer: (using new 2D physics & sprites, no collider on player yet) http://unitycoder.com/upload/demos/Shmup3_2D/ Some conversion notes so far: SHMUP TO 2D SYSTEM Lets test.. 2D viewport Enabled! Camera: – Setup Camera […]
12
2013
Unity 4.3 Download
Its here! http://unity3d.com/unity/download also, http://unity3d.com/unity/download/archive — Whats New: http://unity3d.com/unity/whats-new/unity-4.3 (release notes) http://blogs.unity3d.com/2013/11/12/releasing-unity-4-3/ http://unity3d.com/unity/whats-new — Get the 2D example also: https://www.assetstore.unity3d.com/#/content/11228 Webplayer of that 2D demo scene: http://unitycoder.com/upload/demos/Unity43_2D/ — Image#1: Sprite editor — Image#2: Monodevelop 4.0.1 —
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, […]
23
2013
Shroud of the Avatar Unity Scene Jam #3
Again didn’t have time to do much.. (spend about 4-6hrs on this). All the assets are free from AssetStore, just made the terrain and placed buildings, forest, added some effects.. Webplayer: https://dl.dropboxusercontent.com/u/227470828/index.html *70mb — Image#2:
29
2013
Pixel Art Editor Plugin (wip)
** New version is being worked on here: http://unitycoder.com/blog/2015/01/13/assetstore-unipix-pixel-art-tool/ Havent find any good pixel graphics editors.. so started making a simple pixel art editor plugin (meant only for maximum 32×32 sized images). (Screenshot showing first test, 16×16 image, 32x zoom, small preview on the right […]
27
2013
Shoot ’em up proto (v2.0)
Shoot ’em up test.. TODO: – *.* Webplayer: http://unitycoder.com/upload/demos/Shmup1/ (v1.0 – 27.09.2013) http://unitycoder.com/upload/demos/Shmup2/ (v2.0 – 17.10.2013)
Recent posts
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
- [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
Recent Comments
- Using RenderDoc with Unity (graphics debugger) on
- UI Scroll View automatic Content height on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- 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