
UI 프레임워크에 대한 고찰 (수정중)
목차 팀 구분 프로젝트 전반 내가 담당 했던 것들 Toyverse 개요 UI 프레임 워크에 대한 잡설 항상 모든 프로젝트들이 그러하듯 초반에 제작되는 UI 프레임워크에 따라 전체적인 개발 방향이나 업무 분담과 효율이 정해진다. 프로젝트의 기획적 의도와 UI 구조를 복잡하게 가져가는지 아닌지에 따라 천차만별로 달라지는게...

목차 팀 구분 프로젝트 전반 내가 담당 했던 것들 Toyverse 개요 UI 프레임 워크에 대한 잡설 항상 모든 프로젝트들이 그러하듯 초반에 제작되는 UI 프레임워크에 따라 전체적인 개발 방향이나 업무 분담과 효율이 정해진다. 프로젝트의 기획적 의도와 UI 구조를 복잡하게 가져가는지 아닌지에 따라 천차만별로 달라지는게...

Debugging a TestFlight App with macOS Instruments During normal iOS development, we usually debug by building in this flow: Unity project build -> Xcode project build -> install direct...

This blog is also built on Jekyll and published through GitHub posts. My development environment recently changed from Windows to Mac, so I had to set up a new environment on my MacBook: inst...

Table of Contents 1. gradle build failed error 2. type initializer error 3. Android app bundle size warning 1. Gradle build failed error Error logs encountered: Picked up JAVA_TOOL_OPTIO...

Table of Contents 1. Animator Override Controller overview 2. How to use Animator Override Controller 3. How to control Animator Override Controller by script 4. How to control Animation Event ...

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:...