You can use native plug-ins in Android applications. There are different types of native plug-in, and the project’s scripting backend determines which plug-in types Unity supports. The possible plug-in types are:
.so
)..a
)..c
, .cc
, .cpp
and .h
.The following table shows which scripting backends support the different types of native plug-ins.
스크립팅 백엔드 | 공유되는 라이브러리 | 정적 라이브러리 | C/C++ 소스 파일 |
---|---|---|---|
IL2CPP | 지원 | 지원 | 지원 |
Mono | 지원 | 지원 안 함 | 지원 안 함 |