A small debugging tool to draw the editor scene with replacement shaders. This can be helpful when blocking out a level or finding issues within the scene. Features User presets Shader and parameter configuration Included examples Base color Triplanar grid (lit and unlit) World and object space normals Overdraw UV checker
Category: Assets
TAO – Vertex Animation
The vertex animation package is a solution with the goal of having thousands of units on screen at the same time, each one controlled by its own animation state. Project Details I worked on this project while I was part of the Tech Art Outsource team. This tool was build for project Castle, it’s a… Continue reading TAO – Vertex Animation
TAO – Landscape Material
An interactive landscape material/shader for Unreal Engine 4. Project Details The shader was initially developed during the prototype phase for the game Til Nord. They needed a shader where the vehicle and other objects interact with the snow on the terrain. During development the shader got build into an generic landscape shader that could be… Continue reading TAO – Landscape Material
TAO – Texture Combiner
A tool to quickly combine multiple textures into one. It is available for WebGL and Windows. This tool was made during development of the landscape shader. This shader used packed textures to reduce the amount of samples needed. In order to allow the end-users to quickly create their own packed textures I created this tool.… Continue reading TAO – Texture Combiner
MA_Parallaxing
A tool to setup parallaxing and culling for sprites in Unity.
MA_TextureAtlas
Texture atlas creator tool for Unity.This tool is made to combine textures and/or remap the UV’s for 3D models. The tool can also be used to make 2D sprite sheets. The visual editor gives you the ability to set and prioritize the sizes and positions in the texture atlas/sprite sheet. Project Details By having full… Continue reading MA_TextureAtlas
Unity HoloLens UI Shader
When building for the Microsoft HoloLens there are a lot of new opportunities, challenges and designs when it comes to building a User Interface. But at the moment the field of view is quite limited and you (or at least I) don’t want to ‘cut off’ to many visuals on my screen. By cutting of… Continue reading Unity HoloLens UI Shader
Unity Unlit Terrain Shader
A basic unlit terrain shader for unity, it can handle up to 4 different textures. The shader is made with Shader Sandwich. And here are some screenshots from a Unity terrain with the unlit shader.
5 unique mountain stones
Photoscanned and optimized for games.3 mountain crystals, 1 fossil and 1 green stone 5 Models3 LOD’s4K TexturesPNG Albedo, Specular, Occlusion and Normal maps Additional shader for the stones to make them ‘pop’ a bit more. Made with Shader Sandwich!(ofcourse you can use them without the shader!)
Basic Unity Multiplayer Base Building System
This is a basic unity base building system, I made it to practice with (the new) Unity Unet networking. It generates a UI with some options to build. Also you can’t build where somebody else is building and the buildings are synced to the host so when somebody joins later they will be in the… Continue reading Basic Unity Multiplayer Base Building System