Browsing articles in "Unity3d"
Nov
12
2015

Unity 5.x Cookbook Discount Voucher

Received a special discount coupon from Packt Publishing! 50% discount for Unity 5.x Cookbook (~570 pages, c#) Discount code: UNITYC50 * Valid only from 12th – 26th November 2015 (UK Time) * Extended period: Until 16th Dec 2015 Link: http://bit.ly/1lhSZJO

Nov
12
2015

TerrainToolkit [fork]

Forked the old TerrainToolkit from https://code.google.com/p/unityterraintoolkit/ to github: https://github.com/unitycoder/unityterraintoolkit Fixed some old scripts so that it works in Unity 5.x, still many warnings but at least can use it.. This plugin is useful for simple terrain generation, applying erosion to the terrain and textureing based on heights.

Nov
9
2015

[LeapMotionJam] Happy Little Painter

Quick entry for Leap Motion Jam..  Happy Little Painter 🙂 Download here for PC (*LeapMotion controller is required to play this) http://itch.io/jam/leapmotion3djam/rate/42579 Github link for intructions, reporting bugs or feature requests: https://github.com/unitycoder/HappyLittlePainterLeapMotion Reddit: https://www.reddit.com/r/leapmotion/comments/3s5nlz/happy_little_painter_3djam_leap_painter/

Nov
5
2015

Turreteer [game prototype]

Small test game again, made with free assets from Unity asset store 🙂 ( and freesound.org ) Featuring big explosions (using free Detonator plugin, and ragdoll effect with free Universal ragdoll plugin), Tanks, soldiers, even airplanes can be shot down. Download: (pc exe) http://unitycoder-com.itch.io/theturreteer Website: […]

Nov
4
2015

Leap Motion: Get Finger Position & Direction

Took a while to find info on how to simply get the Leap hand finger positions in unity, here’s cleaned up script to draw rays from fingertips to their pointing direction.   This file contains bidirectional Unicode text that may be interpreted or compiled differently […]

Nov
2
2015

UnitySVG fork

SVG to Bitmap converter. Forked this repository while ago: https://github.com/MrJoy/UnitySVG “UnitySVG is a library for reading SVG files and producing Texture2D objects from them at runtime” Updated few scripts so that it runs in Unity 5.x, there would be still things to fix, but atleast it […]

Oct
23
2015

Monodevelop Scripting API search help

You can assign F1 key as Unity scripting API search in MonoDevelop: – Tools / Options – Key Bindings – First remove F1 key from Help, assign some other key for it like control+F1 – Then assign F1 for the Unity API Reference – Done! […]

Oct
17
2015

Custom Particle System Simulation

Started making Handmade Hero particle system with Unity+c# View source project in Github (still work in progress) https://github.com/unitycoder/CaseyParticlesForUnity   See original HandMadeHero videos here: https://www.youtube.com/watch?v=G6OGKP3MaUI (Handmade Hero Day 155 – Introduction to Particle Systems) https://www.youtube.com/watch?v=HH_iaJairW8 (Handmade Hero Day 156 – Lagrangian vs. Eulerian Simulation) — […]

Oct
13
2015

Playing FullScreen Video in Mobiles

Trying to publish scene to mobiles with MovieTexture? Error will come up: (movie texture is not supported in mobiles) “error CS0246: The type or namespace name `MovieTexture’ could not be found. Are you missing a using directive or an assembly reference?” Solution: Use this free […]

Sep
22
2015

Increase Terrain Detail Draw Distance in Editor

Its quite annoying how the grass fades in editor (since 250 is the maximum view distance in Terrain settings), but you can force the draw distance higher with simple script whichs runs in editor References: http://docs.unity3d.com/ScriptReference/Terrain-detailObjectDistance.html http://docs.unity3d.com/ScriptReference/ExecuteInEditMode.html Sample code: *Note this runs with Update loop […]

Pages:«1...15161718192021...49»

Connect

Twitter View LinkedIn profile Youtube Github Join Discord Twitch Instagram BlueSky

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.