ScreenPoint, ViewPoint, and WorldPoint in Unity3D
Explaining the differences between three point representations in Unity3D: ScreenPoint (pixel-based frame representation), ViewPoint (frame always has height and width of 1), and WorldPoint (coordinates shown through Transform.Position). The purpose of having these three representations is to help developers create flexible cross-platform games across different screen sizes.

Related Posts
Discover more content you might enjoy

The Difference Between Input.GetAxis and Input.GetAxisRaw
A detailed explanation of the difference between two input handling functions in Unity3D: Input.GetAxis and Input.GetAxisRaw, helping readers understand proper usage for different game types.
![How to Use [System.Serializable] in Unity](/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fkhoanguyen1505%2Fimage%2Fupload%2Fv1751210719%2Fkhoa_blog%2FS%25E1%25BB%25AD_d%25E1%25BB%25A5ng_SystemSerializable_trong_unity_nh%25C6%25B0_th%25E1%25BA%25BF_n%25C3%25A0o%2F0ed05238-8734-4b44-995d-953a2fbcff94_374x451.png.jpg&w=828&q=75)
How to Use [System.Serializable] in Unity
A detailed explanation of how to use the [System.Serializable] attribute in Unity to display classes and properties in the Inspector, helping developers easily customize values and manage data in games.

1DevTool: The Developer Cockpit I Built Because I Was Drowning in Windows
I was running Claude Code, Codex, and Gemini CLI in three different terminals, plus VS Code, Chrome, Postman, and TablePlus — just to ship one feature. So I built 1DevTool: one window per project, every AI agent in one place, everything persists.

Server Compass: Why I Built a Desktop App to Turn Any $5 VPS Into My Own PaaS
I was tired of paying $20+/month for Vercel and Railway, but also tired of self-hosted panels eating 2GB of RAM on my $5 VPS. So I built Server Compass — a desktop app that connects to any VPS over SSH and gives you the full power of a managed PaaS, with zero server overhead and one-time pricing.

My Unforgettable Broken Leg Journey and 8 Lessons I Learned
A personal story about breaking my ankle while skimboarding, visiting 4 different hospitals, and the 8 life lessons I learned along the way. If you're healthy, this might help you appreciate your body more. If you're injured, hopefully my experience helps.

Stability in Startups
An analysis of the trade-off between high short-term revenue and low long-term revenue in startups. Comparing two models: a startup with $10k-$20k/month revenue for 4 months versus a startup with $1k/month revenue for 3 years, along with the pros and cons of each model. Also discusses the importance of stability, exit strategy, and building a sustainable business plan for entrepreneurs.