User:Tenebrous
From Unify Community Wiki
Hi.
Surprisingly, I'm "Tenebrous" in the Unity IRC channel.
I made this: http://www.kongregate.com/games/TenebrousP/accelerator
My contributions
- Project_Folders - List of 'special' folders in the Project window
- Bresenham3D (C#) - 3D Bresenham line algorithm that you can use with a foreach(...)
- TextureSampler (C#) - A version of Texture2D.GetPixelBilinear which you can use in other threads
- MakeQuad (C#) - A really simple script to make a 4-vertex 2-triangle 'plane'
- Folder_Paths_Win_Mac - A list of what System.Environment.GetFolderPath( ... ) returns on Win/Mac