Logo

For Developers

Extend and integrate Evo UI with your own assets

Integrating with Evo UI

If you are an asset developer and would like to integrate Evo UI with your own asset, you're very welcome to do so.

If you have questions, need guidance, or would like your integration to be officially supported or featured, feel free to reach out at support@michsky.com.


Scripting Define

You can detect whether Evo UI is installed by using a scripting define symbol:

#if EVO_UI

void Start()
{
    Debug.Log("Evo UI is installed!");
}

#endif

Notes

  • Please ensure your integration does not redistribute Evo UI source files
  • If you need additional hooks or native functionality, feel free to reach out

On this page