Unity는 개별 Java 및 Kotlin 소스 파일을 개별 플러그인으로 해석합니다.
Unity는 확장자가 ’.java및 '.kt
인 소스 파일로 작성된 Java 및 Kotlin 코드를 지원합니다.이를 위해 Unity는 각 소스 파일을 개별 플러그인으로 해석하고 플레이어를 빌드할 때 컴파일합니다.이 타입의 플러그인은 단일 프로젝트에 대해 소량의 코드를 작성해야 하는 경우에 유용합니다.여러 프로젝트에서 코드를 재사용하거나 다른 사람에게 배포하려는 경우 Android 라이브러리 프로젝트 또는 Android 아카이브 플러그인을 사용하는 것이 더 적합할 수 있습니다.
Java(.java
) 또는 Kotlin(.kt
) 소스 파일에서 플러그인을 생성하도록 Unity에 지시하려면:
.java
) 또는 Kotlin (.kt
) 소스 파일을 배치합니다.참고:StreamingAssets과 같은 특수 사용 위치를 제외하고 프로젝트의 모든 폴더에 해당 소스 파일을 배치할 수 있습니다.이러한 위치에 파일을 배치하면 Unity 에디터에 플러그인 인스펙터가 표시되지 않습니다.
기본적으로 Android용 Unity 프로젝트 익스포트를 수행하면 Unity는 모든 Java/Kotlin 파일을 Android Studio 프로젝트에 복사합니다.Android Studio에서 이러한 파일을 편집하면 변경 사항이 Unity 프로젝트의 원본 파일에 반영되지 않습니다.Unity 프로젝트를 다시 익스포트하면 익스포트 프로세스가 Android Studio의 변경 사항을 덮어씁니다.
이 문제를 해결하기 위해 Unity는 Symlink Sources 빌드 설정을 제공합니다.이 빌드 설정을 선택하면 Unity는 파일을 복사하는 대신 Unity 프로젝트의 Java/Kotlin 파일에 대한 기호 링크를 Android Studio 프로젝트에 생성합니다.즉, Android Studio에서 파일을 편집하면 편집 내용이 원본 Unity 프로젝트의 파일에 영향을 미칩니다.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.