PinnedTable of ContentsAll about my game developing journey. How To Git in Unity Part 1: Installation Part 2: Creating remote Part 3: Fixing issue of branch main Part 4: Branches switching & merging Part 5: Recovering from branch log Game Dev Series- 2D Space Shooter Game: Basic function of Unity Part 1: Unity Installation & interface intro Part 2: Make an Efficient Layout Part 3: Variables in Unity …Game Development5 min read
Jun 26The Amazing Virtual Camera- Game Dev Series 170Objective: quick introduce of virtual camera from Cinemachine. Virtual camera is the main function of Cinemachine. It require a “brain” in the existing camera to be controlled/received order from virtual camera, which makes virtual camera is more like a camera setting recorder. In this article, I would go through some…Unity3 min read
Jun 24What is Cinemachine and Timeline?- Game Dev Series 169Objective: quick introduce Cinemachine and Timeline from Unity. When playing AAA games including storytelling element, cutscene is quite big matter to present the whole story. To present a good cutscene, you might need to reanimated the story clip outside the game engine for a professional presentation of animation. There are…Unity3 min read
Jun 23Creating A Beautiful Level in Unity- Game Dev Series 168Objective: completely creating a beautiful game level from scratch in Unity. This article would be a conclusion of creating 3D level in Unity completely. …Unity5 min read
Jun 14Why are Screen Space Reflections Unique?- Game Dev Series 167Objective: using screen space reflection in HDRP to get an “actual” reflection. Besides lighting adjustment, object reflection is also a key point in 3D game. There is a default reflection option called “Reflection Probe”. …Unity3 min read
Jun 12The Amazing Power of Light Probes- Game Dev Series 166Objective: feeling the power of light probes group in HDRP. We have had introduced (or said quick peek) of light probes group in the section of creating 3D game scene for the first time. It is quite unique and handy tool in Unity that allows you to create a gorgeous…Tutorial4 min read
Jun 7Using Cookies to Create Realistic Lighting- Game Dev Series 165Objective: make the realistic of your lighting to a higher level with cookie. Cookie, not just a dessert, or log records in your web browser, but a nice texture of lighting to make your game scene more like a real world.Unity3 min read
Jun 6Control Your Lighting in Unity Using Light Layers- Game Dev Series 164Objective: using light layers to create an efficient light using in game scene. Since last article we created fog in game scene, the best way to improve the atmosphere is adding some light. I’ve add some light in it but its too much to a simple game scene, especially when…Unity3 min read
Jun 5Optimizing Fog in HDRP- Game Dev Series 163Objective: make the fog in HDRP looks more high quality. Fog can be a key effect to improve your game scene, especially creating some scene with theme like cyberpunk, medieval, or horror. …Unity2 min read
Jun 2Using Layered Lit to mix Texture Maps- Game Dev Series 162Objective: using the powerful texture tool of HDRP to create mixed texture. Another awesome tool with HDRP to create an immersive texture is Layered Lit. It can help you combining 2 to 4 different texture and mixed them by using mask layer. Here is how to create it. Create Layered Lit Let’s prepare…Unity3 min read