🎞️ Shared Animations (Samples)¶
This folder contains simple animation assets used by sample scenes
(e.g. death / revive animations in the Health demos).
📦 What These Are¶
These assets are:
- Basic animation clips and controllers
- Used to support sample scenes (e.g. Death FX Handlers)
- Included purely for visual feedback and demonstration
🧠 Usage Guidance¶
- These animations are not part of the framework
- They are not required for any system to function
- You are free to:
- use them
- modify them
- replace them entirely
They exist only to make sample scenes easier to understand.
⚠️ Important¶
- No guarantees on animation setup, rigging, or controller structure
- Not intended as a production-ready animation system
- Not designed to match any specific art style or pipeline
💡 Recommendation¶
Treat these as:
Placeholder visuals — not a solution
In real projects, you should: - use your own animation controllers - drive animations from your gameplay systems - integrate with your own character pipelines
🔗 Used In¶
Health/07_Death_FX_Handlers