# Systems

- [Audio System](/fps-framework/tutorials/systems/audio-system.md): A system that manages your sounds based on Unity's audio system.
- [Animation System](/fps-framework/tutorials/systems/animation-system.md): A procedural system that makes creating smooth and fluid animations easier than ever.
- [Interactions](/fps-framework/tutorials/systems/interactions.md): An advanced interactions system based based on interfaces.
- [Pickable](/fps-framework/tutorials/systems/interactions/pickable.md): A component responbile for handling pickable items.
- [Save System](/fps-framework/tutorials/systems/save-system.md): A basic save system based on unity's JsonUtility
- [Settings System](/fps-framework/tutorials/systems/settings-system.md): An advanced settings system based on Reflection
