AkyuiUnity is a Unity implementation of Akyui.
With AkyuiUnity.Xd, you can easily generate Unity Prefab from Adobe XD files.
Read this document in other languages: 日本語
Akyui is a UI definition file format created by kyubuns.
AkyuiUnity is able to generate UnityPrefab from Akyui, and
AkyuiUnity.Xd can convert XD files to Akyui.
By combining the two, you can generate UnityPrefab from XD files without being aware of Akyui.
- Just drag and drop your XD files.
- There's no need to open Adobe XD to import.
- Since everything is done in Unity, you can leave it to the build machine and so on.
- Designers can continue to work on the UI in Adobe XD.
- Since only the differences are imported, the import time is reduced after the second import.
- AkyuiUnity only creates the prefab, so there's no cost at runtime.
- You can easily write your own triggers (extension scripts) to generate a Prefab that fits your project.
- For example, you can use the triggers included in the package to do the following
- Automatically convert materials to 9SliceSprite to reduce textures.
- Use TextMeshPro instead of uGUI's Text.
- Do not convert objects with specific names on XD files to Unity.
- For example, you can use the triggers included in the package to do the following
- AkyuiUnity
https://github.com/kyubuns/AkyuiUnity.git?path=Assets/AkyuiUnity
- AkyuiUnity.Xd
https://github.com/kyubuns/AkyuiUnity.git?path=Assets/AkyuiUnity.Xd
- Unity2019.4 or later
MIT License (see LICENSE)
- XD file used in the sample