When to use 2D Parametric Drop Shadows In terms of performance: it would be best to add drop shadow to… Read more How to Cheat Cheap 2D Parametric Drop Shadows (Soft / Hard) in Unity

When to use 2D Parametric Drop Shadows In terms of performance: it would be best to add drop shadow to… Read more How to Cheat Cheap 2D Parametric Drop Shadows (Soft / Hard) in Unity
Overview Texture optimization: baking, atlasing & channel packing Textures tend to cause the most common bottleneck in mobile games due… Read more Optimisation Tips: Asset optimisation tools for games
A D&D Character Viewer app made in Unity with the MVVM design pattern, responsive UI design and technical implementation(C#). A… Read more Made with Unity: D&D Character Viewer app and Character Creation Templates (Scriptable Object)
Tool used: Unity (Shadergraph + LWRP) Inspiration: The resurrection teleport scene effect in Gantz: O, Cortana from the Halo game… Read more Shaders Challenge: Teleport Hologram (Gantz O + Cortana Style)
Prerequisites: Minimum Phone Requirements for Google VR Cardboard on an Android phone requires version 4.1 or higher. Before building the project, change the… Read more Typical Unity + Google VR Setup for Android: Player Camera & Spatial Audio
Import the 360-degree video into Unity as an Asset. Create a Video Player by dragging the video asset to the… Read more 360-degree videos and images in Unity
Test Scene using Standard Unity Environment Assets: By moving textures across the surface of an object, interesting fluid effects like… Read more Shader study: Ocean waves using Scrolling textures
Lambert and BlinnPhong struct SurfaceOutput { fixed3 Albedo; // diffuse color fixed3 Normal; // tangent space normal, if written fixed3… Read more Shader Cheat Sheet