Version: Unity 6.5 (6000.5)
Language : English
Introduction to native plug-ins in Unity
Call unmanaged functions from managed code

Call functions

You can call unmanaged functions from managed code and call managed functions from unmanaged code.

Topic Description
Call unmanaged functions from managed code How to call unmanaged functions from managed code.
Call managed functions from unmanaged code How to callback from unmanaged code to managed code.

Additional resources

Introduction to native plug-ins in Unity
Call unmanaged functions from managed code