
Unity Localization Integration
Table of Contents 1. Install Localization 2. Localization environment setup 3. Integrate Google Sheets 4. How to use in UGUI 5. How to configure Asset Table 6. Localization customiza...

Table of Contents 1. Install Localization 2. Localization environment setup 3. Integrate Google Sheets 4. How to use in UGUI 5. How to configure Asset Table 6. Localization customiza...

Introduction If in the post Shader Programming we discussed shaders as “programs running on the GPU,” this post delves into the stage where these shaders are executed itself. The rendering pipelin...

About Jenkins Jenkins is a build support tool used across both client and server projects. In Toyverse, both server and client builds/deployments were done through Jenkins. Project ...

Table of Contents 1. Main Symptoms and Analysis 2. Solution Issue: Animator not running in Unity iOS/AOS build including Addressables Main symptoms and analysis This issue occurred...

Table of Contents 1. Main Symptoms and Analysis 2. Solution Fixing issue where xcworkspace is not generated when building Unity iOS project Main symptoms and analysis Main symptom:...

Table of Contents 1. About Unity Build Pipeline 2. AOS Build 3. iOS Build 4. Addressable Build Introduction This means building Unity projects in batchmode through CI/CD tools (Jenk...

Table of Contents 1. How to install fastlane 2. How to install plugins 3. How to configure FastFile Introduction At work, I became responsible for overall iOS/AOS build operations. At fi...

Introduction In game development, how you store and look up data directly affects performance. If you need to query thousands of monster stats by ID, keep an inventory sorted, or display ranking d...

Table of Contents 1. DataSheet Integration Code 2. DataSheet Editor Code 3. How to Find Table ID and Sheet gid Google Sheet Sync Code 1. DataSheet Integration Code You can use ...

Table of Contents Team Structure Project Overview What I Was Responsible For Toyverse Overview Team Structure Development Client Team Server Team De...