📄Getting Started

Use the VectoUI Source in Unity

Configure API Key and API Secret in Unity, load My Space, and generate UI Prefabs.

Last updated: 7/14/2026

Use the VectoUI Source in Unity

The Unity plugin can switch its source to VectoUI and load designs uploaded to your My Space, as well as designs shared with you by other users.

Configure account credentials

Select the VectoUI source in the Unity plugin, then enter API Key and API Secret. API Secret is used for generator-side device authorization to ensure the current device is bound and enabled.

Unity VectoUI Source Settings
Unity VectoUI Source Settings

View project spaces and designs

After validation, you can view your project spaces and content shared with you. After selecting a project space, Unity shows the available design previews, names, sizes, and update times.

Unity Design List
Unity Design List

If no shared content exists, the plugin shows an empty shared-content state instead of treating the empty list as an error.

Generate UI Prefab

Select a design and generate. The Unity plugin parses the design and creates a UI Prefab while saving the image and font assets required for generation.

Unity Prefab Result
Unity Prefab Result

Local storage rules

The Unity plugin does not save layout data as a local file. Layout data is parsed in memory only. The local project only caches image and font assets required to generate the UI.

FAQ

Why is API Secret required?

API Secret is used for generator-side device authorization. Generation is allowed when the device linked to the API Secret is bound and enabled.

Can I generate designs shared with me?

Yes. Shared designs or project spaces appear in shared content, and you can select them from the generator side.

Where is the generated Prefab?

The plugin creates the generated result inside the Unity project and locates the generated Prefab so you can continue editing and integrating it.

Use the VectoUI Source in Unity | VectoUI Docs