Editor Tools (Unity)
Tools I have created to assist in game development.
Screen Capture
Simple screen-capture and recording tool I wrote to facilitate recording game play.
![[ScreenCapTool]](/Data/Games/gif/ScreenCapTool.gif)
[Loading...]
Terrain Generator
Create a variety of terrains and apply textures, all algorithmically. Can be used at run-time. There are several predefined algorithmic terrain types, each with a distinctive look.
![[Terrain Gen Landscapes]](/Data/Games/TerrainGen/Tool-Landscapes.png)
[Loading...]
The procedures used to generate terrain can be called individually through the editor control panel. Procedures are incremental and can be stacked upon each other.
![[Terrain Gen Proceduresl]](/Data/Games/TerrainGen/Tool-Procedures.png)
[Loading...]
Generate automatic terrain texture based on height and blended through several parameters.
![[Terrain Gen Textures]](/Data/Games/TerrainGen/Tool-Textures.png)
[Loading...]