
Varbox lets you manage, edit, and load structured data and variables in Unity, both in Editor and at runtime. Ideal for flexible data control and save/load systems.Varbox is an editor and runtime tool for creating and managing structured groups of variables inside Unity. Each group (called an entry) can hold multiple typed variables such as strings, integers, floats, vectors, colors, booleans, and even JSON objects.With a clean, color-coded UI and complete runtime API access, Varbox is perfect for rapid prototyping, runtime tweaking, and lightweight save systems. Whether you're adjusting values during development or storing runtime data securely, Varbox offers a powerful yet flexible solution.🔹 Features:Custom Editor Window for managing variable groups (entries)Supports: Int, Float, String, Bool, Vector2/3/4, Color, JSONSave/Load all data to AES-encrypted JSONRuntime API with full CRUD functionalityEvents for reacting to runtime changesImport/export system for sharing configurationsIncluded usage demo scriptNo hard-coded entry/variable limitsIdeal for:Custom variable and settings managementRuntime tweaking and debuggingPrototyping complex data structuresCreating lightweight save/load systemsManaging user profiles and configurationsEditor and runtime variable inspectionNested and dynamic data manipulationUnity Version: Compatible with Unity 2020.3+ (tested on 2021–2022 LTS)Editor Tool: Includes custom editor window for variable/user management.Data Types Supported: int, float, string, bool, Vector2, Vector3, Vector4, Json, ColorRuntime API:Add/Remove/Update users and their variables on the fly.Full access to nested variable trees at runtime.