
Personal Projects
I've been working on Unity for 3 years, mainly on creative gameplay mechanics. Besides working on projects developed for Oculus Quest and Apple Vision Pro glasses, I have created different mechanics & shaders in my free time.

01
Character Controller
I created third person character controller using state machine design pattern. To do so, I also used cinemachine, new input system as well as animator and blend tree.
Github: https://github.com/ereneker/Unity-Character-Controller
02
Cel Shader (Toon Shader)
I created Cel Shader in Unity using Unity Shader Graph.


03
Dissolve Shader
I created Dissolve Shadedr in Unity using Shader Graph. Project works in HDRP settings.
04
Disintegrate (Dissolve)
I created disintegration effect with dissolve shader and particle. This dissolve shader created in URP settings in Unity. It takes texture maps for PBR mapping.


05
Hologram Shader
This project contains a collection of hologram shaders. Shaders created in Unity using Shader Graph.
Project works in URP settings.
Github: https://github.com/ereneker/HologramShader
Itch.io: https://ereneker.itch.io/hologram-shaders-for-unity-urp
06
Rhythm-Based Beat Tracking Mechanic
This project has been created to be able to trigger FMOD events. Mainly created to trigger events based on beats and markers. Also listening to DSP channels, changes can be made on all affects in sounds and musics via scripting.


07
Fluid Shader
This project contains a fluid shader created for Unity URP settings. It contains wobble effect via seperate script.