参考资料
1、List of Unity Games: https://en.wikipedia.org/wiki/List_of_Unity_games
2、Unity and .NET: https://docs.unity3d.com/Manual/overview-of-dot-net-in-unity.html
3、Unity Scripting-Plugins: https://docs.unity3d.com/Manual/Plugins.html
4、COM Interop: https://docs.microsoft.com/en-us/dotnet/standard/native-interop/cominterop
5、Platform Invoke: https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke
6、如何调用Unmanaged DLL Functions:https://docs.microsoft.com/en-us/dotnet/framework/interop/consuming-unmanaged-dll-functions
7、Interop Marshalling:https://docs.microsoft.com/en-us/dotnet/framework/interop/interop-marshaling
8、Blittable Types: https://docs.microsoft.com/en-us/dotnet/framework/interop/blittable-and-non-blittable-types
9、Double Free: https://docs.microsoft.com/en-us/dotnet/framework/interop/default-marshaling-behavior