baking-type-component
CommunityKeep intermediate baking data out of runtime
Software Engineering#unity#baker#dots baking#ecs components#staging data#baking system#runtime isolation
AuthordyCuong03
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Baking pipelines often need to carry intermediate, transformation-specific data from Bakers to baking systems, but that data should not appear in the final runtime world.
Core Features & Use Cases
- Baking-only staging components: Use a
[BakingType]-annotated component or buffer element so it exists only during baking, letting baking systems read it safely. - Clean runtime output: Automatically strips the
[BakingType]component from the destination runtime world after baking systems complete, preventing archetype pollution and runtime misfires. - Multi-stage baking patterns: Support scenarios like cross-entity aggregation, blob asset staging, or baking logic that can’t be expressed directly in the final runtime component.
Quick Start
Apply the [BakingType] attribute to your intermediate IComponentData or IBufferElementData so a baking system can read it and produce the final runtime component.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: baking-type-component Download link: https://github.com/dyCuong03/unity-agent-team/archive/main.zip#baking-type-component Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.