All Posts
- Published on
This is an article on how to create a grid shader using Unity's shader graph. This video uses the Universal Render Pipeline (URP), you can use HDRP or any other render pipeline you prefer.- Published on
This is a simple explanation of what you should and shouldn't do to start a Youtube channel and get over 1000 subscribers.- Published on
In this blog post, I'll share with you the game genres that are most likely to be successful for an individual game developer (Indie GameDev).- Published on
Vroid Studio is very useful, isn't it? In this article, I will show you how to import a 3D model made by Vroid into your tracking software and capture it with OBS Studio to join a Zoom meeting.- Published on
[Unity, string] Introduces how to convert a string into numbers, get the length, break a line, search for the corresponding character 'IndexOf', extract a part of a string 'Substring', split a string 'Split', delete a part of a string 'Remove', replace a part of a string 'Replace', and convert a string into uppercase and lowercase 'ToUpper/ToLower'.