Click or drag to resize

Plugins

List of all third-party plug-ins being used in the kit:

Assets

Plugin

Description

Location(s)

Requirement

DOTween

Tweening engine.

/Assets/Plugins/DOTween/

Mandatory.

Odin

Serialization and editor customization.

/Assets/Plugins/Sirenix/

Mandatory in Editor-only mode (no code is included in builds).

XLua

Lua interpreter for modding and Console.

/Assets/Plugins/XLua/, /Assets/Plugins/XLuaNative/, /Tools

Optional — Only compiled if MODDING or CONSOLE is defined.

TouchScript

Gestures and touch library.

/Assets/Plugins/TouchScript/

Optional — Only compiled if TOUCH is defined.

Clean UI

UI sprites for prototyping.

/Assets/Plugins/CleanUI/

Optional — Can just delete the folder and your own sprites.

Soft-Mask

UI shader for masking.

/Assets/Plugins/SoftMask/

Optional — Can just delete the folder.

Packages

Plugin

Description

Requirement

Json.NET

Json serialization and deserialization.

Mandatory.

UniTask

async-await support.

Mandatory.

See Also

Other Resources