Play Mode State Saver is a lightweight Unity Editor tool that allows developers to apply values modified during Play Mode back to Edit Mode.
During runtime testing, developers often tweak component values to fine-tune gameplay or behaviour. Normally these changes are lost when Play Mode stops, requiring manual re-entry of values.
This tool eliminates that workflow friction by allowing selected component values to be saved and automatically applied after exiting Play Mode.
Play Mode State Saver is designed specifically for Scene-based workflows and helps improve iteration speed during development.
Key benefits:
• Commonly used components such as Transform (Position, Rotation, Scale) are fully supported.
• Save component values modified during Play Mode
• Automatically apply values after exiting Play Mode
• Works with Scene GameObjects and Prefab Instances in a Scene
• Full Undo support for safe workflows
• Optional verbose logging for debugging
This tool focuses on simplicity and reliability and integrates directly into the Unity Editor without external dependencies.
Menu path:
Tools → TricoCat → Play Mode State Saver