Logo

For Developers

Extend and integrate Evo Localization with your own assets

Integrating with Evo Localization

If you are an asset developer and would like to integrate Evo Localization 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 Localization is installed by using a scripting define symbol:

#if EVO_LOCALIZATION

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

#endif

Notes

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

On this page