socket.io Architecture Building a Real-time Game Character Selection System using Socket.io Today I will show you how to build a validation for character selection, which enables us to see characters selected by other players on our device in real-time.
Redis Architecture Improving the Latency in a Redis-backed Leaderboard Service This is an overview of a techniques to reduce latency between a Redis server and the App server in a distributed system using OpenResty and Lua.
3D Blender Unity Designing a Low Poly Animated Water Fountain in Blender and Unity A step-by-step tutorial to design an animated water fountain using Blender, and animating the water in Unity.
Illustrator Design Morphing a Textured Design to a Curved Shape in Adobe Illustrator Using the custom artwork brush in Illustrator, a simple shape can be morphed to any given curve.
Unity Engineering Troubleshooting a Broken Collider in Unity What could have gone wrong when the colliders don't seem to work? Here are some of the mistakes to avoid.
Unity Engineering Creating a Sprite from Camera View in Unity A simple guide to creating a Sprite from the Camera view using RenderTexture and Texture2D in Unity.