Version: 2021.3
言語: 日本語
Java と Kotlin のソースプラグイン
Create a Java or Kotlin source plug-in

Introducing Java and Kotlin source plug-ins

Unity supports Java and Kotlin code written in source files with .java and .kt extensions. To do this, Unity interprets each source file as an individual plug-in and compiles them when it builds the Player. This type of plug-in is useful if you need to write a small amount of code for a single project. If you plan to reuse the code in multiple projects or distribute it to other people, then an Android Library Projects or Android Archive plug-ins might be more appropriate.

その他の参考資料

Java と Kotlin のソースプラグイン
Create a Java or Kotlin source plug-in