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
manifest.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",
...
}
}
Zero-allocation stats monitor
- Format name of GameObjects
- Enable detailed logging
- Remove MissingComponents
# pull cs files, coffee.internal -> package:
$ ./update.sh pull <package_dir>
# pull cs files, package -> coffee.internal:
$ ./update.sh push <package_dir>
<package_dir>
├─ Editor
│ └─ Internal
│ └─ AssetModification
└─ Runtime
└─ Internal
├─ Extensions
├─ ProjectSettings
└─ Utilities