Digital Leadership & Soft Skills

Free retro-style camera shader for Unity

Published on in GameDev. Tags: , , , , .

Small shader for Unity, which I use in my games for drawing minimap. Add the component script below to GameObject with Camera and assign Material with this shader to it.

Unity Typewriter effect for Text

Published on in GameDev.

Here is pretty simple Unity MonoBehaviour script that can be used to give Text typewriter effect with blinking cursor at the end. In the middle there is commented line that can fix moving when typing if you use Align on Center option.

Unity AI Statemachine example

Published on in GameDev.

It is pretty simple and small realisation of statemachine for artifical intelligence in Unity based on MonoBehaviour Components to be able to set values for States in Inspector window. The Idle.cs is small example of working with Owner and States from inside of State.

Click 2 Hunt on progress to release

Published on in Games.

During last month I was developing brand new game. I never tried developing mobile arcades before. Actually, I think this is big step towards professional gamedev or earning money by gamedev. By the moment I write this article, game is fully working and most of the work is done. There are some issues with design […]