18
2015
[news] Unity opens office in Paris, hires Frostbite developer as director
Saw interesting tweet today: Unity opens new office in Paris, and hires Sébastien Lagarde (senior graphic programmer at DICE/Frostbite and Dontnod) Source: I am proud to announce that Unity will open an office in Paris (France) that I will join as Director of rendering research. […]
15
2015
Terrain Tools Updates [asset store]
Small post about coming Terrain Tools updates (and since its currently in sale at asset store, can grab it at discounted price 🙂 (Also feel free to request new features) Some of the new updates: – Extra tool: Splatmap generator from terrain (for quick testing […]
11
2015
PsychoBombRush [game prototype]
Small game prototype (with 2 player mode), similar to c64 psycho pigs. Play & Download here: (webplayer, pc exe, linux, mac, *webgl version is crashing so not added yet) http://unitycoder-com.itch.io/psychobombrush Website: http://games.unitycoder.com/PsychoBombRush/ — Images:
25
2015
Unity Answers Custom CSS Style
Custom CSS style for new Unity Answers website (using Stylish plugin) Features: – General cleaning up of clutter – Add all line numbers to code – More towards stackoverflow style & fonts – … Before After (using custom style) Custom.css: *still work in […]
22
2015
[LudumDare33] You are the Monster
LudumDare GameJam, Worst theme ever, but gotta try still 🙂 Started couple hours ago, heading towards failure still.. WebGL https://unitycoder.com/upload/demos/LudumDare33/webgl/ Ludum Dare entry: http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=27533 Things learned: > Using multiple cameras with image effects causes problems, all layers will get the effect, even though the Camera […]
8
2015
Ludum Dare Theme Slaughter with keyboard
Quick & dirty GreaseMonkey script (for Firefox) to use Ludum Dare voting page with arrow keys (left = good, right = bad, down = slaughter) Added also TextToSpeech (reads the theme name), commented out by default, see below. This file contains bidirectional Unicode text that […]
29
2015
Loot Caves [prototype]
Small one level prototype, originally made for Edge Game Challange, but was quite unfinished.. Player tries to build bridges (by drawing lines, similar to Crayon Physics) so that the viking gets to the treasure. Website: http://games.unitycoder.com/LootCaves/ *Windows download is available from the links
26
2015
Create Orthographic Screen EdgeColliders2D
Small snippet for adding EdgeCollider2D along screen edges. (for orthographic camera). Add script to empty gameobject (at position 0,0,0). *My camera was at 0,0,-10 This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the […]
6
2015
GiveAway: PolygonCollider2D Optimizer *finished*
Random GiveAway Time! Same rules as before, first 12 persons to post comment below gets a free voucher! PolygonCollider2D Optimizer https://www.assetstore.unity3d.com/en/#!/content/16605 *Its been a while since last update on it, will soon update for Unity5, but also looking for feedback if it needs some other […]
2
2015
Dolly Zoom Effect
http://en.wikipedia.org/wiki/Dolly_zoom This version only works when target is directly at front (towards z), also viewWidth is manually given..(see for formula on that wikipage) Source: (attach to camera) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To […]
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