# Coffee.Internal **Repository Path**: wuwuhb/Coffee.Internal ## Basic Information - **Project Name**: Coffee.Internal - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-15 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🛠 Coffee.Internal **NOTE: This repository is for development purposes only.** This repository contains internal classes and utilities for development. Used in development and demos for the following packages: - https://github.com/mob-sakai/ParticleEffectForUGUI - https://github.com/mob-sakai/SoftMaskForUGUI - https://github.com/mob-sakai/CompositeCanvasRenderer - https://github.com/mob-sakai/UIEffect - https://github.com/mob-sakai/UIPostProcessing ## Install Development Tools `manifest.json` ```json { "dependencies": { "com.coffee.nano-monitor": "https://github.com/mob-sakai/Coffee.Internal.git?path=Packages/NanoMonitor", "com.coffee.development": "https://github.com/mob-sakai/Coffee.Internal.git?path=Packages/Development", "com.coffee.open-sesame": "https://github.com/mob-sakai/Coffee.Internal.git?path=Packages/OpenSesame", "com.coffee.minimal-resource": "https://github.com/mob-sakai/Coffee.Internal.git?path=Packages/MinimalResource", "com.coffee.symbolic-linker": "https://github.com/mob-sakai/Coffee.Internal.git?path=Packages/SymbolicLinker", ... } } ``` ### Nano Monitor Zero-allocation stats monitor Nano Monitor ### Open Sesame ### Minimal Resource ### Development - Format name of GameObjects - Enable detailed logging - Remove MissingComponents ## Pull/Push Development Sources ```sh # pull cs files, coffee.internal -> package: $ ./update.sh pull # pull cs files, package -> coffee.internal: $ ./update.sh push ``` ``` ├─ Editor │ └─ Internal │ └─ AssetModification └─ Runtime └─ Internal ├─ Extensions ├─ ProjectSettings └─ Utilities ```