6
2014
Game Cloud [Sponsor of the Month]
Thanks to GAME CLOUD! (Authoritative Cloud Engine for Multi-Player Games with Unity) for being the sponsor the last month 🙂 Go check them out: http://game-cloud.org/ — They have competition running also: “Integrate any Unity game with GCC fast networking” http://game-cloud.org/beaunity.html And their free plan includes […]
31
2014
[Beginner] Instantiate objects at random positions
**This is our first guest post, simple beginners tutorial for spawning (instantiating) objects at random positions: ——————————- ——————————- Hello, my name is Liviu Globa i’m an indie developer, making games for about 4 years in Unity. I would like to show you some tips that […]
28
2014
[Asset Store] Terrain Rotator
Small editor plugin to rotate terrain data (not the actual terrain object, it cannot be rotated). — Asset store: https://assetstore.unity.com/packages/tools/terrain/terrain-rotator-21303?aid=1101lGti — Ideas / Feature requests: – Include terrain scaling tool – Lightmap rotation – Terrain flip/mirrot — Video/Screen capture: (coming later..) — You never need […]
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
20
2014
Unity 4.6 Beta Download
Its here!!1 Download page: http://unity3d.com/unity/beta/4.6 Release notes: http://unity3d.com/unity/beta/4.6/release-notes UI example package: https://oc.unity3d.com/public.php?service=files&t=3df3567b33718c5ffdfe804691ed0e97&download UI Tutorial: http://unity3d.com/learn/tutorials/modules/beginner/ui — What other parts seems to be new: – Create new project window, it displays your asset store assets in the “Import packages” list – — Webplayer: http://unitycoder.com/upload/demos/UnityGUI46_1/ (UI elements) […]
14
2014
[Asset Store] Terrain Tools
I’ve started to update & maintain this Tom’s Terrain Tool’s package (as the original owner is busy and he was looking for someone to continue working on this). It’s basically a tool for using splatmaps (externally generated) to generate terrains inside unity (with trees, roads […]
15
2014
Unity indie: Soft Shadows (Directional Light)
Using Unity Indie, modified directional hard light shadows. Forum thread: – http://forum.unity3d.com/threads/free-directional-light-soft-shadow-unity-indie.257432/ How to: – Download builtin shader: http://unity3d.com/unity/download/archive – copied UnityCG, UnityShaderVariables, HLSLSupport, AutoLight to assets folder – renamed these as: UnityCG2, ​​UnityShaderVariables2, ​​HLSLSupport2​​ – created new shader file (that default diffuse) – […]
15
2014
[Asset Store] Mobile Paint *now free
Simple touch paint program, optimized for mobiles. — Github: https://github.com/unitycoder/UnityMobilePaint Asset Store *Deprecated: https://assetstore.unity.com/packages/tools/integration/mobile-paint-19803?aid=1101lGti Forum thread: http://forum.unity3d.com/threads/released-mobile-paint-with-multi-touch.262645/ — Latest Update: 26/10/2018, this is now free in asset store! Current features: List below is not updated, use Github Issues instead :Â https://github.com/unitycoder/UnityMobilePaint/issues – Optimized pixel drawing – […]
23
2014
Grass Maker for Mesh Terrain (wip)
Trying to make some basic grass/plants generator for mesh terrain.. (not terrain object). (This is part of Mesh Terrain/Splatmap Tool) FEATURES – Editor plugin: Generates grass billboard planes(quads) over mesh surface (using raycast..) – Checks splatmap color, if its over certain threshold, then add grass […]
4
2014
Unity Forums V2 : Custom CSS
New unity forums are quite too messy for me (so much useless info, buttons, links, every font is different size etc..) Had to make custom css (using Stylish firefox plugin) This is not for everybody..personally I use the “New Posts” page everytime, so most modifications […]
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