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.

Accidentally Building a Blogging Platform
I hadn't written blog posts for a long time and realized I was too dependent on AI. To rebuild my writing habit and think more clearly, I decided to build a writing platform: write.rocks.

Vibe Coding - Rebuilding My Blog from Scratch and Rebranding to khoa.blog
Detailed walkthrough of rebuilding a blog from scratch with vibe coding, from data migration to implementing new features, helping readers understand the personal blog development process.

What Did You Do Today?
A reflection on the value of time and how we use each day. I ask 'What did you do today?' to encourage living fully in the present with the spirit of 'Carpe diem', while reminding us that time is something we understand clearly but cannot control.

What is Gig Economy and Why Developers Should Care
Explaining Gig Economy - the freelance economy where workers own their work without obligations like Uber, Grab, Fiverr. Analyzing this model's growth trend and opportunities for developers to participate by creating gigs, building connection platforms, or developing support tools.